summaryrefslogtreecommitdiffstats
path: root/include/linux/vt_kern.h
diff options
context:
space:
mode:
authorDave Airlie2013-02-08 03:13:43 +0100
committerDave Airlie2013-02-08 03:13:43 +0100
commit62cd2fa82a38cb3d653517822c62a39cdbb5f365 (patch)
treeb5d2f198c14455822c8b03abde2c8d8080cda24a /include/linux/vt_kern.h
parentMerge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l... (diff)
parentfbcon: don't lose the console font across generic->chip driver switch (diff)
downloadkernel-qcow2-linux-62cd2fa82a38cb3d653517822c62a39cdbb5f365.tar.gz
kernel-qcow2-linux-62cd2fa82a38cb3d653517822c62a39cdbb5f365.tar.xz
kernel-qcow2-linux-62cd2fa82a38cb3d653517822c62a39cdbb5f365.zip
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)
Diffstat (limited to 'include/linux/vt_kern.h')
-rw-r--r--include/linux/vt_kern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h
index dbbc6bfee71f..e8d65718560b 100644
--- a/include/linux/vt_kern.h
+++ b/include/linux/vt_kern.h
@@ -47,6 +47,7 @@ int con_set_cmap(unsigned char __user *cmap);
int con_get_cmap(unsigned char __user *cmap);
void scrollback(struct vc_data *vc, int lines);
void scrollfront(struct vc_data *vc, int lines);
+void clear_buffer_attributes(struct vc_data *vc);
void update_region(struct vc_data *vc, unsigned long start, int count);
void redraw_screen(struct vc_data *vc, int is_switch);
#define update_screen(x) redraw_screen(x, 0)