Fix bitmask pretty-printing
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.