aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08mach64: detect the dot clock divider correctly on sparcMikulas Patocka3-9/+11
2018-10-08udlfb: handle unplug properlyMikulas Patocka1-104/+37
2018-10-08video: fbdev: add the dependency of broadsheetfb in KconfigJia-Ju Bai1-1/+1
2018-10-07mach64: detect the dot clock divider correctly on sparcMikulas Patocka3-9/+11
2018-10-03video/hdmi: Constify infoframe passed to the pack functionsVille Syrjälä1-26/+399
2018-10-01video/hdmi: Constify infoframe passed to the log functionsVille Syrjälä1-11/+11
2018-10-01video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä1-14/+37
2018-10-01video/hdmi: Constify 'buffer' to the unpack functionsVille Syrjälä1-11/+12
2018-09-28fbdev: fsl-diu: get cpu node with of_get_cpu_nodeRob Herring1-1/+1
2018-09-26video/fbdev/stifb: Fix spelling mistake in fall-through annotationGustavo A. R. Silva1-1/+1
2018-09-26efifb: BGRT: Add nobgrt optionHans de Goede1-0/+6
2018-09-26fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen1-1/+4
2018-09-26pxa168fb: prepare the clockLubomir Rintel1-3/+3
2018-09-24media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil1-4/+4
2018-09-12media: backlight: as3711_bl: convert to SPDX identifiersKuninori Morimoto1-5/+2
2018-09-12media: fbdev: sh7760fb: convert to SPDX identifiersKuninori Morimoto1-5/+2
2018-09-11fbdev: Add FBINFO_HIDE_SMEM_START flagDaniel Vetter1-0/+4
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter1-2/+1
2018-09-11fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter1-1/+0
2018-09-10backlight: Update MODULE AUTHOR email addressMichael Hennerich3-3/+3
2018-09-07fbdev: fix kerneldocMichał Mirosław1-2/+2
2018-09-03fbdev: add remove_conflicting_pci_framebuffers()Michał Mirosław1-0/+35
2018-09-03fbdev: add kerneldoc do remove_conflicting_framebuffers()Michał Mirosław1-0/+10
2018-09-03fbdev: allow apertures == NULL in remove_conflicting_framebuffers()Michał Mirosław1-0/+14
2018-09-03fbdev: show fbdev number for debuggingMichał Mirosław1-2/+2
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds27-266/+578
2018-08-20Merge tag 'backlight-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds2-13/+220
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+7
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-5/+3
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-8/+155
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede1-4/+15
2018-08-10dummycon: Stop exporting dummycon_[un]register_output_notifierHans de Goede1-2/+0
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede1-14/+10
2018-08-10fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtinHans de Goede1-1/+1
2018-08-02media: omap2: omapfb: fix bugon.cocci warningskbuild test robot1-2/+1
2018-08-02media: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot1-1/+1
2018-08-02media: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix bugon.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot1-1/+1
2018-07-31fb: amifb: fix build warnings when not builtinRandy Dunlap1-2/+2
2018-07-31fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann1-4/+9
2018-07-25udlfb: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka1-6/+4
2018-07-25udlfb: avoid prefetchMikulas Patocka1-8/+0
2018-07-25udlfb: optimization - test the backing bufferMikulas Patocka1-10/+33
2018-07-25udlfb: allow reallocating the framebufferMikulas Patocka1-25/+49
2018-07-25udlfb: set line_length in dlfb_ops_set_parMikulas Patocka1-0/+1
2018-07-25udlfb: handle allocation failureMikulas Patocka1-9/+17
2018-07-25udlfb: make a local copy of fb_opsMikulas Patocka1-1/+2
2018-07-25udlfb: don't switch if we are switching to the same videomodeMikulas Patocka1-2/+16