Searched refs:edp_set_psr_allow_active (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_edp_panel_control.h | 47 bool edp_set_psr_allow_active(struct dc_link *link, const bool *allow_active,
|
H A D | link_dp_irq_handler.c | 169 edp_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink() 171 edp_set_psr_allow_active(link, &allow_active, true, false, NULL); in handle_hpd_irq_psr_sink()
|
H A D | link_edp_panel_control.c | 584 bool edp_set_psr_allow_active(struct dc_link *link, const bool *allow_active, in edp_set_psr_allow_active() function
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | link.h | 264 bool (*edp_set_psr_allow_active)( member
|
/linux/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_factory.c | 208 link_srv->edp_set_psr_allow_active = edp_set_psr_allow_active; in construct_link_service_edp_panel_control()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_exports.c | 470 return link->dc->link_srv->edp_set_psr_allow_active(link, allow_active, wait, in dc_link_set_psr_allow_active()
|