Searched refs:orientation_quirk (Results 1 – 1 of 1) sorted by relevance
2616 int orientation_quirk; in drm_connector_set_panel_orientation_with_quirk() 2618 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk() 2619 if (orientation_quirk != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in drm_connector_set_panel_orientation_with_quirk() 2620 panel_orientation = orientation_quirk; in drm_connector_set_panel_orientation_with_quirk() 2612 int orientation_quirk; drm_connector_set_panel_orientation_with_quirk() local