aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/intelfb/intelfbdrv.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-1704/+0
2013-09-19video: intelfb: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-15/+14
2012-05-13drivers/video/intelfb/intelfbdrv.c: add missing agp_backend_releaseJulia Lawall1-0/+2
2012-02-07Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6Linus Torvalds1-1/+0
2012-01-28intelfb: remove some dead codeDan Carpenter1-1/+0
2012-01-13intelfbdrv.c: bailearly is an int module_paramRusty Russell1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-8/+8
2009-12-16intelfb: fix setting of active pipe with LVDS displaysKrzysztof Helt1-0/+3
2009-06-16intelfb: fix a bug when changing video timingPaul Menzel1-0/+5
2009-04-13intelfb: support i854Stefan Husemann1-0/+1
2009-01-06intelfb: fix sparse warningsHannes Eder1-8/+16
2008-10-16intelfb: support 945GME (as used in ASUS Eee 901)Phil Endecott1-1/+6
2008-04-28fbdev: intelfb: add support for the Intel Integrated Graphics Controller 965G...Maik Broemme1-2/+10
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-16Remove magic macros for screen_info structure membersH. Peter Anvin1-2/+3
2007-10-16Intel FB: whitespace, bracket and other clean-upsKrzysztof Halasa1-105/+73
2007-02-12[PATCH] Video: fb, kzalloc changesJiri Slaby1-2/+1
2006-12-08[PATCH] drivers/video/*: use kmemdup()Alexey Dobriyan1-2/+1
2006-09-30Merge branch 'intelfb-patches' of master.kernel.org:/pub/scm/linux/kernel/git...Linus Torvalds1-0/+64
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-1/+1
2006-07-03intelfb: add preliminary i2c supportDennis Munsie1-0/+5
2006-07-03intelfb: add preliminary i2c supportDennis Munsie1-0/+5
2006-07-03intelfb: add vsync interrupt supportEric Hustvedt1-0/+2
2006-07-03intelfb: add vsync interrupt supportEric Hustvedt1-0/+13
2006-07-03intelfb: add vsync interrupt supportEric Hustvedt1-0/+39
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-24intelfb delousingAl Viro1-9/+9
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-27intelfb driver -- use the regular modedb table instead of the VESADennis Munsie1-4/+2
2006-05-27intelfb -- uses stride alignment of 64 on the 9xx chipsets.Dennis Munsie1-1/+4
2006-04-03intelfb: fixup pitch calculation like X doesDave Airlie1-0/+17
2006-04-03intelfb: fixup p calculationDave Airlie1-1/+1
2006-04-03intelfb: add i945GM supportDave Airlie1-2/+4
2006-04-03intelfb: fixup whitespace..Dave Airlie1-6/+4
2006-04-03intelfb: add hw cursor support for i9xxDave Airlie1-4/+8
2006-04-03intelfb: add support for i945GDave Airlie1-4/+6
2006-04-03intelfb: add pll index to the intelfb structureDave Airlie1-2/+1
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
2005-12-20[PATCH] intelfb: Fix freeing of nonexistent resourceAntonino A. Daplas1-2/+7
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-1/+1
2005-11-07[PATCH] intelfb: extend partial support of i915G to include i915GMScott MacKenzie1-3/+5
2005-09-29[PATCH] intelfb: Fix regression (blank display) from ioremap patchAntonino A. Daplas1-11/+10
2005-09-09[PATCH] fbdev: prevent drivers that have hardware cursors from calling softwa...James Simmons1-18/+3
2005-08-15[PATCH] intelfb: Do not ioremap entire graphics apertureSylvain Meyer1-23/+27
2005-06-21[PATCH] fbdev: fill in the access_align field.James Simmons1-0/+1
2005-06-21[PATCH] intelfb: fix accel detection when changing video modesSylvain Meyer1-2/+2
2005-06-21[PATCH] intelfb: Add voffset option to avoid conficts with Xorg i810 driverSylvain Meyer1-4/+12
2005-06-21[PATCH] intelfbdrv naming fixAndrew Morton1-1/+1
2005-05-28[PATCH] intelfb section fixPatrick McManus1-11/+11
2005-05-01[PATCH] intelfb: Remove intelfbdrv.hAdrian Bunk1-1/+37
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1570