aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16fbcon: delay the start of the cursor timer until a con_switch()Antonino Daplas1-1/+1
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas1-1/+1
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt1-1/+0
2007-08-11fbcon: Kill compile warningAntonino A. Daplas1-1/+13
2007-07-17fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes1-0/+42
2007-07-17fbcon: Revise primary device selectionAntonino A. Daplas1-36/+13
2007-07-17fbcon: set_con2fb_map fixesAntonino A. Daplas1-39/+25
2007-07-17fbcon: allow fbcon to use the primary display driverAntonino A. Daplas1-7/+73
2007-07-17fbcon: use struct device instead of struct class_deviceAntonino A. Daplas1-28/+29
2007-07-17fbcon: cursor blink controlAntonino A. Daplas1-1/+73
2007-07-17fbcon: smart blitter usage for scrollingKrzysztof Helt1-8/+68
2007-05-08fbcon: check console-fb mapping in fbcon_get_requirementAntonino A. Daplas1-9/+8
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas1-0/+42
2007-05-08fbcon: check if the character count can be handledAntonino A. Daplas1-0/+21
2007-05-08fbcon: font setting should check limitation of driverAntonino A. Daplas1-3/+14
2007-05-08fbcon: delay screen update when setting the mode of all consolesAntonino A. Daplas1-21/+10
2007-05-08fbdev: don't show logo if driver or fbcon are modularAntonino A. Daplas1-0/+15
2007-05-08fbcon: don't draw cursor when it's disabledMichal Januszewski1-1/+1
2007-05-08fbdev: avoid vertical overflow when making space for the logoGeert Uytterhoeven1-2/+7
2007-02-20backlight/fbcon: Add FB_EVENT_CONBLANKRichard Purdie1-0/+7
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-03[PATCH] fbcon: Honor the return value of device_create_fileAntonino A. Daplas1-7/+27
2006-10-03[PATCH] fbcon: Remove cursor timer if unusedAntonino A. Daplas1-6/+11
2006-10-03[PATCH] fbcon: Use persistent allocation for cursor blinkingDave Jones1-0/+3
2006-09-22[PATCH] fix the survivors of fbcon_vbl_handler() renamingAl Viro1-2/+2
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] VT binding: Do not create a device file for class device 'fbcon'Antonino A. Daplas1-4/+2
2006-06-26[PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas1-60/+144
2006-06-26[PATCH] Detaching fbcon: add capability to attach/detach fbconAntonino A. Daplas1-58/+97
2006-06-26[PATCH] Detaching fbcon: clean up exit codeAntonino A. Daplas1-0/+43
2006-06-26[PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas1-8/+105
2006-06-08[PATCH] fbcon: fix limited scroll in SCROLL_PAN_REDRAW modeMalcom Parsons1-1/+1
2006-05-31[PATCH] fbcon: fix scrollback with logo issue immediately after bootDavid Hollister1-1/+1
2006-03-31[PATCH] fbcon: Save current display during initializationAntonino A. Daplas1-0/+1
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-5/+5
2006-01-10[PATCH] fbcon: Code cleanupsAntonino A. Daplas1-16/+11
2006-01-10[PATCH] fbcon: disable ywrap if not supported by fbcon scrolling codeKnut Petersen1-1/+2
2006-01-10[PATCH] fbcon: Store struct display when setting all vcsAntonino A. Daplas1-0/+2
2006-01-10[PATCH] fbcon: Sanitize fbconAntonino A. Daplas1-26/+23
2006-01-07[PATCH] fbcon: don´t call set_par() in fbcon_init() if vc_mode == KD_GRAPHICSKnut Petersen1-1/+1
2005-12-12[PATCH] fbdev: fix switch to KD_TEXT, enhanced versionKnut Petersen1-1/+2
2005-12-12[PATCH] fbcon: Avoid illegal display panningAntonino A. Daplas1-6/+19
2005-12-12[PATCH] fbcon: Add ability to save/restore graphics stateAntonino A. Daplas1-1/+4
2005-12-12[PATCH] fbcon: fix complement_mask() with 512 character mapAntonino A. Daplas1-1/+8
2005-11-13[PATCH] fbdev: fix module dependency loopAntonino A. Daplas1-9/+6
2005-11-09[PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfsAntonino A. Daplas1-0/+72