]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: use queue 0 for kiq ring
authorHuang Rui <ray.huang@amd.com>
Fri, 15 Dec 2017 01:33:21 +0000 (09:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Jan 2018 04:14:30 +0000 (23:14 -0500)
commitf7a8f622a5225394bf3cb83387990e0478552828
tree14c0c3a7770ea050f43d582ac8f8ef0cea95133e
parent736f59b06a2621688a27d9f2e30c29a2caf67692
drm/amdgpu: use queue 0 for kiq ring

It must use queue id 0, because CGPG_IDLE/SAVE/LOAD/RUN only can be issued on
queue 0.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Acked-by: Hawking Zhang <Hawking.Zhang@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_gfx.c