Re: [PATCH 2/2] drm/amdgpu: Add NBIO IP v7.11.3 support

2024-07-01 Thread Deucher, Alexander
[Public]

Series is:
Reviewed-by: Alex Deucher 

From: Huang, Tim 
Sent: Sunday, June 30, 2024 10:48 AM
To: amd-gfx@lists.freedesktop.org 
Cc: Deucher, Alexander ; Zhang, Yifan 
; Huang, Tim ; Zhang, Yifan 

Subject: [PATCH 2/2] drm/amdgpu: Add NBIO IP v7.11.3 support

Enable setting soc21 common clockgating for NBIO 7.11.3.

Signed-off-by: Tim Huang 
Reviewed-by: Yifan Zhang 
---
 drivers/gpu/drm/amd/amdgpu/soc21.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c 
b/drivers/gpu/drm/amd/amdgpu/soc21.c
index b04c763015d3..b43c50f1c7ad 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc21.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc21.c
@@ -953,6 +953,7 @@ static int soc21_common_set_clockgating_state(void *handle,
 case IP_VERSION(7, 7, 1):
 case IP_VERSION(7, 11, 0):
 case IP_VERSION(7, 11, 1):
+   case IP_VERSION(7, 11, 3):
 adev->nbio.funcs->update_medium_grain_clock_gating(adev,
 state == AMD_CG_STATE_GATE);
 adev->nbio.funcs->update_medium_grain_light_sleep(adev,
--
2.43.0



[PATCH 2/2] drm/amdgpu: Add NBIO IP v7.11.3 support

2024-06-30 Thread Tim Huang
Enable setting soc21 common clockgating for NBIO 7.11.3.

Signed-off-by: Tim Huang 
Reviewed-by: Yifan Zhang 
---
 drivers/gpu/drm/amd/amdgpu/soc21.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c 
b/drivers/gpu/drm/amd/amdgpu/soc21.c
index b04c763015d3..b43c50f1c7ad 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc21.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc21.c
@@ -953,6 +953,7 @@ static int soc21_common_set_clockgating_state(void *handle,
case IP_VERSION(7, 7, 1):
case IP_VERSION(7, 11, 0):
case IP_VERSION(7, 11, 1):
+   case IP_VERSION(7, 11, 3):
adev->nbio.funcs->update_medium_grain_clock_gating(adev,
state == AMD_CG_STATE_GATE);
adev->nbio.funcs->update_medium_grain_light_sleep(adev,
-- 
2.43.0