summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2020-03-02video: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-03-02video: fbdev: radeon: Remove dead codeSouptick Joarder1-16/+0
2020-03-02matroxfb: add Matrox MGA-G200eW board supportRich Felker1-0/+15
2020-03-02video: fbdev: atyfb: remove set but not used variable 'mach64RefFreq'yu kuai1-2/+1
2020-03-02video: fbdev: kyrofb: remove set but not used variable 'ulScaleRight'yu kuai1-2/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'bytpp'yu kuai1-2/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable '‘cSync’'yu kuai1-3/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'vSyncPol'yu kuai1-3/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'hSyncPol'yu kuai1-2/+1
2020-03-02video: fbdev: wm8505fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: wm8505fb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: w100fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: w100fb: fix sparse warningsBartlomiej Zolnierkiewicz1-8/+10
2020-03-02video: fbdev: arcfb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: sh_mobile_lcdcfb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+2
2020-03-02video: fbdev: sh_mobile_lcdcfb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz1-2/+2
2020-03-02video: fbdev: pxa168fb: remove unnecessary platform_get_irqYueHaibing1-3/+0
2020-02-26video: hdmi: Change return type of hdmi_avi_infoframe_init() to voidLaurent Pinchart1-9/+2
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard36-152/+259
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-56/+49
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-02-03Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-11/+18
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-39/+146
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds131-247/+238
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+0
2020-01-26video: hyperv: hyperv_fb: Use physical memory for fb on HyperV Gen 1 VMs.Wei Hu2-39/+144
2020-01-25video: hyperv_fb: Fix hibernation for the deferred IO featureDexuan Cui1-0/+2
2020-01-23backlight: qcom-wled: Fix unsigned comparison to zeroChen Zhou1-2/+2
2020-01-15video: fbdev: nvidia: clean up indentation issues and comment blockColin Ian King1-21/+20
2020-01-15fbdev: remove object duplication in MakefileMasahiro Yamada1-1/+0
2020-01-15fbdev: cg14fb: use resource_sizeJulia Lawall1-2/+1
2020-01-15fbdev: s1d13xxxfb: use resource_sizeJulia Lawall1-9/+8
2020-01-15video: sa1100fb: constify copied structureJulia Lawall1-1/+1
2020-01-15fbmem: Adjust indentation in fb_prepare_logo and fb_blankNathan Chancellor1-18/+18
2020-01-15fbcon: Adjust indentation in set_con2fb_mapNathan Chancellor1-14/+13
2020-01-15pxa168fb: fix release function mismatch in probe failureChuhong Yuan1-1/+1
2020-01-15OMAP: DSS2: remove non-zero check on variable rColin Ian King1-4/+0
2020-01-15video: Fix Kconfig indentationKrzysztof Kozlowski2-42/+42
2020-01-15video: ssd1307fb: add the missed regulator_disableChuhong Yuan1-0/+2
2020-01-15video: hyperv_fb: fix indentation issueColin Ian King1-2/+2
2020-01-15fbdev: potential information leak in do_fb_ioctl()Dan Carpenter1-1/+1
2020-01-14console/dummycon: Remove bogus depends on from DUMMY_CONSOLEArvind Sankar1-1/+0
2020-01-08video: fbdev: mmp: fix platform_get_irq.cocci warningskbuild test robot1-1/+0
2020-01-06Merge drm/drm-next into drm-misc-nextMaarten Lankhorst23-601/+2358
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig27-41/+41
2020-01-03omapfb/dss: remove unneeded conversions to boolAndrew F. Davis1-3/+3
2020-01-03video: pxafb: Use devm_platform_ioremap_resource() in pxafb_probe()Markus Elfring1-9/+1
2020-01-03video: ocfb: Use devm_platform_ioremap_resource() in ocfb_probe()Markus Elfring1-8/+1