Browse Source

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>
Rex Zhu 9 years ago
parent
commit
6a99a964f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpu/drm/amd/powerplay/inc/amd_powerplay.h

+ 1 - 0
drivers/gpu/drm/amd/powerplay/inc/amd_powerplay.h

@@ -260,6 +260,7 @@ enum amd_pp_clock_type {
 struct amd_pp_clocks {
 struct amd_pp_clocks {
 	uint32_t count;
 	uint32_t count;
 	uint32_t clock[MAX_NUM_CLOCKS];
 	uint32_t clock[MAX_NUM_CLOCKS];
+	uint32_t latency[MAX_NUM_CLOCKS];
 };
 };