]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: remove the queue manager
authorChristian König <christian.koenig@amd.com>
Mon, 16 Jul 2018 13:19:20 +0000 (15:19 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Aug 2018 16:10:47 +0000 (11:10 -0500)
commit869a53d4d7d7976d039b9389aa90b6f3d29ed234
treed455522733c12e06ff0cac9965962f047e7c68bf
parent72a4c072ca9f2640ea303c399bd3224b69a543d9
drm/amdgpu: remove the queue manager

Not needed any more since that is now done by the scheduler.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c [deleted file]