summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-293-14/+8
|\
| * media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil2018-09-241-4/+4
| * media: backlight: as3711_bl: convert to SPDX identifiersKuninori Morimoto2018-09-121-5/+2
| * media: fbdev: sh7760fb: convert to SPDX identifiersKuninori Morimoto2018-09-121-5/+2
* | Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-282-5/+66
|\ \
| * | fbdev: Add FBINFO_HIDE_SMEM_START flagDaniel Vetter2018-09-111-0/+4
| * | vt: Remove vc_panic_force_writeDaniel Vetter2018-09-111-2/+1
| * | fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter2018-09-111-1/+0
| * | fbdev: fix kerneldocMichał Mirosław2018-09-071-2/+2
| * | fbdev: add remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-0/+35
| * | fbdev: add kerneldoc do remove_conflicting_framebuffers()Michał Mirosław2018-09-031-0/+10
| * | fbdev: allow apertures == NULL in remove_conflicting_framebuffers()Michał Mirosław2018-09-031-0/+14
| * | fbdev: show fbdev number for debuggingMichał Mirosław2018-09-031-2/+2
| |/
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-264-16/+9
|\ \
| * | drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()Christophe Leroy2018-10-134-16/+9
| |/
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+1
|\ \
| * | fbdev: fsl-diu: get cpu node with of_get_cpu_nodeRob Herring2018-09-281-1/+1
| |/
* | Merge tag 'backlight-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-2511-2200/+47
|\ \
| * | backlight: Remove ld9040 driverKrzysztof Kozlowski2018-10-094-1022/+0
| * | backlight: Remove s6e63m0 driverKrzysztof Kozlowski2018-10-094-1132/+0
| * | backlight: lm3639: Unconditionally call led_classdev_unregisterNathan Chancellor2018-10-091-4/+2
| * | backlight: pwm_bl: Switch to using "atomic" PWM APIEnric Balletbo i Serra2018-10-091-39/+42
| * | backlight: Update MODULE AUTHOR email addressMichael Hennerich2018-09-103-3/+3
| |/
* | mach64: detect the dot clock divider correctly on sparcMikulas Patocka2018-10-073-9/+11
* | video/fbdev/stifb: Fix spelling mistake in fall-through annotationGustavo A. R. Silva2018-09-261-1/+1
* | efifb: BGRT: Add nobgrt optionHans de Goede2018-09-261-0/+6
* | fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen2018-09-261-1/+4
* | pxa168fb: prepare the clockLubomir Rintel2018-09-261-3/+3
|/
* Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds2018-08-2327-266/+578
|\
| * fbcon: Do not takeover the console from atomic contextHans de Goede2018-08-101-4/+15
| * dummycon: Stop exporting dummycon_[un]register_output_notifierHans de Goede2018-08-101-2/+0
| * fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede2018-08-101-14/+10
| * fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtinHans de Goede2018-08-101-1/+1
| * fbdev: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot2018-07-311-2/+1
| * fbdev: omap2: omapfb: fix bugon.cocci warningskbuild test robot2018-07-311-2/+1
| * fbdev: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot2018-07-311-1/+1
| * fb: amifb: fix build warnings when not builtinRandy Dunlap2018-07-311-2/+2
| * fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann2018-07-311-4/+9
| * udlfb: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka2018-07-251-6/+4
| * udlfb: avoid prefetchMikulas Patocka2018-07-251-8/+0
| * udlfb: optimization - test the backing bufferMikulas Patocka2018-07-251-10/+33
| * udlfb: allow reallocating the framebufferMikulas Patocka2018-07-251-25/+49
| * udlfb: set line_length in dlfb_ops_set_parMikulas Patocka2018-07-251-0/+1
| * udlfb: handle allocation failureMikulas Patocka2018-07-251-9/+17
| * udlfb: make a local copy of fb_opsMikulas Patocka2018-07-251-1/+2
| * udlfb: don't switch if we are switching to the same videomodeMikulas Patocka2018-07-251-2/+16
| * udlfb: fix display corruption of the last lineMikulas Patocka2018-07-251-10/+20
| * udlfb: fix semaphore value leakMikulas Patocka2018-07-251-25/+2
| * fb: fix lost console when the user unplugs a USB adapterMikulas Patocka2018-07-251-6/+32
| * efifb: BGRT: Do not copy the boot graphics for non native resolutionsHans de Goede2018-07-241-0/+43
OpenPOWER on IntegriCloud