mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
drm/amd/display: Add clock info struct
Signed-off-by: Corbin McElhanney <corbin.mcelhanney@amd.com> Reviewed-by: Logatharshan Thothiralingam <Logatharshan.Thothiralingam@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
ba6bf832b2
commit
f71f2772cb
@ -271,4 +271,10 @@ struct dm_pp_static_clock_info {
|
||||
enum dm_pp_clocks_state max_clocks_state;
|
||||
};
|
||||
|
||||
struct dtn_min_clk_info {
|
||||
uint32_t disp_clk_khz;
|
||||
uint32_t min_engine_clock_khz;
|
||||
uint32_t min_memory_clock_khz;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user