summaryrefslogtreecommitdiffstats
path: root/lib/ucs2_string.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2013-06-10 11:15:10 +0300
committerDave Airlie <airlied@redhat.com>2013-06-11 08:13:54 +1000
commit6ba6d03e69125ef42a63e90d45e49c659ea3c34f (patch)
tree5a1d0fbe6fc7a61e51781ea732ce6ac049dbd1da /lib/ucs2_string.c
parentca793f75d91d61fd0009c4179eb88aac54a74239 (diff)
downloadlinux-stable-6ba6d03e69125ef42a63e90d45e49c659ea3c34f.tar.gz
linux-stable-6ba6d03e69125ef42a63e90d45e49c659ea3c34f.tar.bz2
linux-stable-6ba6d03e69125ef42a63e90d45e49c659ea3c34f.zip
drm: Print pretty names for pixel formats
Rather than just printing the pixel format as a hex number, decode the fourcc into human readable form, and also decode the LE vs. BE flag. Keep printing the raw hex number too in case it contains non-printable characters. Some examples what the new drm_get_format_name() produces: DRM_FORMAT_XRGB8888: "XR24 little-endian (0x34325258)" DRM_FORMAT_YUYV: "YUYV little-endian (0x56595559)" DRM_FORMAT_RGB565|DRM_FORMAT_BIG_ENDIAN: "RG16 big-endian (0xb6314752)" Unprintable characters: "D??? big-endian (0xff7f0244)" v2: Fix patch author Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'lib/ucs2_string.c')
0 files changed, 0 insertions, 0 deletions