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;