[AMD Official Use Only - General]
+Likun, Hawking
Hi,
Can you please help with the review of the patch?
Thanks and regards
Krunal
From: Patel, Krunalkumar Mukeshkumar <KrunalkumarMukeshkumar.Patel@xxxxxxx>
Sent: Monday, November 7, 2022 1:35:01 PM
To: Deucher, Alexander <Alexander.Deucher@xxxxxxx>; Pan, Xinhui <Xinhui.Pan@xxxxxxx>; Koenig, Christian <Christian.Koenig@xxxxxxx>
Cc: amd-gfx@xxxxxxxxxxxxxxxxxxxxx <amd-gfx@xxxxxxxxxxxxxxxxxxxxx>; S, Shirish <Shirish.S@xxxxxxx>; Patel, Krunalkumar Mukeshkumar <KrunalkumarMukeshkumar.Patel@xxxxxxx>
Subject: [PATCH] drm/amdgpu: Add support to clock gating for sdma 5.2.7
Sent: Monday, November 7, 2022 1:35:01 PM
To: Deucher, Alexander <Alexander.Deucher@xxxxxxx>; Pan, Xinhui <Xinhui.Pan@xxxxxxx>; Koenig, Christian <Christian.Koenig@xxxxxxx>
Cc: amd-gfx@xxxxxxxxxxxxxxxxxxxxx <amd-gfx@xxxxxxxxxxxxxxxxxxxxx>; S, Shirish <Shirish.S@xxxxxxx>; Patel, Krunalkumar Mukeshkumar <KrunalkumarMukeshkumar.Patel@xxxxxxx>
Subject: [PATCH] drm/amdgpu: Add support to clock gating for sdma 5.2.7
With this change it will add support for clock gating for sdma 5.2.7
- Additional changes are to re-arrange the chip version sequentially.
Signed-off-by: Krunal Patel <krunalkumarmukeshkumar.patel@xxxxxxx>
---
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c b/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
index 809eca54fc61..404b255cb4e0 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
@@ -1647,12 +1647,13 @@ static int sdma_v5_2_set_clockgating_state(void *handle,
switch (adev->ip_versions[SDMA0_HWIP][0]) {
case IP_VERSION(5, 2, 0):
- case IP_VERSION(5, 2, 2):
case IP_VERSION(5, 2, 1):
+ case IP_VERSION(5, 2, 2):
+ case IP_VERSION(5, 2, 3):
case IP_VERSION(5, 2, 4):
case IP_VERSION(5, 2, 5):
case IP_VERSION(5, 2, 6):
- case IP_VERSION(5, 2, 3):
+ case IP_VERSION(5, 2, 7):
sdma_v5_2_update_medium_grain_clock_gating(adev,
state == AMD_CG_STATE_GATE);
sdma_v5_2_update_medium_grain_light_sleep(adev,
--
2.25.1
- Additional changes are to re-arrange the chip version sequentially.
Signed-off-by: Krunal Patel <krunalkumarmukeshkumar.patel@xxxxxxx>
---
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c b/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
index 809eca54fc61..404b255cb4e0 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
@@ -1647,12 +1647,13 @@ static int sdma_v5_2_set_clockgating_state(void *handle,
switch (adev->ip_versions[SDMA0_HWIP][0]) {
case IP_VERSION(5, 2, 0):
- case IP_VERSION(5, 2, 2):
case IP_VERSION(5, 2, 1):
+ case IP_VERSION(5, 2, 2):
+ case IP_VERSION(5, 2, 3):
case IP_VERSION(5, 2, 4):
case IP_VERSION(5, 2, 5):
case IP_VERSION(5, 2, 6):
- case IP_VERSION(5, 2, 3):
+ case IP_VERSION(5, 2, 7):
sdma_v5_2_update_medium_grain_clock_gating(adev,
state == AMD_CG_STATE_GATE);
sdma_v5_2_update_medium_grain_light_sleep(adev,
--
2.25.1