[mutter] udev-rules: Only disable modifiers on i915
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] udev-rules: Only disable modifiers on i915
- Date: Wed, 5 Jan 2022 21:01:27 +0000 (UTC)
commit 8de449dc725e932b2cf171ff0df4c172f9379ff2
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Wed Dec 8 22:05:07 2021 +0100
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>
data/61-mutter.rules | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/data/61-mutter.rules b/data/61-mutter.rules
index edc03e6c1e..7c2b963498 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]