drm/amdgpu: remove VI hw bug workaround v3
authorChristian König <christian.koenig@amd.com>
Fri, 7 Aug 2015 18:22:40 +0000 (20:22 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Aug 2015 20:51:11 +0000 (16:51 -0400)
commitc548b345d15092bf46469a0339d41ae3e106987d
tree58f78757f8d6194f770458df329a2610f7e74171
parent00d2a2b21dbd6010247d44cd0cd05e5bc40af8e6
drm/amdgpu: remove VI hw bug workaround v3

The workaround simply doesn't work because VM mappings
are controlled by userspace not the kernel.

Additional to that this is just a performance problem
which happens if you have holes in your VM mapping.

v2: adjust virtual addr alignment as well.
v3: fix trivial warning

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Monk Liu <monk.liu@amd.com> (v1)
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> (v2)
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c