Lines Matching refs:panel
29 struct drm_panel *panel; member
49 if (ctx->panel && !ctx->panel->connector) in exynos_dpi_detect()
50 drm_panel_attach(ctx->panel, &ctx->connector); in exynos_dpi_detect()
87 if (ctx->panel) in exynos_dpi_get_modes()
88 return ctx->panel->funcs->get_modes(ctx->panel); in exynos_dpi_get_modes()
134 if (ctx->panel) { in exynos_dpi_poweron()
135 drm_panel_prepare(ctx->panel); in exynos_dpi_poweron()
136 drm_panel_enable(ctx->panel); in exynos_dpi_poweron()
142 if (ctx->panel) { in exynos_dpi_poweroff()
143 drm_panel_disable(ctx->panel); in exynos_dpi_poweroff()
144 drm_panel_unprepare(ctx->panel); in exynos_dpi_poweroff()
325 ctx->panel = of_drm_find_panel(ctx->panel_node); in exynos_dpi_probe()
326 if (!ctx->panel) { in exynos_dpi_probe()
347 if (ctx->panel) in exynos_dpi_remove()
348 drm_panel_detach(ctx->panel); in exynos_dpi_remove()