Lines Matching refs:panel
67 struct drm_panel *panel;
139 num_modes = drm_panel_get_modes(imx_ldb_ch->panel, connector);
206 drm_panel_prepare(imx_ldb_ch->panel);
247 drm_panel_enable(imx_ldb_ch->panel);
324 drm_panel_disable(imx_ldb_ch->panel);
360 drm_panel_unprepare(imx_ldb_ch->panel);
474 * that brings its own, not only when there is a panel. For
476 * a panel.
578 } else if (!channel->panel) {
700 &channel->panel, &channel->bridge);
704 /* panel ddc only if there is no bridge */
715 * we can still get it from the connected panel later.
717 if (channel->panel && channel->panel->funcs &&
718 channel->panel->funcs->get_modes)