]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: support 32 bit BGR formats in sprite planes
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Mar 2012 16:49:29 +0000 (08:49 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 7 Mar 2012 18:52:13 +0000 (10:52 -0800)
commit590787fd71bd7010ebe0ab63a57a9057ece1b759
tree60af1f7c295a5b8385e8af3f69380c99c84fa005
parent7eabde59bfb91c4e7331c2dd5c05aab06916ba57
drm/i915: support 32 bit BGR formats in sprite planes

intel_framebuffer_init does some basic sanity checking of the pixel format,
but is used by the plane code in addition to the primary crtc.  So it
needs to contain any formats used in either place.

Add the XBGR8888 format to the checklist so the plane code can use it.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c