]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: print out which pixel format we do not support
authorEugeni Dodonov <eugeni.dodonov@intel.com>
Tue, 17 Jan 2012 17:25:45 +0000 (15:25 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 21 Jan 2012 16:14:30 +0000 (17:14 +0100)
commit14720e49e9fe5c46fb5ec82373ecac8d9e41e19e
tree00e64f081d56fd2c6087a9d0c1e936d3290ddebf
parent693f6b0248fc0a0f5ba1609cd1e5fae4c45e4d59
drm/i915: print out which pixel format we do not support

Otherwise, we are left with pretty bogus message saying that the pixel
format is not supported while leaving the details to the telepatic powers.

v2: use DRM_DEBUG_KMS instead of DRM_ERROR

Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c