]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Print pretty names for pixel formats
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 7 Jun 2013 15:43:05 +0000 (15:43 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 10 Jun 2013 22:13:55 +0000 (08:13 +1000)
commit3d8860030ba34454dd8ad0a7ae973baa05d44d48
tree6ac2c2991ef8fe23c130ff5a2b966722fa7899f5
parentb63f06af6e096ff101110e819983798fa86ad2e9
drm/i915: Print pretty names for pixel formats

Use drm_get_format_name to print more readable pixel format names
in debug output.

Also unify the debug messages to say "unsupported pixel format",
which better describes what is going on.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/i915/intel_display.c