Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c76 const struct mtk_dpi_conf *conf;
141 struct mtk_dpi_conf { struct
916 static const struct mtk_dpi_conf mt8173_conf = {
933 static const struct mtk_dpi_conf mt2701_conf = {
951 static const struct mtk_dpi_conf mt8183_conf = {
968 static const struct mtk_dpi_conf mt8186_conf = {
986 static const struct mtk_dpi_conf mt8192_conf = {
1003 static const struct mtk_dpi_conf mt8195_dpintf_conf = {
1028 dpi->conf = (struct mtk_dpi_conf *)of_device_get_match_data(dev); in mtk_dpi_probe()