]> Pileus Git - ~andy/linux/commit
drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 15 Oct 2013 18:06:51 +0000 (21:06 +0300)
committerDave Airlie <airlied@redhat.com>
Wed, 6 Nov 2013 03:29:34 +0000 (13:29 +1000)
commit23c453a4af187e06d3d16649f1f3f2d16c132f83
treed321912e9b3f4cb329534395374ee1acee8e651d
parente7bfa5c407a39fa1eb0e85180451dda228acc97f
drm: Pretty print pixel format in drm_fb_get_bpp_depth() and format_check()

drm_fb_get_bpp_depth() likes to complain about unsupported pixel formats
but doesn't bother telling us what the format was. Also format_check()
just returns an error when it encouters an invalid format, leaving the
user scratching his head trying to figure out why addfb failed. Make
life a bit easier by using drm_get_format_name() in both places.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc.c