drm/amdgpu: Skip program gfxhub_v3_0_3 system aperture registers under SRIOV
authorYifan Zha <Yifan.Zha@amd.com>
Tue, 25 Oct 2022 07:47:19 +0000 (15:47 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Nov 2022 15:45:56 +0000 (11:45 -0400)
commit2c763f37d0a08d39c1a0b1318fa82896c31a6c9d
tree359f079c3ed7e48f5431fee4f24bfcb35868d50c
parente1a29b28e70457549149d3b2c82e4333d68ac49d
drm/amdgpu: Skip program gfxhub_v3_0_3 system aperture registers under SRIOV

[Why]
gfxhub_v3_0_3 system aperture registers are removed from RLCG register access range.

[How]
Skip access gfxhub_v3_0_3 system aperture registers under SRIOV VF.
These registers will be programmed on host side.

Signed-off-by: Yifan Zha <Yifan.Zha@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfxhub_v3_0_3.c