Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_crtc.c67 const struct mtk_drm_route *conn_routes; member
694 unsigned int comp_id = mtk_crtc->conn_routes[i].route_ddp; in mtk_crtc_update_output()
955 const struct mtk_drm_route *conn_routes, in mtk_crtc_create() argument
1008 mtk_crtc->ddp_comp_nr + (conn_routes ? 1 : 0), in mtk_crtc_create()
1116 if (conn_routes) { in mtk_crtc_create()
1118 unsigned int comp_id = conn_routes[i].route_ddp; in mtk_crtc_create()
1134 mtk_crtc->conn_routes = conn_routes; in mtk_crtc_create()
H A Dmtk_crtc.h20 const struct mtk_drm_route *conn_routes,
H A Dmtk_drm_drv.c295 .conn_routes = mt8188_mtk_ddp_main_routes,
448 if (drv_data->conn_routes[i].route_ddp == comp_id) in mtk_drm_find_mmsys_comp()
520 priv_n->data->conn_routes, in mtk_drm_kms_init()
H A Dmtk_ddp_comp.c613 private->data->conn_routes, in mtk_find_possible_crtcs()