Home
last modified time | relevance | path

Searched refs:edp_set_replay_allow_active (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_replay.c138 link->dc->link_srv->edp_set_replay_allow_active(link, NULL, false, false, NULL); in amdgpu_dm_replay_enable()
140 link->dc->link_srv->edp_set_replay_allow_active(link, &replay_active, false, true, NULL); in amdgpu_dm_replay_enable()
178 stream->link->dc->link_srv->edp_set_replay_allow_active(stream->link, NULL, false, false, NULL); in amdgpu_dm_replay_disable()
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.h55 bool edp_set_replay_allow_active(struct dc_link *dc_link, const bool *enable,
H A Dlink_dp_irq_handler.c239 edp_set_replay_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_replay_sink()
241 edp_set_replay_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_replay_sink()
H A Dlink_edp_panel_control.c870 bool edp_set_replay_allow_active(struct dc_link *link, const bool *allow_active, in edp_set_replay_allow_active() function
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c120 dc->link_srv->edp_set_replay_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state()
141 dc->link_srv->edp_set_replay_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
/openbsd/sys/dev/pci/drm/amd/display/dc/inc/
H A Dlink.h279 bool (*edp_set_replay_allow_active)(struct dc_link *dc_link, member
/openbsd/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_factory.c213 link_srv->edp_set_replay_allow_active = edp_set_replay_allow_active; in construct_link_service_edp_panel_control()