wlroots/backend
Dave Stevenson c44d7b3f28 backend/drm: Ensure plane rotation is always reset
The rotation property of a plane persists between commits.
If any application has set the property before wlroots takes
over, then that rotation will still apply to wlroots' output.
If the rotate applied to a primary plane but not the cursor
plane (as would happen if the kernel command line contains
"video=HDMI-A-1:1920x1080,rotate=180"), then system operation
becomes "interesting".

If the property exists, always set it to DRM_MODE_ROTATE_0
to ensure that the system generates the expected output.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
2024-01-10 15:20:22 +00:00
..
drm backend/drm: Ensure plane rotation is always reset 2024-01-10 15:20:22 +00:00
headless output: take wl_event_loop in wlr_output_init() 2023-11-23 11:39:25 +00:00
libinput backend: fix build against upcoming gcc-14 (-Werror=calloc-transposed-args) 2023-12-21 21:06:20 +00:00
multi backend: drop wlr_backend_get_presentation_clock() 2023-10-30 18:39:39 +01:00
session backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00:00
wayland Cleanup wlr_matrix.h includes 2023-11-25 08:37:43 +01:00
x11 Fix bool return types 2024-01-04 22:24:06 +01:00
backend.c backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00