summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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-03-01hyperv-fb: kick off efifb earlyGerd Hoffmann1-0/+2
2014-03-01hyperv-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
2014-02-11matroxfb: restore the registers M_ACCESS and M_PITCHMikulas Patocka2-10/+30
2014-02-11matroxfb: set FBINFO_READS_FASTMikulas Patocka1-1/+2
2014-02-11fbcon: Clean up fbcon data in fb_info on FB_EVENT_FB_UNBIND with 0 fbsKeith Packard1-2/+25
2014-02-08connector: add portid to unicast in addition to broadcastingDavid Fries1-2/+2
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller1-1/+1
2014-01-31drivers/video/backlight/lcd.c: call put_device if device_register failsLevente Kurusa1-1/+1
2014-01-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-11/+21
2014-01-29Merge tag 'omapdrm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie1-1/+0
2014-01-27Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2014-01-25Merge tag 'fbdev-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds39-400/+945