OSDN Git Service

drm/amdgpu: stop joining VM PTE updates
authorChristian König <christian.koenig@amd.com>
Tue, 16 May 2017 12:30:27 +0000 (14:30 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 May 2017 18:16:39 +0000 (14:16 -0400)
commit301654a4f6c4a0cfcee14a4b2737165ecbd51ce8
treedbe3c29cfbee2d80dc693fc3cf40535a39cb6563
parent53e2e91ddad79f9d42bab5a69ef293a1f1f5d6d7
drm/amdgpu: stop joining VM PTE updates

This isn't beneficial any more since VRAM allocations are now split
so that they fits into a single page table.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c