Searched refs:force_static (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A 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);
|
H A D | link_edp_panel_control.c | 544 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_psr_allow_active() argument 551 if (psr == NULL && force_static) in edp_set_psr_allow_active() 571 force_static && psr->funcs->psr_force_static) in edp_set_psr_allow_active() 871 bool wait, bool force_static, const unsigned int *power_opts) in edp_set_replay_allow_active() argument 877 if (replay == NULL && force_static) in edp_set_replay_allow_active()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_replay.c | 124 bool force_static = true; in amdgpu_dm_replay_enable() local 148 (!force_static || state == REPLAY_STATE_3)) in amdgpu_dm_replay_enable()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | link.h | 264 bool force_static, 280 const bool *enable, bool wait, bool force_static,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_exports.c | 457 bool wait, bool force_static, const unsigned int *power_opts) in dc_link_set_psr_allow_active() argument 460 force_static, power_opts); in dc_link_set_psr_allow_active()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc.h | 2016 bool wait, bool force_static, const unsigned int *power_opts);
|