]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: move PT validation back into VM code v2
authorChristian König <christian.koenig@amd.com>
Wed, 28 Sep 2016 10:03:04 +0000 (12:03 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Oct 2016 18:38:27 +0000 (14:38 -0400)
commit457c4c06053cacd058821c6aeefe7262fd8ffcc2
tree146e1d60ebd94ec4be945449a6a399b4f5543b01
parente08fbacd0edce624ba5350ecd7e792c3b965ece3
drm/amdgpu: move PT validation back into VM code v2

Saves a bunch of CPU cycles when swapping things back in and
allows us to split the VM headers into a separate file.

v2: rename parameters

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.h
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c