Searched refs:orientation_quirk (Results 1 – 1 of 1) sorted by relevance
2315 int orientation_quirk; in drm_connector_set_panel_orientation_with_quirk() local2317 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk()2318 if (orientation_quirk != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in drm_connector_set_panel_orientation_with_quirk()2319 panel_orientation = orientation_quirk; in drm_connector_set_panel_orientation_with_quirk()