summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJonas Ã…dahl <jadahl@gmail.com>2021-12-08 22:05:07 +0100
committerMarge Bot <marge-bot@gnome.org>2022-01-05 20:00:36 +0000
commit8de449dc725e932b2cf171ff0df4c172f9379ff2 (patch)
tree8d1bf664ab730a623938359bc99e50a23df4be3c /data
parente6a2d61a2f0f9cd789b61526e67c72b5b0020b1e (diff)
downloadmutter-8de449dc725e932b2cf171ff0df4c172f9379ff2.tar.gz
udev-rules: Only disable modifiers on i915
The only currently known issue with allocating scanout buffers with modifiers is memory constraints in multi head setups. Heuristics for handling that are not implemented, but since it doesn't apply to anything but i915, remove the other drivers from the deny list. The other drivers had modifiers disabled to marginally increase the chance of becoming scanout-able when allocated by Xwayland. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2146>
Diffstat (limited to 'data')
-rw-r--r--data/61-mutter.rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/61-mutter.rules b/data/61-mutter.rules
index edc03e6c1..7c2b96349 100644
--- a/data/61-mutter.rules
+++ b/data/61-mutter.rules
@@ -1,5 +1,2 @@
DRIVERS=="i915", SUBSYSTEM=="drm", TAG+="mutter-device-disable-kms-modifiers"
-DRIVERS=="nouveau", SUBSYSTEM=="drm", TAG+="mutter-device-disable-kms-modifiers"
-DRIVERS=="amdgpu", SUBSYSTEM=="drm", TAG+="mutter-device-disable-kms-modifiers"
-DRIVERS=="radeon", SUBSYSTEM=="drm", TAG+="mutter-device-disable-kms-modifiers"
ENV{ID_PATH}=="platform-vkms", TAG+="mutter-device-ignore"