aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/intelfb (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-08[PATCH] drivers/video/*: use kmemdup()Alexey Dobriyan1-2/+1
2006-10-25Remove unnecessary check in drivers/video/intelfb/intelfbhw.cEric Sesterhenn1-1/+1
2006-10-25intel fb: switch to pci_get APIAlan Cox1-1/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-30Merge branch 'intelfb-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/intelfb-2.6Linus Torvalds6-3/+505
2006-08-22intelfbhw.c: intelfbhw_get_p1p2 defined but not usedParag Warudkar1-0/+2
2006-08-22intelfb: fix mtrr_reg signednessDave Airlie1-1/+1
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl2-2/+1
2006-07-03intelfb: add preliminary i2c supportDennis Munsie3-0/+22
2006-07-03intelfb: add preliminary i2c supportDennis Munsie1-1/+3
2006-07-03intelfb: add preliminary i2c supportDennis Munsie3-0/+193
2006-07-03intelfb: add preliminary i2c supportDennis Munsie1-0/+9
2006-07-03intelfb: add preliminary i2c supportDennis Munsie1-0/+29
2006-07-03intelfb: add preliminary i2c supportDennis Munsie1-0/+13
2006-07-03intelfb: add preliminary i2c supportDennis Munsie1-0/+6
2006-07-03intelfb: add vsync interrupt supportEric Hustvedt3-1/+19
2006-07-03intelfb: add vsync interrupt supportEric Hustvedt4-0/+51
2006-07-03intelfb: add vsync interrupt supportEric Hustvedt4-0/+128
2006-07-03intelfb: add vsync interrupt supportEric Hustvedt3-0/+26
2006-07-03intelfb: add vsync interrupt supportEric Hustvedt1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-24intelfb delousingAl Viro3-24/+20
2006-06-18intelfb: fixup clock calculation debugging.Dave Airlie1-72/+32
2006-06-07Removed hard coded EDID buffer size.Dennis Munsie1-2/+2
2006-05-29intelfb: use regular modedb table instead of VESADennis Munsie1-4/+2
2006-05-29intelfb: use firmware EDID for mode databaseAntonino A. Daplas1-3/+33
2006-05-29Revert "intelfb driver -- use the regular modedb table instead of the VESA"Dave Airlie1-2/+4
2006-05-29intelfb: int option fixEric Hustvedt1-1/+1
2006-05-27sync modesetting code with X.orgDave Airlie1-4/+5
2006-05-27intelfb: align with changes from my X driver.Dave Airlie1-39/+34
2006-05-27intelfb driver -- use the regular modedb table instead of the VESADennis Munsie1-4/+2
2006-05-27Adds support for 256MB aperture on 945 chipsets to the intelfb driverEric Hustvedt1-13/+33
2006-05-27intelfb -- uses stride alignment of 64 on the 9xx chipsets.Dennis Munsie3-3/+10
2006-04-03intelfb: some cleanups for intelfbhwDave Airlie1-37/+34
2006-04-03intelfb: fixup pitch calculation like X doesDave Airlie2-1/+18
2006-04-03intelfb: fixup p calculationDave Airlie4-84/+137
2006-04-03This patch makes a needlessly global struct static.Dave Airlie1-1/+1
2006-04-03intelfb: add i945GM supportDave Airlie3-6/+16
2006-04-03intelfb: fixup whitespace..Dave Airlie2-41/+35
2006-04-03intelfb: add hw cursor support for i9xxDave Airlie3-7/+17
2006-04-03intelfb: make i915 modesetDave Airlie1-40/+96
2006-04-03intelfb: add support for i945GDave Airlie3-7/+17
2006-04-03intelfb: add p divisor increments for i9xx.Dave Airlie1-6/+7
2006-04-03intelfb: change splitm to be brute forceDave Airlie1-11/+13
2006-04-03intelfb: add pll index to the intelfb structureDave Airlie4-66/+98
2006-04-03intelfb: prepare for i9xx support.Dave Airlie2-54/+63
2006-03-11[PATCH] intelfb: Fix buffer overrunAntonino A. Daplas1-24/+26
2006-01-14[PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig1-5/+3
2005-12-20[PATCH] intelfb: Fix oops when changing video modeAntonino A. Daplas1-29/+13