Re: [PATCH] drm/amdgpu: Do not program IH_CHICKEN in vega20_ih.c under SRIOV

2024-02-16 Thread Alex Deucher
On Tue, Feb 13, 2024 at 5:43 PM Victor Lu wrote: > > IH_CHICKEN is blocked for VF writes; this access should be skipped. > > Signed-off-by: Victor Lu Acked-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/vega20_ih.c | 38 ++ > 1 file changed, 20 insertions(+), 18 d

[PATCH] drm/amdgpu: Do not program IH_CHICKEN in vega20_ih.c under SRIOV

2024-02-13 Thread Victor Lu
IH_CHICKEN is blocked for VF writes; this access should be skipped. Signed-off-by: Victor Lu --- drivers/gpu/drm/amd/amdgpu/vega20_ih.c | 38 ++ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/vega20_ih.c b/drivers/gpu/drm/amd/a