mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
Revert "udev-rules: Disable sending modifiers to clients with amdgpu"
Original commit message: > ATM sending modifiers to clients prevents direct scanout for DRI3 > clients via Xwayland. Xwayland using the dma-buf feedback v4 Wayland > protocol will solve that, but that might take a while yet to appear in > the wild. Once that happens, this can be reverted. > > Direct scanout still works for native Wayland clients as well. Xwayland got support for v4 in 23.1.0, thus let's reenable modifiers on AMD. This reverts commit 2f825f3a8678284ed7ca116526dc053587eb329a. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3030>
This commit is contained in:
parent
e103567600
commit
9be511453e
@ -1,4 +1,3 @@
|
||||
DRIVERS=="amdgpu", SUBSYSTEM=="drm", TAG+="mutter-device-disable-client-modifiers"
|
||||
DRIVERS=="i915", SUBSYSTEM=="drm", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x1602", TAG+="mutter-device-disable-kms-modifiers"
|
||||
DRIVERS=="i915", SUBSYSTEM=="drm", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x1606", TAG+="mutter-device-disable-kms-modifiers"
|
||||
DRIVERS=="i915", SUBSYSTEM=="drm", ATTRS{vendor}=="0x8086", ATTRS{device}=="0x160a", TAG+="mutter-device-disable-kms-modifiers"
|
||||
|
Loading…
x
Reference in New Issue
Block a user