Lines Matching refs:orientation
265 * of_drm_get_panel_orientation - look up the orientation of the panel through
268 * @orientation: orientation enum to be filled in
270 * Looks up the rotation of a panel in the device tree. The orientation of the
278 enum drm_panel_orientation *orientation)
285 *orientation = DRM_MODE_PANEL_ORIENTATION_UNKNOWN;
293 *orientation = DRM_MODE_PANEL_ORIENTATION_NORMAL;
295 *orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP;
297 *orientation = DRM_MODE_PANEL_ORIENTATION_BOTTOM_UP;
299 *orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP;