Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_irq_handler.c254 if (link->replay_settings.replay_allow_active) { in handle_hpd_irq_replay_sink()
H A Dlink_edp_panel_control.c906 if (allow_active && link->replay_settings.replay_allow_active != *allow_active) { in edp_set_replay_allow_active()
911 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.c131 bool is_sr_active = (link->replay_settings.replay_allow_active || in amdgpu_dm_crtc_set_panel_sr_feature()
H A Damdgpu_dm.c9104 if (pr->replay_feature_enabled && !pr->replay_allow_active) in amdgpu_dm_enable_self_refresh()
9444 if (acrtc_state->stream->link->replay_settings.replay_allow_active) in amdgpu_dm_commit_planes()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1133 bool replay_allow_active; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5486 if (active && !link->replay_settings.replay_allow_active) { in dc_set_replay_allow_active()
5491 } else if (!active && link->replay_settings.replay_allow_active) { in dc_set_replay_allow_active()