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
288 * devm_drm_panel_alloc - Allocate and initialize a refcounted panel.
334 return ERR_PTR(-ENODEV);
340 return -ENODEV;
360 return -ENODEV;
367 return -ENODEV;