aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2006-10-18[valkyriefb] Ifdef for when CONFIG_NVRAM isn't enabled.Gravatar Ben Collins 1-2/+2
2006-10-18[platinumfb] Ifdef for when CONFIG_NVRAM isn't enabled.Gravatar Ben Collins 1-1/+4
2006-10-18[igafb] Add pci dev table for module auto loading.Gravatar Ben Collins 1-0/+7
2006-10-18[controlfb] Ifdef for when CONFIG_NVRAM isn't enabled.Gravatar Ben Collins 1-2/+6
2006-10-11[PATCH] revert "nvidiafb: use generic ddc reading"Gravatar Andrew Morton 2-4/+42
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 12-16/+15
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighGravatar Linus Torvalds 1-1/+0
2006-10-04[PATCH] fbdev: riva warning fixGravatar Andrew Morton 1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Gravatar Dave Jones 1-1/+0
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2006-10-03Still more typo fixesGravatar Matt LaPlante 1-1/+1
2006-10-03Fix several typos in drivers/Gravatar Matt LaPlante 1-4/+4
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 2-32/+78
2006-10-03[PATCH] nvidia fbdev: fix powerpc xmon scribblesGravatar Paul Mackerras 1-0/+10
2006-10-03[PATCH] fbdev: correct buffer size limit in fbmem_read_proc()Gravatar Geert Uytterhoeven 1-1/+2
2006-10-03[PATCH] radeonfb supend/resume support for Acer Aspire 2010Gravatar Carl-Daniel Hailfinger 1-0/+3
2006-10-03[PATCH] sstfb: cleanupsGravatar Alan Cox 1-115/+55
2006-10-03[PATCH] fbcon:: make 3 functions staticGravatar Adrian Bunk 3-3/+3
2006-10-03[PATCH] mbxfb: Fix framebuffer size smaller than requestedGravatar Raphael Assenat 1-4/+4
2006-10-03[PATCH] mbxfb: Fix a chip bug? resulting in wrong pixclockGravatar Raphael Assenat 1-1/+12
2006-10-03[PATCH] atyfb: Possible cleanupsGravatar Adrian Bunk 3-5/+6
2006-10-03[PATCH] drivers/video/sis/sis_main.h Removal of old codeGravatar Michal Piotrowski 1-65/+0
2006-10-03[PATCH] drivers/video/sis/vgatypes.h: removal of old codeGravatar Michal Piotrowski 1-2/+0
2006-10-03[PATCH] drivers/video/sis/sis_main.c: removal of old codeGravatar Michal Piotrowski 1-229/+3
2006-10-03[PATCH] drivers/video/sis/sis_accel.h: removal of old codeGravatar Michal Piotrowski 1-14/+0
2006-10-03[PATCH] drivers/video/sis/sis_accel.c: removal of old codeGravatar Michal Piotrowski 1-26/+0
2006-10-03[PATCH] drivers/video/sis/osdef.h: removal of old codeGravatar Michal Piotrowski 1-4/+0
2006-10-03[PATCH] drivers/video/sis/init.h: removal of old codeGravatar Michal Piotrowski 1-7/+0
2006-10-03[PATCH] drivers/video/sis/initextlfb.c: removal of old codeGravatar Michal Piotrowski 1-4/+0
2006-10-03[PATCH] drivers/video/sis/init301.h: removal of old codeGravatar Michal Piotrowski 1-7/+0
2006-10-03[PATCH] i810fb: Honor the return value of pci_enable_deviceGravatar Antonino A. Daplas 1-1/+5
2006-10-03[PATCH] nvidiafb: Honor the return value of pci_enable_deviceGravatar Antonino A. Daplas 1-1/+5
2006-10-03[PATCH] matroxfb: Honor the return value of pci_register_driverGravatar Antonino A. Daplas 1-4/+8
2006-10-03[PATCH] atyfb: Honor the return value of pci_register_driverGravatar Antonino A. Daplas 1-3/+5
2006-10-03[PATCH] fbcon: Honor the return value of device_create_fileGravatar Antonino A. Daplas 1-7/+27
2006-10-03[PATCH] fbdev: Honor the return value of device_create_fileGravatar Antonino A. Daplas 1-7/+28
2006-10-03[PATCH] fbcon: Remove cursor timer if unusedGravatar Antonino A. Daplas 1-6/+11
2006-10-03[PATCH] fbcon: Use persistent allocation for cursor blinkingGravatar Dave Jones 3-10/+26
2006-10-03[PATCH] radeonfb: Use generic DDC readingGravatar Dennis Munsie 2-103/+4
2006-10-03[PATCH] savagefb: Use generic DDC readingGravatar Antonino A. Daplas 2-43/+7
2006-10-03[PATCH] i810fb: Use generic DDC readingGravatar Antonino A. Daplas 2-41/+2
2006-10-03[PATCH] rivafb: Use generic DDC readingGravatar Antonino A. Daplas 2-42/+3
2006-10-03[PATCH] nvidiafb: Use generic DDC readingGravatar Antonino A. Daplas 2-42/+4
2006-10-03[PATCH] fbdev: Add generic ddc read functionalityGravatar Dennis Munsie 3-0/+122
2006-10-03[PATCH] vfb: Document option to enable the driverGravatar Mike Frysinger 1-1/+2
2006-10-03[PATCH] rivafb: use constants instead of magic valuesGravatar Guido Guenther 1-4/+4
2006-10-03[PATCH] au1100fb: Add option to enable/disable the cursorGravatar Rodolfo Giometti 1-4/+26
2006-10-02[ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode sup...Gravatar Richard Purdie 2-32/+78
2006-09-30Merge branch 'intelfb-patches' of master.kernel.org:/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-7/+527
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-15/+15