wlroots/include/backend/drm
Austin Shafer 5a38cc57c8 Add new struct wlr_multi_gpu
For development to continue on systems (such as optimus laptops) that
have multiple GPUs, we need a way to reference all of the renderers
that have been created for devices in the system. A wlr_multi_gpu
struct holds renderers coming from two different sources:
1. the primary renderer (given to us by the compositor)
2. drm sub backends, each of which has a renderer created for
   cross-GPU copies.

This change provides a way to access all of these from the same
place.
2024-02-23 13:49:30 -05:00
..
drm.h Add new struct wlr_multi_gpu 2024-02-23 13:49:30 -05:00
fb.h backend/drm: split wlr_drm_fb related functions into separate file 2023-11-30 14:44:46 +00:00
iface.h backend/drm: atomically reset state after VT switch 2024-02-14 19:13:23 +01:00
monitor.h backend/drm: drop wl_display argument 2024-01-25 15:05:36 +00:00
properties.h backend/drm: fix broken link to KMS property docs 2024-02-21 12:03:37 +01:00
renderer.h backend/drm: remove wlr_drm_renderer.backend 2023-11-30 14:44:46 +00:00
util.h backend/drm: use libdisplay-info for CVT mode generation 2023-02-28 14:44:02 +00:00