Skip to content

Fix bitmask pretty-printing

Simon Ser requested to merge github/fork/emersion/fix-bitfields into master

The kernel sets the enum values to the number of left shifts, the enum values aren't bits we can use directly.

See for instance drm_plane_create_rotation_property 1.

Merge request reports