Searched refs:force_static (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/ |
D | link_edp_panel_control.h | 48 bool wait, bool force_static, const unsigned int *power_opts); 56 bool wait, bool force_static, const unsigned int *power_opts);
|
D | link_edp_panel_control.c | 556 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_psr_allow_active() argument 563 if (psr == NULL && force_static) in edp_set_psr_allow_active() 583 force_static && psr->funcs->psr_force_static) in edp_set_psr_allow_active() 883 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_replay_allow_active() argument 889 if (replay == NULL && force_static) in edp_set_replay_allow_active()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_exports.c | 460 bool wait, bool force_static, const unsigned int *power_opts) in dc_link_set_psr_allow_active() argument 463 force_static, power_opts); in dc_link_set_psr_allow_active() 474 bool wait, bool force_static, const unsigned int *power_opts) in dc_link_set_replay_allow_active() argument 477 force_static, power_opts); in dc_link_set_replay_allow_active()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | link.h | 264 bool force_static, 280 const bool *enable, bool wait, bool force_static,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 2224 bool wait, bool force_static, const unsigned int *power_opts); 2244 bool wait, bool force_static, const unsigned int *power_opts);
|