drm/amd/powerplay: add parameter of the mclk switch latency time
authorRex Zhu <[email protected]>
Sat, 17 Sep 2016 10:50:23 +0000 (18:50 +0800)
committerAlex Deucher <[email protected]>
Mon, 19 Sep 2016 17:22:09 +0000 (13:22 -0400)
Signed-off-by: Rex Zhu <[email protected]>
Reviewed-by: Ken Wang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/powerplay/inc/amd_powerplay.h

index 18f39e89a7aac8c334617fdba5acce200799288a..f941acf563a95a9fee5f7114d2faec03a4ed7723 100644 (file)
@@ -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];
 };