Lines Matching refs:panel
58 struct drm_panel *panel;
130 num_modes = drm_panel_get_modes(imx_ldb_ch->panel, connector);
198 drm_panel_prepare(imx_ldb_ch->panel);
239 drm_panel_enable(imx_ldb_ch->panel);
311 drm_panel_disable(imx_ldb_ch->panel);
347 drm_panel_unprepare(imx_ldb_ch->panel);
454 * that brings its own, not only when there is a panel. For
456 * a panel.
558 } else if (!channel->panel) {
655 &channel->panel, &channel->bridge);
659 /* panel ddc only if there is no bridge */
670 * we can still get it from the connected panel later.
672 if (channel->panel && channel->panel->funcs &&
673 channel->panel->funcs->get_modes)