]> 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)
commit1ff836aa66381c08087f4e32aac4615e8095f758
tree146e1d60ebd94ec4be945449a6a399b4f5543b01
parent611e70505f57693513e6c7aed704476300cc42ff
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