Searched refs:orientation_quirk (Results 1 – 1 of 1) sorted by relevance
2240 int orientation_quirk; in drm_connector_set_panel_orientation_with_quirk() local2242 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk()2243 if (orientation_quirk != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in drm_connector_set_panel_orientation_with_quirk()2244 panel_orientation = orientation_quirk; in drm_connector_set_panel_orientation_with_quirk()