Commit d7f45a0
committed
drm: apple: Support sync objects
Both mutter[0] and KWin[1] are using the KMS drm device for explicit
sync in their screen casting implementation. This fails in both cases
since the KMS device does not provide DRM_CAP_SYNCOBJ_TIMELINE.
Support for this is implemented in generic DRM so setting the two
necessary feature flags.
0: https://gitlab.gnome.org/GNOME/mutter/-/issues/4224
1: https://invent.kde.org/plasma/kwin/-/merge_requests/7941
Signed-off-by: Janne Grunau <j@jannau.net>1 parent ff1fc1f commit d7f45a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments