aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PATCH] fbdev: fix switch to KD_TEXT, enhanced versionKnut Petersen2005-12-121-1/+2
* [PATCH] fbcon: Avoid illegal display panningAntonino A. Daplas2005-12-121-6/+19
* [PATCH] fbcon: Add ability to save/restore graphics stateAntonino A. Daplas2005-12-121-1/+4
* [PATCH] fbcon: fix complement_mask() with 512 character mapAntonino A. Daplas2005-12-121-1/+8
* [PATCH] fbdev: fix module dependency loopAntonino A. Daplas2005-11-131-9/+6
* [PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfsAntonino A. Daplas2005-11-091-0/+72
* [PATCH] fbcon: Console Rotation - Add support for 90-degree console rotationAntonino A. Daplas2005-11-091-0/+13
* [PATCH] fbcon: Console Rotation - Add support to rotate the logoAntonino A. Daplas2005-11-091-2/+3
* [PATCH] fbcon: Console Rotation - Prepare fbcon for console rotationAntonino A. Daplas2005-11-091-103/+182
* [PATCH] fbdev: fix the fb_find_nearest_mode() functionMichal Januszewski2005-11-071-1/+2
* [PATCH] fbcon: Initialize new driver when old driver is releasedAntonino A. Daplas2005-11-071-0/+9
* [PATCH] fbcon: Use helper function when filling out var structureAntonino A. Daplas2005-11-071-15/+2
* [PATCH] fbcon: Consolidate redundant codeAntonino A. Daplas2005-11-071-62/+23
* [PATCH] fbcon: constify font dataJan Beulich2005-09-131-8/+8
* [PATCH] minor fbcon_scroll adjustmentJan Beulich2005-09-131-0/+2