Searched refs:orientation_quirk (Results 1 – 1 of 1) sorted by relevance
2611 int orientation_quirk; in drm_connector_set_panel_orientation_with_quirk() local2613 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk()2614 if (orientation_quirk != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in drm_connector_set_panel_orientation_with_quirk()2615 panel_orientation = orientation_quirk; in drm_connector_set_panel_orientation_with_quirk()