Comment 23 for bug 1212455

Revision history for this message
John Hupp (john.hupp) wrote :

I finally got through the git bisect process:

57779d06367a915ee03e6cb918d7575f0a46e419 is the first bad commit
commit 57779d06367a915ee03e6cb918d7575f0a46e419
Author: Ville Syrjälä <email address hidden>
Date: Wed Oct 31 17:50:14 2012 +0200

    drm/i915: Fix display pixel format handling

    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. are supported from Gen4 onwards
    * BGR formats are supported from Gen4 onwards
    * YUV formats are supported from Gen5 onwards (driver limitation)

    Signed-off-by: Ville Syrjälä <email address hidden>
    Reviewed-by: Jesse Barnes <email address hidden>
    Signed-off-by: Daniel Vetter <email address hidden>

:040000 040000 334e1536b3513d0c329a8bb6360593d12065b71d bf0996ec13cbee07156c5e9f98dcdee30200e658 M drivers