]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/pm: fix missing fine-grained dpm table flag on aldebaran
authorYang Wang <kevinyang.wang@amd.com>
Wed, 22 Apr 2026 10:41:42 +0000 (18:41 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 Apr 2026 14:48:35 +0000 (10:48 -0400)
commit3427dea3a48ebddb491a26093f3627384b3cb2c2
tree99951dce19047cd51a3e5361055a2eaf5003074c
parent0d892afb52d2b940d891b6b52dc9f04debef2d81
drm/amd/pm: fix missing fine-grained dpm table flag on aldebaran

Add the missing SMU_DPM_TABLE_FINE_GRAINED flag to aldebaran DPM table.
This fixes the pp_dpm_sclk node issue caused by missing flag configuration.

Fixes: 7ea1c722fe1d ("drm/amd/pm: Use common helper for aldebaran dpm table")
Signed-off-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c