Skip to content

backends/drm: fix buffer orientation check for direct scanout

Xaver Hugl requested to merge work/zamundaaa/fix-rotation-check into master

Without hardware rotation, the buffer transform with always be "normal", so all "normal" client buffers would be accepted for direct scanout, which is not correct.

CCBUG: 467138

Merge request reports