Re: [PATCH 2/3] drm/amdgpu: Do not write to GRBM_CNTL if Aldebaran SRIOV

2025-02-14 Thread Lazar, Lijo
On 2/14/2025 5:43 AM, Victor Lu wrote: > Aldebaran SRIOV VF does not have write permissions to GRBM_CTNL. > This access can be skipped to avoid a dmesg warning. > > Signed-off-by: Victor Lu > --- > drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-

[PATCH 2/3] drm/amdgpu: Do not write to GRBM_CNTL if Aldebaran SRIOV

2025-02-13 Thread Victor Lu
Aldebaran SRIOV VF does not have write permissions to GRBM_CTNL. This access can be skipped to avoid a dmesg warning. Signed-off-by: Victor Lu --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b