Home
last modified time | relevance | path

Searched refs:replay_allow_active (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_irq_handler.c245 if (link->replay_settings.replay_allow_active) { in handle_hpd_irq_replay_sink()
H A Dlink_edp_panel_control.c904 if (allow_active && link->replay_settings.replay_allow_active != *allow_active) { in edp_set_replay_allow_active()
909 link->replay_settings.replay_allow_active = *allow_active; in edp_set_replay_allow_active()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c128 bool is_sr_active = (link->replay_settings.replay_allow_active || in amdgpu_dm_crtc_set_panel_sr_feature()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1082 bool replay_allow_active; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5176 if (active && !link->replay_settings.replay_allow_active) { in dc_set_replay_allow_active()
5181 } else if (!active && link->replay_settings.replay_allow_active) { in dc_set_replay_allow_active()