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>
Este commit está contenido en:
Rex Zhu
2016-09-17 18:50:23 +08:00
cometido por Alex Deucher
padre c07aefc268
commit 6a99a964f6

Ver fichero

@@ -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];
};