diff options
author | Dillon Varone <[email protected]> | 2022-03-30 18:42:24 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-04-12 14:20:13 -0400 |
commit | 3b69632c85ebb687c35e03be4d4ef70e384fd990 (patch) | |
tree | 55c7af2890a582caa8d5d1dcfc770135edb2542d | |
parent | 19a2e1e36a2b14d7549a6d9584be131f4286f757 (diff) |
drm/amd/display: Add dtb clock to dc_clocks
Reviewed-by: Ariel Bernstein <[email protected]>
Acked-by: Pavle Kotarac <[email protected]>
Signed-off-by: Dillon Varone <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 863d90bec61b..544d58260269 100644 --- a/drivers/gpu/drm/amd/display/dc/dc.h +++ b/drivers/gpu/drm/amd/display/dc/dc.h @@ -417,6 +417,7 @@ struct dc_clocks { #if defined(CONFIG_DRM_AMD_DC_DCN) enum dcn_zstate_support_state zstate_support; bool dtbclk_en; + int dtbclk_khz; #endif enum dcn_pwr_state pwr_state; /* |