Searched hist:"52 d720b1a8003609d89950f721f431c7eea1ac0e" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | diff 52d720b1a8003609d89950f721f431c7eea1ac0e Fri Feb 05 11:51:13 CET 2021 Xiaomeng Hou <Xiaomeng.Hou@amd.com> drm/amd/pm: modify the power limit level parameter from bool to enum type
The original smu_get_power_limit callback accepts the power limit level parameter as bool which limits to max and current. For possible needs to retrieve other level like min, extend the parameter type using enum.
Signed-off-by: Xiaomeng Hou <Xiaomeng.Hou@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|