Lines Matching +full:display +full:- +full:timings
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
44 * struct drm_panel_funcs - perform operations on a given panel
46 * The .prepare() function is typically called before the display controller
52 * After the display controller has started transmitting video data, it's safe
59 * Before stopping video transmission from the display controller it can be
63 * is visible on the panel. It is then safe for the display controller to
133 * Copy display timings into the provided array and return
134 * the number of display timings available.
139 struct display_timing *timings);
144 * Allows panels to create panels-specific debugfs files.
189 * struct drm_panel - DRM panel object
252 * where the DSI host controller should be initialised to LP-11 before
294 return ERR_PTR(-ENODEV); in of_drm_find_panel()
300 return -ENODEV; in of_drm_get_panel_orientation()
320 return -ENODEV; in drm_panel_add_follower()
327 return -ENODEV; in devm_drm_panel_add_follower()