drm/amdgpu: Do not program IH_CHICKEN in vega20_ih.c under SRIOV
authorVictor Lu <victorchengchi.lu@amd.com>
Tue, 13 Feb 2024 22:28:40 +0000 (17:28 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Feb 2024 15:27:31 +0000 (10:27 -0500)
commitbea07b215d5530a1c351737f95d026532a7c6e3c
treef2bb1a78b4a3bf827c44cafbff9d58ef43e113ff
parent8093383ae7f5f196e3d4f3cc47abb557c81b9e6f
drm/amdgpu: Do not program IH_CHICKEN in vega20_ih.c under SRIOV

IH_CHICKEN is blocked for VF writes; this access should be skipped.

Signed-off-by: Victor Lu <victorchengchi.lu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vega20_ih.c