Skip to content

Revert "udev-rules: Disable sending modifiers to clients with amdgpu"

Robert Mader requested to merge rmader/mutter:reenable-modifier-on-amd into main

From the main commit:

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.

cc @daenzer

Edited by Robert Mader

Merge request reports