[PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-14 Thread Daniel Vetter
On Wed, Feb 13, 2013 at 01:40:56PM +0100, Daniel Vetter wrote: > On Tue, Feb 05, 2013 at 01:07:01PM +1000, Dave Airlie wrote: > > On Tue, Feb 5, 2013 at 12:55 AM, Daniel Vetter wrote: > > > On Thu, Jan 31, 2013 at 07:43:38PM +0200, ville.syrjala at > > > linux.intel.com wrote: > > >> From: Ville

Re: [PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-13 Thread Daniel Vetter
On Wed, Feb 13, 2013 at 01:40:56PM +0100, Daniel Vetter wrote: > On Tue, Feb 05, 2013 at 01:07:01PM +1000, Dave Airlie wrote: > > On Tue, Feb 5, 2013 at 12:55 AM, Daniel Vetter wrote: > > > On Thu, Jan 31, 2013 at 07:43:38PM +0200, ville.syrj...@linux.intel.com > > > wrote: > > >> From: Ville Syr

[PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-13 Thread Daniel Vetter
On Tue, Feb 05, 2013 at 01:07:01PM +1000, Dave Airlie wrote: > On Tue, Feb 5, 2013 at 12:55 AM, Daniel Vetter wrote: > > On Thu, Jan 31, 2013 at 07:43:38PM +0200, ville.syrjala at linux.intel.com > > wrote: > >> From: Ville Syrj?l? > >> > >> Support for real RGB332 is a rarity, most hardware onl

Re: [PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-13 Thread Daniel Vetter
On Tue, Feb 05, 2013 at 01:07:01PM +1000, Dave Airlie wrote: > On Tue, Feb 5, 2013 at 12:55 AM, Daniel Vetter wrote: > > On Thu, Jan 31, 2013 at 07:43:38PM +0200, ville.syrj...@linux.intel.com > > wrote: > >> From: Ville Syrjälä > >> > >> Support for real RGB332 is a rarity, most hardware only r

[PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-05 Thread Dave Airlie
On Tue, Feb 5, 2013 at 12:55 AM, Daniel Vetter wrote: > On Thu, Jan 31, 2013 at 07:43:38PM +0200, ville.syrjala at linux.intel.com > wrote: >> From: Ville Syrj?l? >> >> Support for real RGB332 is a rarity, most hardware only really support >> C8. So use C8 instead of RGB332 when determining the

Re: [PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-04 Thread Dave Airlie
On Tue, Feb 5, 2013 at 12:55 AM, Daniel Vetter wrote: > On Thu, Jan 31, 2013 at 07:43:38PM +0200, ville.syrj...@linux.intel.com wrote: >> From: Ville Syrjälä >> >> Support for real RGB332 is a rarity, most hardware only really support >> C8. So use C8 instead of RGB332 when determining the format

[PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-04 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 07:43:38PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Support for real RGB332 is a rarity, most hardware only really support > C8. So use C8 instead of RGB332 when determining the format based on > depth/bpp. > > This fixes 8bpp fbcon on i91

Re: [PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-02-04 Thread Daniel Vetter
On Thu, Jan 31, 2013 at 07:43:38PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Support for real RGB332 is a rarity, most hardware only really support > C8. So use C8 instead of RGB332 when determining the format based on > depth/bpp. > > This fixes 8bpp fbcon on i915, s

[PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-01-31 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Support for real RGB332 is a rarity, most hardware only really support C8. So use C8 instead of RGB332 when determining the format based on depth/bpp. This fixes 8bpp fbcon on i915, since i915 will only accept C8 and not RGB332. Bugzilla: https://bugs.freedesktop.org/show_bu

[PATCH 2/2] drm: Use C8 instead of RGB332 when determining the format from depth/bpp

2013-01-31 Thread ville . syrjala
From: Ville Syrjälä Support for real RGB332 is a rarity, most hardware only really support C8. So use C8 instead of RGB332 when determining the format based on depth/bpp. This fixes 8bpp fbcon on i915, since i915 will only accept C8 and not RGB332. Bugzilla: https://bugs.freedesktop.org/show_bu