Merge branch 'console-fixes' into drm-next
(not the fbcon maintainer pull 2) fix bug in vgacon on bootup and fbcon losing fonts on startup. * console-fixes: (50 commits) fbcon: don't lose the console font across generic->chip driver switch vgacon/vt: clear buffer attributes when we load a 512 character font (v2)
This commit is contained in:
@@ -638,7 +638,7 @@ static inline void save_screen(struct vc_data *vc)
|
||||
* Redrawing of screen
|
||||
*/
|
||||
|
||||
static void clear_buffer_attributes(struct vc_data *vc)
|
||||
void clear_buffer_attributes(struct vc_data *vc)
|
||||
{
|
||||
unsigned short *p = (unsigned short *)vc->vc_origin;
|
||||
int count = vc->vc_screenbuf_size / 2;
|
||||
|
Reference in New Issue
Block a user