Re: [PATCH 8/8] amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 3

2023-07-27 Thread Lazar, Lijo
On 4/27/2023 11:57 AM, Darren Powell wrote: split switch statement into two and consolidate the common code for printing most of the types of clock speeds Signed-off-by: Darren Powell --- .../drm/amd/pm/swsmu/smu13/aldebaran_ppt.c| 82 ++- 1 file changed, 27 in

[PATCH 8/8] amdgpu/pm: Optimize emit_clock_levels for aldebaran - part 3

2023-04-26 Thread Darren Powell
split switch statement into two and consolidate the common code for printing most of the types of clock speeds Signed-off-by: Darren Powell --- .../drm/amd/pm/swsmu/smu13/aldebaran_ppt.c| 82 ++- 1 file changed, 27 insertions(+), 55 deletions(-) diff --git a/drivers/gp