drm/amdgpu: bypass RLC init under sriov for Tonga (v2)
authorTiecheng Zhou <Tiecheng.Zhou@amd.com>
Fri, 7 Dec 2018 01:11:35 +0000 (09:11 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Dec 2018 20:21:13 +0000 (15:21 -0500)
commit31edd7c0a813d9dc778fcb5da1eb8202c140dc4d
tree40e42be5a8e89466b1bf0ab751de2a4ef170856e
parent22666cc1481ae3814d9c7718418cc4a3aa7d90c3
drm/amdgpu: bypass RLC init under sriov for Tonga (v2)

RLC will go wrong in soft_reset under sriov

Workaroound: only need to init RLC csb, and skip RLC stop, reset, start
    this is because host-driver has already done full initialization on RLC

v2: squash in build fix

Signed-off-by: Tiecehng Zhou <Tiecheng.Zhou@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c