Searched refs:conn_routes (Results 1 – 2 of 2) sorted by relevance
66 const struct mtk_drm_route *conn_routes; member708 unsigned int comp_id = mtk_crtc->conn_routes[i].route_ddp; in mtk_crtc_update_output()1006 const struct mtk_drm_route *conn_routes, in mtk_crtc_create() argument1053 struct_size(mtk_crtc, ddp_comp, path_len + (conn_routes ? 1 : 0)), in mtk_crtc_create()1163 if (conn_routes) { in mtk_crtc_create()1165 unsigned int comp_id = conn_routes[i].route_ddp; in mtk_crtc_create()1181 mtk_crtc->conn_routes = conn_routes; in mtk_crtc_create()
614 private->data->conn_routes, in mtk_find_possible_crtcs()