xf86drm: handle DRM_FORMAT_BIG_ENDIAN in drmGetFormatName()
authorSimon Ser <contact@emersion.fr>
Wed, 12 Oct 2022 07:40:06 +0000 (09:40 +0200)
committerSimon Ser <contact@emersion.fr>
Mon, 17 Oct 2022 10:03:50 +0000 (12:03 +0200)
commitffb9375a505700addcea637ddb8aa308bb73ec36
tree73025f9aac2bbc294e3478e9479b0f9ca11f8cea
parente08a22dc43f0834a7944fc8cc8bf34d06e6bd095
xf86drm: handle DRM_FORMAT_BIG_ENDIAN in drmGetFormatName()

This bit can be added to a DRM format to indicate that it's
big endian instead of little endian.

Signed-off-by: Simon Ser <contact@emersion.fr>
xf86drm.c