wlroots-hyprland/backend/drm
Simon Ser 4339c37f99 backend/drm: clip FB damage
The kernel complains when the damage exceeds the FB bounds:

    [73850.448326] i915 0000:00:02.0: [drm:drm_atomic_check_only] [PLANE:31:plane 1A] invalid damage clip 0 0 2147483647 2147483647

Make the DRM backend behave like the Wayland one and allow compositors
to damage (0, 0, INT32_MAX, INT32_MAX) to repaint everything without
needing to know the exact buffer size.

Closes: https://github.com/swaywm/sway/issues/7632
2023-06-12 20:38:03 +00:00
..
atomic.c backend/drm: clip FB damage 2023-06-12 20:38:03 +00:00
backend.c wlr_drm_format_set: Store formats on array 2023-05-11 18:25:52 +02:00
drm.c backend/drm: introduce wlr_drm_mode_get_info() 2023-05-31 22:37:12 +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: store pending FB in state 2022-12-07 17:45:59 +01:00
libliftoff.c backend/drm: clip FB damage 2023-06-12 20:38:03 +00:00
meson.build backend/drm: use libdisplay-info for CVT mode generation 2023-02-28 14:44:02 +00:00
monitor.c backend/drm: add wlr_drm_backend_monitor 2021-12-13 14:55:16 +01:00
properties.c backend/drm: set "max bpc" to the max 2022-06-19 16:55:36 +00:00
renderer.c add render timer API 2023-06-05 19:50:07 +00:00
util.c backend/drm: fix di_info memory leak 2023-05-08 10:16:25 +08:00