wlroots/backend/drm
Daniel Playfair Cal 82f92113fd backend/drm: add support for suggested output position prop
Virtualised outputs use the "suggested X" and "suggested Y" DRM props to
indicate their relative position on the host WM.

This change adds members `suggested_x` and `suggested_y` to `struct
wlr_output` which contain the value of these props. Also, a
`suggested_position` signal is added so that compositors can be notified
if there is a changed in the suggested position.
2021-01-10 21:44:52 +11:00
..
atomic.c backend/drm: use connector log helpers in atomic backend 2020-12-24 17:55:45 +01:00
backend.c remove unnecessary egl includes 2021-01-07 17:11:22 +01:00
cvt.c backend/drm: add support for custom modes 2019-10-27 10:46:47 -04:00
drm.c backend/drm: add support for suggested output position prop 2021-01-10 21:44:52 +11:00
legacy.c backend/drm: don't log errno on plane_get_next_fb failure 2021-01-07 16:53:20 +01:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
properties.c backend/drm: add support for suggested output position prop 2021-01-10 21:44:52 +11:00
renderer.c remove unnecessary egl includes 2021-01-07 17:11:22 +01:00
util.c drm: add fallback drmModeAddFB for drivers which do not support drmModeAddFB2 2020-12-28 14:15:04 +01:00