Lines Matching full:orientation
3 * drm_panel_orientation_quirks.c -- Quirks for non-normal panel orientation
30 int orientation; member
38 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
46 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
54 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
62 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
71 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
79 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
86 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
93 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
99 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
105 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
111 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
117 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
123 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
129 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
135 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
141 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
147 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
491 * drm_get_panel_orientation_quirk - Check for panel orientation quirks
526 return data->orientation; in drm_get_panel_orientation_quirk()
534 return data->orientation; in drm_get_panel_orientation_quirk()