ascent12 / drm_info

Moved to https://gitlab.freedesktop.org/emersion/drm_info
MIT License
63 stars 13 forks source link

Fix bitmask pretty-printing #64

Closed emersion closed 3 years ago

emersion commented 3 years ago

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.

emersion commented 3 years ago

Ping @ascent12