wlroots/backend/drm
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
..
atomic.c backend/drm: Ensure plane rotation is always reset 2024-01-10 15:20:22 +00:00
backend.c backend/drm: return secondary backend DRM FD 2023-12-12 14:42:52 +00:00
drm.c backend/drm: save current refresh rate 2023-12-30 20:06:33 +01:00
fb.c backend/drm: split wlr_drm_fb related functions into separate file 2023-11-30 14:44:46 +00:00
gen_pnpids.sh backend/drm: use libdisplay-info to parse EDID 2023-02-28 14:44:02 +00:00
legacy.c backend/drm: split wlr_drm_fb related functions into separate file 2023-11-30 14:44:46 +00:00
libliftoff.c backend/drm: split wlr_drm_fb related functions into separate file 2023-11-30 14:44:46 +00:00
meson.build backend/drm: split wlr_drm_fb related functions into separate file 2023-11-30 14:44:46 +00:00
monitor.c backend/session: take wl_event_loop instead of wl_display 2023-11-23 11:15:07 +00:00
properties.c backend/drm: set "max bpc" to the max 2022-06-19 16:55:36 +00:00
renderer.c backend/drm: remove wlr_drm_renderer.backend 2023-11-30 14:44:46 +00:00
util.c backend/drm: fix di_info memory leak 2023-05-08 10:16:25 +08:00