Lines Matching refs:orientation
332 * of_drm_get_panel_orientation - look up the orientation of the panel through
335 * @orientation: orientation enum to be filled in
337 * Looks up the rotation of a panel in the device tree. The orientation of the
345 enum drm_panel_orientation *orientation)
352 *orientation = DRM_MODE_PANEL_ORIENTATION_UNKNOWN;
360 *orientation = DRM_MODE_PANEL_ORIENTATION_NORMAL;
362 *orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP;
364 *orientation = DRM_MODE_PANEL_ORIENTATION_BOTTOM_UP;
366 *orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP;