Home
last modified time | relevance | path

Searched refs:conn_routes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_crtc.c66 const struct mtk_drm_route *conn_routes; member
708 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() argument
1053 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()
H A Dmtk_ddp_comp.c614 private->data->conn_routes, in mtk_find_possible_crtcs()