Re: [Intel-gfx] [PATCH 07/15] drm/i915: Fixup non-24bpp support for VGA screens on Haswell

2013-04-24 Thread Daniel Vetter
On Wed, Apr 24, 2013 at 02:12:55PM +0300, Ville Syrjälä wrote: > On Fri, Apr 19, 2013 at 11:24:39AM +0200, Daniel Vetter wrote: > > The LPT PCH only supports 8bpc, so we need to force the pipe bpp > > to the right value. > > > > Signed-off-by: Daniel Vetter > > Reviewed-by: Ville Syrjälä Queue

Re: [Intel-gfx] [PATCH 07/15] drm/i915: Fixup non-24bpp support for VGA screens on Haswell

2013-04-24 Thread Ville Syrjälä
On Fri, Apr 19, 2013 at 11:24:39AM +0200, Daniel Vetter wrote: > The LPT PCH only supports 8bpc, so we need to force the pipe bpp > to the right value. > > Signed-off-by: Daniel Vetter Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/intel_crt.c | 4 > 1 file changed, 4 insertions

[Intel-gfx] [PATCH 07/15] drm/i915: Fixup non-24bpp support for VGA screens on Haswell

2013-04-19 Thread Daniel Vetter
The LPT PCH only supports 8bpc, so we need to force the pipe bpp to the right value. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_crt.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c index 58b4a53..1b9ebf