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)
commit96105e5375892f63cc56fa707a1db0d74abc764d
treea217f3deefda61d3f50194afc41c9ccc1ab43e0a
parentdc157c6daa317c75058def8f9753909e5224cbec
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
This page took 0.025094 seconds and 5 git commands to generate.