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>
This commit is contained in:
parent
e6a2d61a2f
commit
8de449dc72
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user