Home
last modified time | relevance | path

Searched refs:edp_set_coasting_vtotal (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_edp_panel_control.h59 bool edp_set_coasting_vtotal(struct dc_link *link, uint16_t coasting_vtotal);
Dlink_edp_panel_control.c996 bool edp_set_coasting_vtotal(struct dc_link *link, uint16_t coasting_vtotal) in edp_set_coasting_vtotal() function
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Dlink.h284 bool (*edp_set_coasting_vtotal)( member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/
Dlink_factory.c215 link_srv->edp_set_coasting_vtotal = edp_set_coasting_vtotal; in construct_link_service_edp_panel_control()