Searched refs:orientation_quirk (Results 1 – 3 of 3) sorted by relevance
2891 int orientation_quirk; in drm_connector_set_panel_orientation_with_quirk() local2893 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk()2894 if (orientation_quirk != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in drm_connector_set_panel_orientation_with_quirk()2895 panel_orientation = orientation_quirk; in drm_connector_set_panel_orientation_with_quirk()
2393 int orientation_quirk; in inteldrm_attachhook() local2411 orientation_quirk = drm_get_panel_orientation_quirk(ri->ri_width, in inteldrm_attachhook()2413 if (orientation_quirk == DRM_MODE_PANEL_ORIENTATION_LEFT_UP) in inteldrm_attachhook()2415 else if (orientation_quirk == DRM_MODE_PANEL_ORIENTATION_RIGHT_UP) in inteldrm_attachhook()
3739 int orientation_quirk; in amdgpu_attachhook() local3749 orientation_quirk = drm_get_panel_orientation_quirk(ri->ri_width, in amdgpu_attachhook()3751 if (orientation_quirk == DRM_MODE_PANEL_ORIENTATION_LEFT_UP) in amdgpu_attachhook()3753 else if (orientation_quirk == DRM_MODE_PANEL_ORIENTATION_RIGHT_UP) in amdgpu_attachhook()