Re: [PATCH] drm/i915: Kconfig option to disable the legacy fbdev support

2013-10-11 Thread Daniel Vetter
On Fri, Oct 11, 2013 at 01:53:36PM +0800, Lee, Chon Ming wrote: > On 10/09 09:18, Daniel Vetter wrote: > > Boots Just Fine (tm)! > > > > The only glitch seems to be that at least on Fedora the boot splash > > gets confused and doesn't display much at all. > > > > And since there's no ugly console

Re: [PATCH] drm/i915: Kconfig option to disable the legacy fbdev support

2013-10-11 Thread Lee, Chon Ming
On 10/09 09:18, Daniel Vetter wrote: > Boots Just Fine (tm)! > > The only glitch seems to be that at least on Fedora the boot splash > gets confused and doesn't display much at all. > > And since there's no ugly console flickering anymore in between, the > flicker while switching between X server

Re: [Intel-gfx] [PATCH] drm/i915: Kconfig option to disable the legacy fbdev support

2013-10-09 Thread Jani Nikula
On Wed, 09 Oct 2013, Daniel Vetter wrote: > Boots Just Fine (tm)! > > The only glitch seems to be that at least on Fedora the boot splash > gets confused and doesn't display much at all. > > And since there's no ugly console flickering anymore in between, the > flicker while switching between X se

Re: [Intel-gfx] [PATCH] drm/i915: Kconfig option to disable the legacy fbdev support

2013-10-09 Thread Daniel Vetter
On Wed, Oct 09, 2013 at 09:09:36AM +0100, Chris Wilson wrote: > On Wed, Oct 09, 2013 at 09:18:51AM +0200, Daniel Vetter wrote: > > mode_fits_in_fbdev(struct drm_device *dev, > >struct drm_display_mode *mode) > > { > > +#ifdef CONFIG_DRM_I915_FBDEV > > struct drm_i915_private *

Re: [Intel-gfx] [PATCH] drm/i915: Kconfig option to disable the legacy fbdev support

2013-10-09 Thread Chris Wilson
On Wed, Oct 09, 2013 at 09:18:51AM +0200, Daniel Vetter wrote: > mode_fits_in_fbdev(struct drm_device *dev, > struct drm_display_mode *mode) > { > +#ifdef CONFIG_DRM_I915_FBDEV > struct drm_i915_private *dev_priv = dev->dev_private; > struct drm_i915_gem_object *obj;

[PATCH] drm/i915: Kconfig option to disable the legacy fbdev support

2013-10-09 Thread Daniel Vetter
Boots Just Fine (tm)! The only glitch seems to be that at least on Fedora the boot splash gets confused and doesn't display much at all. And since there's no ugly console flickering anymore in between, the flicker while switching between X servers (VT support is still enabled) is even more jarrin