Lines Matching +full:display +full:- +full:timings
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
41 * struct drm_panel_funcs - perform operations on a given panel
43 * The .prepare() function is typically called before the display controller
49 * After the display controller has started transmitting video data, it's safe
56 * Before stopping video transmission from the display controller it can be
60 * is visible on the panel. It is then safe for the display controller to
121 * Copy display timings into the provided array and return
122 * the number of display timings available.
127 struct display_timing *timings);
131 * struct drm_panel - DRM panel object
198 return ERR_PTR(-ENODEV); in of_drm_find_panel()
204 return -ENODEV; in of_drm_get_panel_orientation()