drm/amdgpu: partially revert "drm/amdgpu: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR" v2
authorChristian König <christian.koenig@amd.com>
Thu, 3 Dec 2015 19:54:35 +0000 (20:54 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 4 Dec 2015 18:06:59 +0000 (13:06 -0500)
commit9c97b5ab4a91c18c2e7654f044cbff446cfd979b
tree2b247412059a063473332870edb3fdac98b0f2ad
parentf3f1769283b8dbf047c678da95b72194ac2477a1
drm/amdgpu: partially revert "drm/amdgpu: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR" v2

The gtt_end is already inclusive, we don't need to subtract one here.

v2 (chk): keep the fix for the VM code, cause here it really applies.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Anatoli Antonovitch <anatoli.antonovitch@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c