Lines Matching refs:panel
120 struct drm_panel *panel;
143 /* Locate the panel DT node. */
146 dev_dbg(dev, "panel DT node not found\n");
150 panel = of_drm_find_panel(panel_node);
152 if (IS_ERR(panel)) {
153 dev_dbg(dev, "panel not found, deferring probe\n");
154 return PTR_ERR(panel);
158 devm_drm_panel_bridge_add_typed(dev, panel,
167 * its strapping. Handle data-mapping the same way lvds-panel does. In
204 * The panel_bridge bridge is attached to the panel's of_node,