summaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon.c
Commit message (Expand)AuthorAgeFilesLines
* fbdev: Kill Atari vblank cursor blinkingGeert Uytterhoeven2009-01-121-38/+0
* fbcon: Protect free_irq() by MACH_IS_ATARI checkGeert Uytterhoeven2008-12-281-1/+2
* fbcon: remove broken mac vbl handlerFinn Thain2008-12-281-72/+3
* fbcon: fix workqueue shutdownGeoff Levand2008-12-101-0/+6
* fbdev: fix FB console blankingDmitry Baryshkov2008-12-011-6/+3
* fbcon: don't inline updatescrollmodeMarcin Slusarz2008-10-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-2/+2
|\
| * device create: video: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* | fbcon_set_all_vcs: fix kernel crash when switching the rotated consolesOleg Nesterov2008-10-161-2/+2
|/
* Revert "vt: fix background color on line feed"Linus Torvalds2008-10-141-29/+10
* fbdev: fix recursive notifier and locking when fbdev console is blankedKrzysztof Helt2008-10-031-1/+5
* fbcon: prevent cursor disappearance after switching to 512 character fontKrzysztof Helt2008-08-121-2/+2
* fbcon: fix scrolling after logo is clearedKrzysztof Helt2008-08-051-0/+3
* fbcon: make logo_height a local variableKrzysztof Helt2008-07-241-3/+2
* device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-1/+2
* fbcon: fix wrong vmode bits copied on console switchKrzysztof Helt2008-06-061-3/+1
* vt/fbcon: fix background color on line feedJan Engelhardt2008-05-131-5/+16
* vt/fbcon: update scrl_erase_char after 256/512-glyph font switchJan Engelhardt2008-05-131-1/+9
* vt: fix background color on line feedJan Engelhardt2008-04-291-4/+4
* 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
OpenPOWER on IntegriCloud