drm/amd/powerplay: add parameter of the mclk switch latency time
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Ken Wang <Qingqing.Wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c07aefc268
commit
6a99a964f6
|
@ -260,6 +260,7 @@ enum amd_pp_clock_type {
|
|||
struct amd_pp_clocks {
|
||||
uint32_t count;
|
||||
uint32_t clock[MAX_NUM_CLOCKS];
|
||||
uint32_t latency[MAX_NUM_CLOCKS];
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue