Searched refs:edp_set_replay_allow_active (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_replay.c | 166 link->dc->link_srv->edp_set_replay_allow_active(link, &replay_active, wait, false, NULL); in amdgpu_dm_replay_enable() 191 link->dc->link_srv->edp_set_replay_allow_active(stream->link, &replay_active, true, false, NULL); in amdgpu_dm_replay_disable()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_edp_panel_control.h | 54 bool edp_set_replay_allow_active(struct dc_link *dc_link, const bool *enable,
|
| H A D | link_dp_irq_handler.c | 257 edp_set_replay_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_replay_sink() 259 edp_set_replay_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_replay_sink()
|
| H A D | link_edp_panel_control.c | 892 bool edp_set_replay_allow_active(struct dc_link *link, const bool *allow_active, in edp_set_replay_allow_active() function
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/clk_mgr/ |
| H A D | clk_mgr.c | 116 dc->link_srv->edp_set_replay_allow_active(edp_link, &allow_active, false, false, NULL); in clk_mgr_exit_optimized_pwr_state() 137 dc->link_srv->edp_set_replay_allow_active(edp_link, in clk_mgr_optimize_pwr_state()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | link.h | 280 bool (*edp_set_replay_allow_active)(struct dc_link *dc_link, member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/ |
| H A D | link_factory.c | 214 link_srv->edp_set_replay_allow_active = edp_set_replay_allow_active; in construct_link_service_edp_panel_control()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_link_exports.c | 484 return link->dc->link_srv->edp_set_replay_allow_active(link, allow_active, wait, in dc_link_set_replay_allow_active()
|