summaryrefslogtreecommitdiff
path: root/drivers/video/console/fbcon.c
AgeCommit message (Expand)Author
2008-06-06fbcon: fix wrong vmode bits copied on console switchKrzysztof Helt
2008-05-13vt/fbcon: fix background color on line feedJan Engelhardt
2008-05-13vt/fbcon: update scrl_erase_char after 256/512-glyph font switchJan Engelhardt
2008-04-29vt: fix background color on line feedJan Engelhardt
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28fbdev: use DIV_ROUND_UP or roundupJulia Lawall
2008-02-06fbcon: fix color generation for monochrome framebufferThomas Pfaff
2008-02-06fbcon: fix sparse warning about shadowing 'rotate' symbolMarcin Slusarz
2008-02-06fbcon: fix sparse warning about shadowing 'p' symbolMarcin Slusarz
2008-02-06cleanup after APUS removalAdrian Bunk
2007-10-16fbcon: delay the start of the cursor timer until a con_switch()Antonino Daplas
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt
2007-08-11fbcon: Kill compile warningAntonino A. Daplas
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes
2007-07-17fbcon: Revise primary device selectionAntonino A. Daplas
2007-07-17fbcon: set_con2fb_map fixesAntonino A. Daplas
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas
2007-07-17fbcon: use struct device instead of struct class_deviceAntonino A. Daplas
2007-07-17fbcon: cursor blink controlAntonino A. Daplas
2007-07-17fbcon: smart blitter usage for scrollingKrzysztof Helt
2007-05-08fbcon: check console-fb mapping in fbcon_get_requirementAntonino A. Daplas
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas
2007-05-08fbcon: check if the character count can be handledAntonino A. Daplas
2007-05-08fbcon: font setting should check limitation of driverAntonino A. Daplas
2007-05-08fbcon: delay screen update when setting the mode of all consolesAntonino A. Daplas
2007-05-08fbdev: don't show logo if driver or fbcon are modularAntonino A. Daplas
2007-05-08fbcon: don't draw cursor when it's disabledMichal Januszewski
2007-05-08fbdev: avoid vertical overflow when making space for the logoGeert Uytterhoeven
2007-02-20backlight/fbcon: Add FB_EVENT_CONBLANKRichard Purdie
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-12[PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-03[PATCH] fbcon: Honor the return value of device_create_fileAntonino A. Daplas
2006-10-03[PATCH] fbcon: Remove cursor timer if unusedAntonino A. Daplas
2006-10-03[PATCH] fbcon: Use persistent allocation for cursor blinkingDave Jones
2006-09-22[PATCH] fix the survivors of fbcon_vbl_handler() renamingAl Viro
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] VT binding: Do not create a device file for class device 'fbcon'Antonino A. Daplas
2006-06-26[PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas
2006-06-26[PATCH] Detaching fbcon: add capability to attach/detach fbconAntonino A. Daplas
2006-06-26[PATCH] Detaching fbcon: clean up exit codeAntonino A. Daplas
2006-06-26[PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas
2006-06-08[PATCH] fbcon: fix limited scroll in SCROLL_PAN_REDRAW modeMalcom Parsons
2006-05-31[PATCH] fbcon: fix scrollback with logo issue immediately after bootDavid Hollister
2006-03-31[PATCH] fbcon: Save current display during initializationAntonino A. Daplas
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi
2006-01-10[PATCH] fbcon: Code cleanupsAntonino A. Daplas