Lines Matching refs:panel
275 struct drm_panel *panel; member
1372 ret = drm_panel_prepare(dsi->panel); in exynos_dsi_enable()
1383 ret = drm_panel_enable(dsi->panel); in exynos_dsi_enable()
1387 drm_panel_unprepare(dsi->panel); in exynos_dsi_enable()
1400 drm_panel_disable(dsi->panel); in exynos_dsi_disable()
1402 drm_panel_unprepare(dsi->panel); in exynos_dsi_disable()
1412 if (dsi->panel) { in exynos_dsi_dpms()
1433 if (!dsi->panel) { in exynos_dsi_detect()
1434 dsi->panel = of_drm_find_panel(dsi->panel_node); in exynos_dsi_detect()
1435 if (dsi->panel) in exynos_dsi_detect()
1436 drm_panel_attach(dsi->panel, &dsi->connector); in exynos_dsi_detect()
1442 drm_panel_detach(dsi->panel); in exynos_dsi_detect()
1443 dsi->panel = NULL; in exynos_dsi_detect()
1446 if (dsi->panel) in exynos_dsi_detect()
1470 if (dsi->panel) in exynos_dsi_get_modes()
1471 return dsi->panel->funcs->get_modes(dsi->panel); in exynos_dsi_get_modes()