commit | 9156e723301c0a7a7def4cde820e018ce791b842 | [log] [tgz] |
---|---|---|
author | Tom St Denis <tom.stdenis@amd.com> | Tue May 23 11:35:22 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed May 24 18:23:55 2017 -0400 |
tree | 25e3490da0e52e2c7b4c5f39a609b63c048e5740 | |
parent | e7f78b69aba479728865ef3ec4229b372fc79f94 [diff] |
drm/amd/amdgpu: Return error if initiating read out of range on vram If you initiate a read that is out of the VRAM address space return ENXIO instead of 0. Reads that begin below that point will read upto the VRAM limit as before. Cc: stable@vger.kernel.org Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>