summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2014-03-19OMAPDSS: Add DT support to VENCTomi Valkeinen1-0/+61
2014-03-19OMAPDSS: Add DT support to HDMITomi Valkeinen1-0/+6
2014-03-19OMAPDSS: Add DT support to DISPCTomi Valkeinen1-0/+8
2014-03-19OMAPDSS: Add DT support to DSSTomi Valkeinen4-0/+164
2014-03-19OMAPDSS: Improve regulator names for DTTomi Valkeinen3-3/+12
2014-03-19OMAPDSS: add of helpersTomi Valkeinen2-1/+160
2014-03-19OMAPFB: search for default display with DT aliasTomi Valkeinen1-1/+22
2014-03-19OMAPFB: clean up default display searchTomi Valkeinen1-17/+29
2014-03-19OMAPDSS: get dssdev->alias from DT aliasTomi Valkeinen1-2/+17
2014-03-19OMAPDSS: add 'label' support for DTTomi Valkeinen1-0/+9
2014-03-17video: imxfb: Add DT default contrast control register property.Denis Carikli1-0/+3
2014-03-12video: atmel_lcdfb: ensure the hardware is initialized with the correct modeAntoine Ténart1-0/+6
2014-03-07fbdev: vesafb: add dev->remove() callbackDavid Herrmann1-1/+12
2014-03-07fbdev: efifb: add dev->remove() callbackDavid Herrmann1-1/+12
2014-03-07video: pxa3xx-gcu: switch to devres functionsDaniel Mack1-74/+39
2014-03-07video: pxa3xx-gcu: provide an empty .open callDaniel Mack1-0/+10
2014-03-07video: pxa3xx-gcu: pass around struct device *Daniel Mack1-27/+29
2014-03-07video: pxa3xx-gcu: rename some symbolsDaniel Mack1-27/+21
2014-03-07sisfb: fix 1280x720 resolution supportDan Carpenter1-0/+1
2014-03-06video: fbdev: uvesafb: Remove impossible code path in uvesafb_init_infoWang YanQing1-6/+1
2014-03-06video: fbdev: uvesafb: Remove redundant NULL check in uvesafb_removeWang YanQing1-5/+3
2014-03-05fbdev: FB_OPENCORES should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2014-03-05OMAPDSS: convert pixel clock to common videomode styleTomi Valkeinen21-96/+95
2014-02-28hyperv-fb: kick off efifb earlyGerd Hoffmann1-0/+2
2014-02-28hyperv-fb: add support for generation 2 virtual machines.Gerd Hoffmann1-26/+60
2014-02-28OMAPDSS: Remove unused get_context_loss_count supportTomi Valkeinen2-18/+0
2014-02-28OMAPDSS: use DISPC register to detect context lossTomi Valkeinen1-13/+11
2014-02-28video: da8xx-fb: Use "SIMPLE_DEV_PM_OPS" macroManish Badarkhe1-12/+10
2014-02-28video: imxfb: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan1-38/+21
2014-02-28video: imxfb: Resolve mismatch between backlight/contrastAlexander Shiyan1-94/+30
2014-02-28video: imxfb: Use module_platform_driver()Alexander Shiyan1-39/+26
2014-02-28video: imxfb: Remove unused fields from platform data structureAlexander Shiyan1-47/+17
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin6-906/+3
2014-02-18Merge 3.14-rc3 into char-misc-nextGreg Kroah-Hartman5-12/+13
2014-02-14video: s6e8ax0: Use devm_* APIsSachin Kamat1-9/+4
2014-02-14video: exynos: Remove OF dependency for Exynos DPSachin Kamat1-1/+1
2014-02-14video: Kconfig: Allow more broad selection of the imxfb framebuffer driver.Denis Carikli1-1/+1
2014-02-14video: exynos: Fix S6E8AX0 LCD driver build errorSachin Kamat1-1/+2
2014-02-11OMAPDSS: fix fck field typesTomi Valkeinen2-2/+2
2014-02-11OMAPDSS: DISPC: decimation rounding fixTomi Valkeinen1-8/+8
2014-02-11video: xilinxfb: Move xilinxfb_platform_data directly to the driverMichal Simek1-1/+14
2014-02-11video: imxfb: Use regulator API with LCD class for poweringAlexander Shiyan1-9/+62
2014-02-11tgafb: avoid restriction on modes with line length not a multiple of 64Mikulas Patocka1-3/+3
2014-02-11tgafb: fix data copyingMikulas Patocka1-213/+51
2014-02-11tgafb: fix mode setting with fbsetMikulas Patocka1-4/+14
2014-02-11mach64: fix cursor when character width is not a multiple of 8 pixelsMikulas Patocka1-6/+16
2014-02-11atyfb: set FBINFO_READS_FASTMikulas Patocka1-1/+2
2014-02-11mach64: use unaligned accessMikulas Patocka1-1/+2
2014-02-11atyfb: remove resolution limit 1600Mikulas Patocka1-2/+2
2014-02-11framebuffer: fix cfb_copyareaMikulas Patocka1-75/+78