Skip to content

xwayland: don't use GBM_BO_USE_SCANOUT

Simon Ser requested to merge emersion/xserver:xwayland-no-scanout into master

This flag should only be used when the caller intends to display the buffer on a hardware plane. Xwayland isn't a DRM client, so it doesn't make sense to use this flag.

This change will allow the driver to potentially use buffer parameters that are more optimized.

Signed-off-by: Simon Ser contact@emersion.fr

Merge request reports