]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: Update emit clock logic
authorLijo Lazar <lijo.lazar@amd.com>
Mon, 27 Apr 2026 11:47:41 +0000 (17:17 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Apr 2026 18:31:01 +0000 (14:31 -0400)
commit7f19097af1496dd908a044ca95862f32d05f02df
tree933dc237b27a99a609fc4ef8c328f922c895539e
parent5918f01f15c5e3725beca146b6faea2e36c139d2
drm/amd/pm: Update emit clock logic

If only one level is enabled in clock table, there is no need to
follow the fine grained clock logic which expects a minimum of
two levels (min/max).

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c