Lines Matching refs:panel
7 * Based on AUO panel driver by Rob Clark <robdclark@gmail.com>
23 * When power is turned off to this panel a minimum off time of 500ms has to be
43 static inline struct wuxga_nt_panel *to_wuxga_nt_panel(struct drm_panel *panel)
45 return container_of(panel, struct wuxga_nt_panel, base);
53 static int wuxga_nt_panel_disable(struct drm_panel *panel)
55 struct wuxga_nt_panel *wuxga_nt = to_wuxga_nt_panel(panel);
68 static int wuxga_nt_panel_unprepare(struct drm_panel *panel)
70 struct wuxga_nt_panel *wuxga_nt = to_wuxga_nt_panel(panel);
82 static int wuxga_nt_panel_prepare(struct drm_panel *panel)
84 struct wuxga_nt_panel *wuxga_nt = to_wuxga_nt_panel(panel);
92 * If the user re-enabled the panel before the required off-time then
116 dev_err(panel->dev, "failed to set panel on: %d\n", ret);
130 static int wuxga_nt_panel_enable(struct drm_panel *panel)
132 struct wuxga_nt_panel *wuxga_nt = to_wuxga_nt_panel(panel);
154 static int wuxga_nt_panel_get_modes(struct drm_panel *panel,
161 dev_err(panel->dev, "failed to add mode %ux%u@%u\n",
260 dev_err(&dsi->dev, "failed to disable panel: %d\n", ret);
278 .name = "panel-panasonic-vvx10f034n00",
288 MODULE_DESCRIPTION("Panasonic VVX10F034N00 Novatek NT1397-based WUXGA (1920x1200) video mode panel driver");