aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* fbdev: sh_mobile_hdmi: framebuffer notifiers have to be registeredGuennadi Liakhovetski2011-01-111-10/+9
* fbdev: sh_mobile_hdmi: add command line option to use the preferred EDID modeGuennadi Liakhovetski2011-01-111-19/+41
* Merge branch 'for-paul-38-rebased' of git://gitorious.org/linux-omap-dss2/linuxPaul Mundt2011-01-1118-843/+1380
|\
| * OMAP: DSS2: Introduce omap_channel as an omap_dss_device parameter, add new o...Sumit Semwal2011-01-104-44/+72
| * OMAP: DSS2: Use dss_features to handle DISPC bits removed on OMAP4Archit Taneja2011-01-101-1/+11
| * OMAP: DSS2: LCD2 Channel Changes for DISPCSumit Semwal2011-01-102-40/+243
| * OMAP: DSS2: Change remaining DISPC functions for new omap_channel argumentSumit Semwal2011-01-105-54/+68
| * OMAP: DSS2: Introduce omap_channel argument to DISPC functions used by interf...Sumit Semwal2011-01-106-50/+69
| * OMAP: DSS2: Represent DISPC register defines with channel as parameterSumit Semwal2011-01-101-88/+82
| * OMAP: DSS2: Add dss_features for omap4 and overlay manager related featuresArchit Taneja2011-01-102-3/+47
| * OMAP: DSS2: Clean up DISPC color mode validation checksArchit Taneja2011-01-103-48/+14
| * OMAP: DSS2: Add back authors of panel-generic.c based driversBryan Wu2011-01-101-0/+10
| * OMAP: DSS2: remove generic DPI panel driver duplicated panel driversBryan Wu2011-01-105-524/+0
| * OMAP: DSS2: Add generic DPI panel display driverBryan Wu2011-01-103-0/+364
| * OMAP: DSS2: OMAPFB: Add null pointer checkSamreen2011-01-101-2/+3
| * OMAP: DSS2: Add NEC NL8048HL11-01B display panelErik Gilling2011-01-103-0/+333
| * OMAP3630: DSS2: Enable Pre-Multiplied Alpha SupportRajkumar N2011-01-104-9/+70
| * OMAP3: DSS2: Split OMAP3 has feature for 3430 & 3630Samreen2011-01-102-3/+18
| * OMAP: DSS2: Fix: Read correct bit in dispc_enable_alpha_blending()Archit Taneja2011-01-101-2/+1
* | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-101-3/+2
|\ \
* \ \ Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-01-101-8/+11
|\ \ \
| * | | xen/fb: fix potential memory leakJoe Jin2011-01-101-8/+9
| * | | xen/fb: fix xenfb suspend/resume race.Joe Jin2011-01-101-0/+2
| |/ /
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-072-2/+2
|\ \ \
| * | | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-152-2/+2
* | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-071-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | VIDEO: xen-fb, switch to for_each_consoleJiri Slaby2010-11-161-1/+1
* | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-064-0/+821
|\ \ \ \
| * \ \ \ Merge branch 'devel-stable' into develRussell King2011-01-064-0/+821
| |\ \ \ \
| | * | | | video: add driver for PXA3xx 2D graphics acceleratorDaniel Mack2010-12-164-0/+821
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-01-061-22/+5
|\ \ \ \ \ \
| * | | | | | atyfb: Fix bootup hangs on sparc64.David S. Miller2011-01-061-22/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-064-5/+18
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-12-274-29/+28
| |\ \ \ \ \
| | * | | | | fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080pGuennadi Liakhovetski2010-12-271-18/+8
| | * | | | | video: imxfb: Fix the maximum value for yresFabio Estevam2010-12-271-6/+3
| | * | | | | fb: fix overlapping test off-by-one.Dave Airlie2010-12-241-1/+1
| | * | | | | fbdev: sh-mobile: retrieve and propagate display sizes from EDIDGuennadi Liakhovetski2010-12-221-3/+13
| | * | | | | fbdev: sh-mobile: restore display size configurationGuennadi Liakhovetski2010-12-221-1/+3
| * | | | | | backlight: cr_bllcd.c: fix a memory leakAxel Lin2010-12-221-0/+1
| |/ / / / /
* | | | | | Merge branch 'fbdev/udlfb'Paul Mundt2011-01-063-0/+1894
|\ \ \ \ \ \
| * | | | | | video: udlfb: Kill off special printk wrappers, use pr_fmt().Paul Mundt2011-01-061-37/+39
| * | | | | | video: udlfb: Kill off some magic constants for EDID sizing.Paul Mundt2011-01-061-8/+7
| * | | | | | video: udlfb: deifdefify (yes, that's a word).Paul Mundt2011-01-061-39/+2
| * | | | | | fbdev: move udlfb out of staging.Paul Mundt2010-11-163-0/+1930
* | | | | | | fbdev: modedb: Add a new mode for 864x480 TAAL panels.Mayuresh Janorkar2011-01-061-0/+4
* | | | | | | drivers/video/i810/i810-i2c.c: fix i2c bus handlingStefani Seibold2011-01-061-4/+8
* | | | | | | video: Fix the HGA framebuffer driverBrent Cook2011-01-062-25/+11
* | | | | | | drivers/video/carminefb.c: improve error handlingJulia Lawall2011-01-061-4/+2
* | | | | | | video: imxfb: Fix the maximum value for yresFabio Estevam2011-01-061-6/+3