summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2014-05-13tgafb: fix data copyingMikulas Patocka1-213/+51
2014-05-13tgafb: fix mode setting with fbsetMikulas Patocka1-4/+14
2014-05-13mach64: fix cursor when character width is not a multiple of 8 pixelsMikulas Patocka1-6/+16
2014-05-13mach64: use unaligned accessMikulas Patocka1-1/+2
2014-05-13matroxfb: restore the registers M_ACCESS and M_PITCHMikulas Patocka2-10/+30
2014-05-13framebuffer: fix cfb_copyareaMikulas Patocka1-75/+78
2014-05-06video: atmel_lcdfb: ensure the hardware is initialized with the correct modeAntoine Ténart1-0/+6
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-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
2014-01-24backlight: lp8788: remove unnecessary parenthesesJingoo Han1-3/+3
2014-01-24backlight: lp855x: remove unnecessary parenthesesJingoo Han1-1/+1
2014-01-24backlight: kb3886_bl: fix incorrect placement of __initdata markerJingoo Han1-1/+1
2014-01-24backlight: tosa: use devm_lcd_device_register()Jingoo Han1-4/+2
2014-01-24backlight: l4f00242t03: use devm_lcd_device_register()Jingoo Han1-4/+2
2014-01-24backlight: jornada720: use devm_lcd_device_register()Jingoo Han1-11/+2
2014-01-24backlight: tosa: use devm_backlight_device_register()Jingoo Han1-4/+3
2014-01-24backlight: ot200_bl: use devm_backlight_device_register()Jingoo Han1-6/+3
2014-01-24backlight: omap1: use devm_backlight_device_register()Jingoo Han1-12/+2
2014-01-24backlight: hp680_bl: use devm_backlight_device_register()Jingoo Han1-4/+2
2014-01-24backlight: jornada720: use devm_backlight_device_register()Jingoo Han1-12/+3
2014-01-24drivers/video/aty/aty128fb.c: fix a warning pertaining to the aty128fb backli...David Howells1-0/+4
2014-01-23Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+5
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-01-23Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+3
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds4-5/+3
2014-01-20Merge branches '3.14/fbdev', '3.14/dss-misc' and '3.14/dss-fclk' into for-nextTomi Valkeinen22-290/+412
2014-01-17i810: delete useless variableJulia Lawall1-3/+1
2014-01-17video: add OpenCores VGA/LCD framebuffer driverStefan Kristiansson3-0/+457
2014-01-17video/logo: Remove MIPS-specific include sectionGeert Uytterhoeven1-4/+0
2014-01-17tgafb: potential NULL dereference in initDan Carpenter1-3/+2
2014-01-17video: mmp: Using plain integer as NULL pointerDan Carpenter1-1/+1
2014-01-17video: mmp: delete a stray mutex_unlock()Dan Carpenter1-6/+1
2014-01-17video: amba-clcd: Make CLCD driver available on more platformsMark Brown1-1/+2
2014-01-17video: Replace local macro with PCI standard macroYijing Wang1-11/+5
2014-01-17fbmem: really support wildcard video=options for all fbdev driversOlaf Hering1-0/+3
2014-01-17video: vgacon: Don't build on arm64Mark Brown1-1/+2
2014-01-17video: mx3fb: Allow blocking during framebuffer allocationSascha Hauer1-1/+1
2014-01-17fbcon: Fix memory leak in fbcon_exit().Masami Ichikawa1-0/+1
2014-01-17fbcon: trivial optimization for fbcon_exitWang YanQing1-1/+3
2014-01-17video: mxsfb: fix broken videomode selectionLothar Waßmann1-70/+50
2014-01-17video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error me...Lothar Waßmann1-3/+3
2014-01-17video: vmlfb: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0