Lines Matching defs:panel
1391 * panel orientation:
1392 * On some devices the LCD panel is mounted in the casing in such a way
1393 * that the up/top side of the panel does not match with the top side of
1396 * INPUT_PROP_DIRECT) will still map 1:1 to the actual LCD panel
1405 * mode of an LCD panel:
1408 * No upscaling happens, scaling is left to the panel. Not all
1411 * The output is upscaled to the full resolution of the panel,
1415 * resolution the panel.
2537 * @connector: connector for which to set the panel-orientation property.
2541 * a "panel orientation" property to the connector.
2550 * The function shouldn't be called in panel after drm is registered (i.e.
2577 "panel orientation",
2595 * @connector: connector for which to init the panel-orientation property.
2597 * @width: width in pixels of the panel, used for panel quirk detection
2598 * @height: height in pixels of the panel, used for panel quirk detection
2624 * set the connector's panel_orientation from panel's callback.
2625 * @connector: connector for which to init the panel-orientation property.
2626 * @panel: panel that can provide orientation information.
2629 * Orientation is obtained from panel's .get_orientation() callback.
2636 struct drm_panel *panel)
2640 if (panel && panel->funcs && panel->funcs->get_orientation)
2641 orientation = panel->funcs->get_orientation(panel);