summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon.c
Commit message (Expand)AuthorAgeFilesLines
...
* video: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* fbdev: use DIV_ROUND_UP or roundupJulia Lawall2008-04-281-2/+1
* fbcon: fix color generation for monochrome framebufferThomas Pfaff2008-02-061-4/+1
* fbcon: fix sparse warning about shadowing 'rotate' symbolMarcin Slusarz2008-02-061-6/+6
* fbcon: fix sparse warning about shadowing 'p' symbolMarcin Slusarz2008-02-061-5/+5
* cleanup after APUS removalAdrian Bunk2008-02-061-1/+1
* fbcon: delay the start of the cursor timer until a con_switch()Antonino Daplas2007-10-161-1/+1
* vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2007-10-161-1/+1
* fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt2007-10-161-1/+0
* fbcon: Kill compile warningAntonino A. Daplas2007-08-111-1/+13
* fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes2007-07-171-0/+42
* fbcon: Revise primary device selectionAntonino A. Daplas2007-07-171-36/+13
* fbcon: set_con2fb_map fixesAntonino A. Daplas2007-07-171-39/+25
* fbcon: allow fbcon to use the primary display driverAntonino A. Daplas2007-07-171-7/+73
* fbcon: use struct device instead of struct class_deviceAntonino A. Daplas2007-07-171-28/+29
* fbcon: cursor blink controlAntonino A. Daplas2007-07-171-1/+73
* fbcon: smart blitter usage for scrollingKrzysztof Helt2007-07-171-8/+68
* fbcon: check console-fb mapping in fbcon_get_requirementAntonino A. Daplas2007-05-081-9/+8
* fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas2007-05-081-0/+42
* fbcon: check if the character count can be handledAntonino A. Daplas2007-05-081-0/+21
* fbcon: font setting should check limitation of driverAntonino A. Daplas2007-05-081-3/+14
* fbcon: delay screen update when setting the mode of all consolesAntonino A. Daplas2007-05-081-21/+10
* fbdev: don't show logo if driver or fbcon are modularAntonino A. Daplas2007-05-081-0/+15
* fbcon: don't draw cursor when it's disabledMichal Januszewski2007-05-081-1/+1
* fbdev: avoid vertical overflow when making space for the logoGeert Uytterhoeven2007-05-081-2/+7
* backlight/fbcon: Add FB_EVENT_CONBLANKRichard Purdie2007-02-201-0/+7
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven2007-02-121-2/+2
* WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] fbcon: Honor the return value of device_create_fileAntonino A. Daplas2006-10-031-7/+27
* [PATCH] fbcon: Remove cursor timer if unusedAntonino A. Daplas2006-10-031-6/+11
* [PATCH] fbcon: Use persistent allocation for cursor blinkingDave Jones2006-10-031-0/+3
* [PATCH] fix the survivors of fbcon_vbl_handler() renamingAl Viro2006-09-221-2/+2
* [PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl2006-07-101-1/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] VT binding: Do not create a device file for class device 'fbcon'Antonino A. Daplas2006-06-261-4/+2
* [PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas2006-06-261-60/+144
* [PATCH] Detaching fbcon: add capability to attach/detach fbconAntonino A. Daplas2006-06-261-58/+97
* [PATCH] Detaching fbcon: clean up exit codeAntonino A. Daplas2006-06-261-0/+43
* [PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas2006-06-261-8/+105
* [PATCH] fbcon: fix limited scroll in SCROLL_PAN_REDRAW modeMalcom Parsons2006-06-081-1/+1
* [PATCH] fbcon: fix scrollback with logo issue immediately after bootDavid Hollister2006-05-311-1/+1
* [PATCH] fbcon: Save current display during initializationAntonino A. Daplas2006-03-311-0/+1
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-5/+5
* [PATCH] fbcon: Code cleanupsAntonino A. Daplas2006-01-101-16/+11
* [PATCH] fbcon: disable ywrap if not supported by fbcon scrolling codeKnut Petersen2006-01-101-1/+2
* [PATCH] fbcon: Store struct display when setting all vcsAntonino A. Daplas2006-01-101-0/+2
* [PATCH] fbcon: Sanitize fbconAntonino A. Daplas2006-01-101-26/+23
* [PATCH] fbcon: don´t call set_par() in fbcon_init() if vc_mode == KD_GRAPHICSKnut Petersen2006-01-071-1/+1
OpenPOWER on IntegriCloud