mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 03:10:30 -04: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:
committed by
Alex Deucher
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
|
||||
|
||||
Reference in New Issue
Block a user