Lines Matching full:orientation
3 * drm_panel_orientation_quirks.c -- Quirks for non-normal panel orientation
30 int orientation; member
36 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
44 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
52 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
60 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
69 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
77 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
84 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
91 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
97 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
103 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
109 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
251 * drm_get_panel_orientation_quirk - Check for panel orientation quirks
286 return data->orientation; in drm_get_panel_orientation_quirk()
294 return data->orientation; in drm_get_panel_orientation_quirk()