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>
Mon, 2 Dec 2019 22:38:56 +0000 (17:38 -0500)
commitd5939e4db5e6b8e3fe9707edb08d705bf4754cea
tree151ebe71fd2ee27afaaed65e0236dc5126d6dfae
parenteb529b8e46b87c1f89deeb1e736cf704948326e3
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