drm/amdgpu: don't update page tables for VM emulation
authorChristian König <christian.koenig@amd.com>
Wed, 22 Jun 2016 12:25:55 +0000 (14:25 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:02:00 +0000 (15:02 -0400)
commit9a79588c42bf89cff48fdc6db4aab4aeb9d862b6
tree844b1a3d8bbca198d6077e0e158776d09aa490a3
parentd5b4e25d8358ed65559dcbe1709cc46e755c22f6
drm/amdgpu: don't update page tables for VM emulation

It's just overhead to do so and allocating a VMID
when we don't need one is actually a bit dangerous.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c