Searched refs:orientation_quirk (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/
H A Ddrm_connector.c2626 int orientation_quirk; local
2628 orientation_quirk = drm_get_panel_orientation_quirk(width, height);
2629 if (orientation_quirk != DRM_MODE_PANEL_ORIENTATION_UNKNOWN)
2630 panel_orientation = orientation_quirk;

Completed in 101 milliseconds