Re: [PATCH] drm/amdgpu/soc21: don't remap HDP registers for SR-IOV

2023-09-08 Thread Tsai, Timmy
[AMD Official Use Only - General] Reviewed-by: Timmy Tsai From: amd-gfx on behalf of Alex Deucher Sent: Wednesday, September 6, 2023 11:36 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: [PATCH] drm/amdgpu/soc21: don't remap HDP

Re: [PATCH] drm/amdgpu/soc21: don't remap HDP registers for SR-IOV

2023-09-07 Thread Christian König
Am 06.09.23 um 17:36 schrieb Alex Deucher: This matches the behavior for soc15 and nv. Signed-off-by: Alex Deucher Acked-by: Christian König --- drivers/gpu/drm/amd/amdgpu/soc21.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c

[PATCH] drm/amdgpu/soc21: don't remap HDP registers for SR-IOV

2023-09-06 Thread Alex Deucher
This matches the behavior for soc15 and nv. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/soc21.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c index ef297b41623b..2ecc8c9a078b 100644 ---