aboutsummaryrefslogtreecommitdiff
path: root/backend/drm/properties.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-09-19 16:36:23 +0200
committerSimon Zeni <simon@bl4ckb0ne.ca>2021-09-21 11:40:37 -0600
commit2e12de96ca988f9b8ee51789e70542c24bab8844 (patch)
treefe685ca317d48e42db41ccc9035191cddc329968 /backend/drm/properties.c
parent0c5ff5efabac281065962538ec61431b6ce5c51d (diff)
backend/drm: add support for panel orientation
Expose the panel orientation with wlr_drm_connector_get_panel_orientation. Leave it to the compositor to consume this information and configure the output accordingly. Closes: https://github.com/swaywm/wlroots/issues/1581
Diffstat (limited to 'backend/drm/properties.c')
-rw-r--r--backend/drm/properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/drm/properties.c b/backend/drm/properties.c
index 2717e09e..f2696593 100644
--- a/backend/drm/properties.c
+++ b/backend/drm/properties.c
@@ -26,6 +26,7 @@ static const struct prop_info connector_info[] = {
{ "PATH", INDEX(path) },
{ "link-status", INDEX(link_status) },
{ "non-desktop", INDEX(non_desktop) },
+ { "panel orientation", INDEX(panel_orientation) },
{ "subconnector", INDEX(subconnector) },
{ "vrr_capable", INDEX(vrr_capable) },
#undef INDEX