drm/amd/pm: Delete non-functional SMU8 get_dal_power_level implementation
authorTimur Kristóf <timur.kristof@gmail.com>
Tue, 19 May 2026 10:21:15 +0000 (12:21 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 May 2026 14:45:09 +0000 (10:45 -0400)
commitc58032823f9f67400d4aabc39602e5207d645972
tree36c483a1d63a3ef96d2d17c38d4f9ba656154595
parente181cde3771570902636fdf279c646972efbe606
drm/amd/pm: Delete non-functional SMU8 get_dal_power_level implementation

This function was effectively a no-op because it always
returned the maximum possible power level, because the
maximum voltage is in millivolts while the dependency
table didn't contain actual voltages.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c