Lines Matching full:panel

7  * Based on AUO panel driver by Rob Clark <robdclark@gmail.com>
24 * When power is turned off to this panel a minimum off time of 500ms has to be
45 static inline struct wuxga_nt_panel *to_wuxga_nt_panel(struct drm_panel *panel) in to_wuxga_nt_panel() argument
47 return container_of(panel, struct wuxga_nt_panel, base); in to_wuxga_nt_panel()
55 static int wuxga_nt_panel_disable(struct drm_panel *panel) in wuxga_nt_panel_disable() argument
57 struct wuxga_nt_panel *wuxga_nt = to_wuxga_nt_panel(panel); in wuxga_nt_panel_disable()
76 static int wuxga_nt_panel_unprepare(struct drm_panel *panel) in wuxga_nt_panel_unprepare() argument
78 struct wuxga_nt_panel *wuxga_nt = to_wuxga_nt_panel(panel); in wuxga_nt_panel_unprepare()
90 static int wuxga_nt_panel_prepare(struct drm_panel *panel) in wuxga_nt_panel_prepare() argument
92 struct wuxga_nt_panel *wuxga_nt = to_wuxga_nt_panel(panel); in wuxga_nt_panel_prepare()
100 * If the user re-enabled the panel before the required off-time then in wuxga_nt_panel_prepare()
124 dev_err(panel->dev, "failed to set panel on: %d\n", ret); in wuxga_nt_panel_prepare()
138 static int wuxga_nt_panel_enable(struct drm_panel *panel) in wuxga_nt_panel_enable() argument
140 struct wuxga_nt_panel *wuxga_nt = to_wuxga_nt_panel(panel); in wuxga_nt_panel_enable()
169 static int wuxga_nt_panel_get_modes(struct drm_panel *panel) in wuxga_nt_panel_get_modes() argument
173 mode = drm_mode_duplicate(panel->drm, &default_mode); in wuxga_nt_panel_get_modes()
175 dev_err(panel->drm->dev, "failed to add mode %ux%ux@%u\n", in wuxga_nt_panel_get_modes()
183 drm_mode_probed_add(panel->connector, mode); in wuxga_nt_panel_get_modes()
185 panel->connector->display_info.width_mm = 217; in wuxga_nt_panel_get_modes()
186 panel->connector->display_info.height_mm = 136; in wuxga_nt_panel_get_modes()
286 dev_err(&dsi->dev, "failed to disable panel: %d\n", ret); in wuxga_nt_panel_remove()
306 .name = "panel-panasonic-vvx10f034n00",
316 MODULE_DESCRIPTION("Panasonic VVX10F034N00 Novatek NT1397-based WUXGA (1920x1200) video mode panel