]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: stop splitting PTE commands into smaller ones
authorChristian König <christian.koenig@amd.com>
Fri, 12 Aug 2016 10:59:59 +0000 (12:59 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Aug 2016 14:44:34 +0000 (10:44 -0400)
commitfd96d728b201aef0879b1cdb3c779e46385e3768
treea217f3deefda61d3f50194afc41c9ccc1ab43e0a
parent9a2ed0835501044fb4401255ac8c9a70dcbf24ed
drm/amdgpu: stop splitting PTE commands into smaller ones

It doesn't make much sense to create bigger commands first which we then need
to split into smaller one again. Just make sure the commands we create aren't
to big in the first place.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
drivers/gpu/drm/amd/amdgpu/cik_sdma.c
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c