[PATCH] fbcon: don't lose the console font across generic->chip driver switch

2013-01-24 Thread Dave Airlie
From: Dave Airlie If grub2 loads efifb/vesafb, then when systemd starts it can set the console font on that framebuffer device, however when we then load the native KMS driver, the first thing it does is tear down the generic framebuffer driver. The thing is the generic code is doing the right t

[PATCH] fbcon: don't lose the console font across generic->chip driver switch

2013-01-23 Thread Dave Airlie
From: Dave Airlie If grub2 loads efifb/vesafb, then when systemd starts it can set the console font on that framebuffer device, however when we then load the native KMS driver, the first thing it does is tear down the generic framebuffer driver. The thing is the generic code is doing the right t