summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
diff options
context:
space:
mode:
authorFelix Kuehling <Felix.Kuehling@amd.com>2015-11-23 17:39:11 -0500
committerAlex Deucher <alexander.deucher@amd.com>2015-12-21 16:39:14 -0500
commit42ef344c0994cc453477afdc7a8eadc578ed0257 (patch)
treef32d1fd9275a041064a45d89175b1f43771596de /drivers/gpu/drm/amd
parent092c96a8ab9d1bd60ada2ed385cc364ce084180e (diff)
drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
eoffset is sometimes treated as the last address inside the address range, and sometimes as the first address outside the range. This was resulting in errors when a test filled up the entire address space. Make it consistent to always be the last address within the range. Also fixed related errors when checking the VA limit and in radeon_vm_fence_pts. Signed-off-by: Felix.Kuehling <Felix.Kuehling@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/amd')
0 files changed, 0 insertions, 0 deletions