]> Git Repo - linux.git/commit
drm/amdgpu: cleanup skipping IB test on KIQ
authorChristian König <[email protected]>
Mon, 29 Oct 2018 13:56:34 +0000 (14:56 +0100)
committerAlex Deucher <[email protected]>
Mon, 5 Nov 2018 19:21:26 +0000 (14:21 -0500)
commit315fed0367b4b4197cdc9585d09a1e659ae6c716
tree9229795c4c8df927885cfa6398ebc2e2982e8a54
parentaf70a471bf067d4e808eff2b9c464e6055c98d49
drm/amdgpu: cleanup skipping IB test on KIQ

Instead of hard coding the ring type in the function just never provide
a test_ib callback.

Additional to that remove the emit_ib callback to make sure the nobody
ever tries to execute an IB on the KIQ.

Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Andrey Grodzovsky <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
This page took 0.065802 seconds and 4 git commands to generate.