Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/mediatek/
Dmtk_ddp_comp.c456 static const struct mtk_ddp_comp_match mtk_ddp_matches[DDP_COMPONENT_DRM_ID_MAX] = { variable
563 for (i = 0; i < ARRAY_SIZE(mtk_ddp_matches); i++) { in mtk_ddp_comp_get_id()
564 if (comp_type == mtk_ddp_matches[i].type && in mtk_ddp_comp_get_id()
565 (id < 0 || id == mtk_ddp_matches[i].alias_id)) in mtk_ddp_comp_get_id()
636 type = mtk_ddp_matches[comp_id].type; in mtk_ddp_comp_init()
639 comp->funcs = mtk_ddp_matches[comp_id].funcs; in mtk_ddp_comp_init()