Skip to content

backends/drm: some fixes for hardware rotation

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

commit 1: don't test hardware rotation if not supported by the driver. @vladz this should fix the long waiting time you saw with the NVidia driver

commit 2: fix bitmask properties. The properties were effectively assumed to have fixed values despite the enum mapping, and the enum mapping was done wrong. Now it should be correct

Merge request reports