mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 10:31:33 -04:00
drm/amd/display: Add a new interface to set idle opts in clock manager
[Why & How] For future use in migrating the idle optimizations message to PMFW to DC core. Reviewed-by: Dillon Varone <dillon.varone@amd.com> Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
f56d2422bc
commit
e32cb17d4c
@@ -337,6 +337,8 @@ struct clk_mgr_funcs {
|
||||
void (*exit_low_power_state)(struct clk_mgr *clk_mgr);
|
||||
bool (*is_ips_supported)(struct clk_mgr *clk_mgr);
|
||||
|
||||
void (*set_idle_power_optimizations)(struct clk_mgr *clk_mgr, bool enable);
|
||||
|
||||
void (*init_clocks)(struct clk_mgr *clk_mgr);
|
||||
|
||||
void (*dump_clk_registers)(struct clk_state_registers_and_bypass *regs_and_bypass,
|
||||
|
||||
Reference in New Issue
Block a user