summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2013-07-27vgacon.c: add cond reschedule points in vgacon_do_font_opMarcelo Tosatti1-4/+13
2013-05-13vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds1-26/+14
2013-05-13fbcon: when font is freed, clear also vc_font.dataMika Kuoppala1-0/+2
2013-04-25fbcon: fix locking harderDave Airlie2-3/+10
2013-03-06drivers/video/backlight/adp88?0_bl.c: fix resumeLars-Peter Clausen2-2/+2
2013-03-06fb: Yet another band-aid for fixing lockdep messTakashi Iwai2-2/+6
2013-03-06fb: rework locking to fix lock ordering on takeoverAlan Cox3-4/+33
2013-03-06fbcon: don't lose the console font across generic->chip driver switchDave Airlie1-4/+10
2013-03-06vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie1-7/+15
2013-01-16video: mxsfb: fix crash when unblanking the displayLothar Waßmann1-1/+2
2012-10-31video/udlfb: fix line counting in fb_writeAlexander Holler1-1/+1
2012-10-31viafb: don't touch clock state on OLPC XO-1.5Daniel Drake1-0/+19
2012-09-19OMAPFB: fix framebuffer console colorsGrazvydas Ignotas1-1/+1
2012-09-12fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie1-1/+8
2012-08-10video/smscufx: fix line counting in fb_writeAlexander Holler1-1/+1
2012-05-31OMAPDSS: VENC: fix NULL pointer dereference in DSS2 VENC sysfs debug attr on ...Danny Kukawka1-0/+5
2012-04-23video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing1-2/+9
2012-04-02backlight: fix typo in tosa_lcd.cMasanari Iida1-1/+1
2012-04-02udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers2-2/+18
2012-03-12OMAPDSS: HDMI: hot plug detect fixRob Clark1-8/+1
2012-03-12OMAPDSS: HDMI: PHY burnout fixTomi Valkeinen3-4/+71
2012-03-12viafb: fix IGA1 modesetting on VX900Florian Tobias Schandinat1-0/+3
2012-03-12viafb: select HW scaling on VX900 for IGA2Florian Tobias Schandinat1-0/+1
2012-03-01ARM: omap: fix oops in drivers/video/omap2/dss/dpi.cRussell King1-0/+5
2012-02-13atmel_lcdfb: fix usage of CONTRAST_CTR in suspend/resumeHubert Feurstein1-1/+1
2012-01-12offb: Fix bug in calculating requested vram sizeBenjamin Herrenschmidt1-1/+1
2012-01-12offb: Fix setting of the pseudo-palette for >8bppBenjamin Herrenschmidt1-27/+23
2011-11-22viafb: correct sync polarity for OLPC DCONDaniel Drake1-2/+2
2011-11-22Merge branch 'for-3.2-rc' of git://gitorious.org/linux-omap-dss2/linux into f...Florian Tobias Schandinat3-7/+7
2011-11-22video:da8xx-fb: Disable and reset sequence on version2 of LCDCManjunathappa, Prakash1-1/+14
2011-11-18OMAPDSS: DISPC: skip scaling calculations when not scalingTomi Valkeinen1-6/+5
2011-11-18OMAPFB: fix compilation warnings due to missing includeTomi Valkeinen1-0/+1
2011-11-18OMAPDSS: HDMI: fix returned HDMI pixel clockTomi Valkeinen1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds34-1/+35
2011-11-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2011-11-02Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2-13/+3
2011-11-01backlight: rename corgibl_limit_intensity() to genericbl_limit_intensity()Axel Lin1-2/+2
2011-11-01drivers/video/backlight/l4f00242t03.c: use gpio_request_one() to simplify err...Fabio Estevam1-11/+4
2011-11-01backlight: fix broken regulator API usage in l4f00242t03Mark Brown1-37/+20
2011-11-01video/backlight: remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2011-11-01video: Add module.h to drivers/video files who really use it.Paul Gortmaker24-1/+25
2011-11-01video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/videoPaul Gortmaker10-0/+10
2011-11-01Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann9-9/+9
2011-10-31Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds126-7197/+11087
2011-10-27Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds1-1/+8
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds9-9/+9
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-21/+21
2011-10-25MIPS: Alchemy: remove all CONFIG_SOC_AU1??? definesManuel Lauss1-2/+2
2011-10-15video: platinumfb: Add __devexit_p at necessary placeAxel Lin1-1/+1
2011-10-15Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into ...Florian Tobias Schandinat42-4370/+5811