Searched refs:ext_path (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_drv.c | 237 .ext_path = mt2701_mtk_ddp_ext, 246 .ext_path = mt7623_mtk_ddp_ext, 255 .ext_path = mt2712_mtk_ddp_ext, 271 .ext_path = mt8173_mtk_ddp_ext, 279 .ext_path = mt8183_mtk_ddp_ext, 287 .ext_path = mt8186_mtk_ddp_ext, 306 .ext_path = mt8192_mtk_ddp_ext, 321 .ext_path = mt8195_mtk_ddp_ext, 442 if (drv_data->ext_path) in mtk_drm_find_mmsys_comp() 444 if (drv_data->ext_path[i] == comp_id) in mtk_drm_find_mmsys_comp() [all …]
|
| H A D | mtk_drm_drv.h | 39 const unsigned int *ext_path; member
|
| H A D | mtk_ddp_comp.c | 593 if (mtk_ddp_path_available(data->ext_path, data->ext_len, in mtk_find_possible_crtcs() 595 if (mtk_ddp_comp_find(dev, data->ext_path, in mtk_find_possible_crtcs()
|