]> git.ipfire.org Git - people/ms/linux.git/commit
drm/i915: Only kick out vesafb if we takeover the fbcon with KMS
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 26 Oct 2012 11:06:41 +0000 (12:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Nov 2012 21:18:31 +0000 (13:18 -0800)
commitec17483485122fbae70bb40d77aa1f0cf1916df2
tree1dda0b2eb2c771c67565e9c2203cdbb4b0d069d1
parentf21ebfa4b5fbf5ae1fa5ae92d1e49f31db54de83
drm/i915: Only kick out vesafb if we takeover the fbcon with KMS

commit 1623392af9da983f3ad088a75076c9da05e5600d upstream.

Otherwise we may remove the only console for a nomodeset system.

We became more aggressive in our kicking with
commit e188719a2891f01b3100dca4ae3a055fb5a7ab52
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Tue Jun 12 11:28:17 2012 +0200

    drm/i915: kick any firmware framebuffers before claiming the gtt

Reported-and-tested-by: monnier@iro.umontreal.ca
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54615
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/i915_dma.c