Commit 7436854e authored by Kenneth Feng's avatar Kenneth Feng Committed by Alex Deucher

drm/amd/powerplay: Return per DPM level clock

Add change to return per DPM level clock in DAL interface
Signed-off-by: default avatarKenneth Feng <kenneth.feng@amd.com>
Reviewed-by: default avatarEvan Quan <evan.quan@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7f3f106e
...@@ -124,7 +124,7 @@ struct vega12_dpm_level { ...@@ -124,7 +124,7 @@ struct vega12_dpm_level {
}; };
#define VEGA12_MAX_DEEPSLEEP_DIVIDER_ID 5 #define VEGA12_MAX_DEEPSLEEP_DIVIDER_ID 5
#define MAX_REGULAR_DPM_NUMBER 8 #define MAX_REGULAR_DPM_NUMBER 16
#define MAX_PCIE_CONF 2 #define MAX_PCIE_CONF 2
#define VEGA12_MINIMUM_ENGINE_CLOCK 2500 #define VEGA12_MINIMUM_ENGINE_CLOCK 2500
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment