Lines Matching +full:display +full:- +full:timings
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
42 * struct drm_panel_funcs - perform operations on a given panel
44 * The .prepare() function is typically called before the display controller
50 * After the display controller has started transmitting video data, it's safe
57 * Before stopping video transmission from the display controller it can be
61 * is visible on the panel. It is then safe for the display controller to
131 * Copy display timings into the provided array and return
132 * the number of display timings available.
137 struct display_timing *timings);
142 * Allows panels to create panels-specific debugfs files.
148 * struct drm_panel - DRM panel object
215 return ERR_PTR(-ENODEV); in of_drm_find_panel()
221 return -ENODEV; in of_drm_get_panel_orientation()