[PATCH 19/51] drm/i915: Fix display pixel format handling

2012-10-25 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Fix support for all RGB/BGR pixel formats (except the 16:16:16:16 float format). Fix intel_init_framebuffer() to match hardware and driver limitations: * RGB332 is not supported at all * CI8 is supported * XRGB1555 & co. are supported on Gen3 and earlier * XRGB210101010 & co.

[PATCH 19/51] drm/i915: Fix display pixel format handling

2012-10-25 Thread ville . syrjala
From: Ville Syrjälä Fix support for all RGB/BGR pixel formats (except the 16:16:16:16 float format). Fix intel_init_framebuffer() to match hardware and driver limitations: * RGB332 is not supported at all * CI8 is supported * XRGB1555 & co. are supported on Gen3 and earlier * XRGB210101010 & co.