Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
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()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1114 bool replay_allow_active; member