Home
last modified time | relevance | path

Searched refs:DRM_MODE_PANEL_ORIENTATION_LEFT_UP (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/pci/drm/
H A Ddrm_panel_orientation_quirks.c105 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
117 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
141 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
H A Ddrm_panel.c371 *orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP; in of_drm_get_panel_orientation()
H A Ddrm_client_modeset.c938 case DRM_MODE_PANEL_ORIENTATION_LEFT_UP: in drm_client_rotation()
H A Ddrm_connector.c973 { DRM_MODE_PANEL_ORIENTATION_LEFT_UP, "Left Side Up" },
H A Ddrm_modes.c2132 mode->panel_orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP; in drm_mode_parse_panel_orientation()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_connector.h367 DRM_MODE_PANEL_ORIENTATION_LEFT_UP, enumerator
/openbsd/sys/dev/pci/drm/i915/
H A Di915_driver.c2457 if (orientation_quirk == DRM_MODE_PANEL_ORIENTATION_LEFT_UP) in inteldrm_attachhook()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c3581 if (orientation_quirk == DRM_MODE_PANEL_ORIENTATION_LEFT_UP) in amdgpu_attachhook()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_bios.c1734 DRM_MODE_PANEL_ORIENTATION_LEFT_UP; in parse_mipi_config()