aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08video: fbdev: arcfb: mark expected switch fall-throughGustavo A. R. Silva1-0/+2
2018-10-08pxa168fb: remove set but not used variables 'mi'YueHaibing1-3/+0
2018-10-08video: ssd1307fb: Do not hard code active-low reset sequenceMichal Vokáč1-2/+2
2018-10-08video: ssd1307fb: Use gpiod_set_value_cansleep() for resetMichal Vokáč1-2/+2
2018-10-08fbdev: fix broken menu dependenciesRandy Dunlap1-18/+16
2018-10-08video: fbdev: sis: Remove unnecessary parentheses and commented codeNathan Chancellor1-3/+1
2018-10-08video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup tableJanusz Krzysztofik1-33/+22
2018-10-08fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()Dan Carpenter1-1/+1
2018-10-08fbdev: sbuslib: use checked version of put_user()Dan Carpenter1-13/+13
2018-10-08fbdev: Convert to using %pOFn instead of device_node.nameRob Herring8-14/+16
2018-10-08atmel_lcdfb: support native-mode display-timingsSam Ravnborg1-34/+9
2018-10-08Video: vgastate: fixed a spacing coding styleMehdi Bounya1-1/+1
2018-10-08atyfb: fix debugging printksMikulas Patocka1-16/+20
2018-10-08mach64: optimize wait_for_fifoMikulas Patocka2-5/+11
2018-10-08mach64: fix image corruption due to reading accelerator registersMikulas Patocka1-13/+9
2018-10-08mach64: fix display corruption on big endian machinesMikulas Patocka1-3/+3
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