Searched refs:orientation_quirk (Results 1 – 1 of 1) sorted by relevance
2381 int orientation_quirk; in drm_connector_set_panel_orientation_with_quirk() local2383 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk()2384 if (orientation_quirk != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in drm_connector_set_panel_orientation_with_quirk()2385 panel_orientation = orientation_quirk; in drm_connector_set_panel_orientation_with_quirk()