]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix GFX10 missing CSIB set(v3)
authorMonk Liu <Monk.Liu@amd.com>
Tue, 26 Nov 2019 11:33:38 +0000 (19:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Dec 2019 16:58:08 +0000 (11:58 -0500)
commit2137f0e42b1c3b99cd3c025b617f24c3ea36a26b
tree4ada15426e5e9b1cb07a38605fa46bbb3ceb840a
parent97431a3c5b39b3dec99fee2756237706ce9935b0
drm/amdgpu: fix GFX10 missing CSIB set(v3)

still need to init csb even for SRIOV

v2:
drop init_pg() for gfx10 at all since
PG and GFX off feature will be fully controled
by RLC and SMU fw for gfx10

v3:
drop the flush_gpu_tlb lines since we consider
it is only usefull in emulation

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c