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)
commit4905880b4515721bc4aff17d65be426175d9ddbf
tree4ada15426e5e9b1cb07a38605fa46bbb3ceb840a
parentcd05b51aaa6ea6f7e4c22802e3f2703ac6087912
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