summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: fbdev: omapfb_main: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+8
* Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-162-36/+17
|\
| * backlight: pwm_bl: Fix heuristic to determine number of brightness levelsMatthias Kaehlcke2019-06-271-18/+6
| * backlight: gpio_backlight: Enable ACPI enumerationAndy Shevchenko2019-06-271-14/+9
| * backlight: pwm_bl: Convert to use SPDX identifierAndy Shevchenko2019-06-271-8/+3
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-24/+251
|\ \
| * \ Merge branch 'topic/remove-fbcon-notifiers' into drm-misc-nextMaarten Lankhorst2019-06-1917-724/+310
| |\ \
| * \ \ Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-1977-584/+77
| |\ \ \
| * | | | video/hdmi: Dropped static functions from kernel docUma Shankar2019-06-041-30/+0
| * | | | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-281-0/+257
| |\ \ \ \
| | * \ \ \ Merge drm/drm-next into drm-misc-nextSean Paul2019-05-2245-1598/+789
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | video/hdmi: Add Unpack function for DRM infoframeUma Shankar2019-05-221-0/+67
| | * | | | drm: Enable HDR infoframe supportUma Shankar2019-05-221-0/+190
* | | | | | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-122-20/+5
|\ \ \ \ \ \
| * | | | | | au1100fb: fix DMA API abuseChristoph Hellwig2019-06-032-20/+5
| |/ / / / /
* | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-094-22/+22
|\ \ \ \ \ \
| * | | | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-7/+7
| * | | | | | docs: fb: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-144-15/+15
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2019-07-0969-3166/+493
|\ \ \ \ \ \
| * | | | | | video: fbdev: imxfb: fix a typo in imxfb_probe()Wei Yongjun2019-07-051-1/+1
| * | | | | | video: fbdev: s3c-fb: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-051-3/+3
| * | | | | | video: fbdev: s3c-fb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz2019-06-281-6/+6
| * | | | | | video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz2019-06-2841-120/+39
| * | | | | | video: fbdev: intelfb: return -ENOMEM on framebuffer_alloc() failureBartlomiej Zolnierkiewicz2019-06-281-1/+1
| * | | | | | video: fbdev: s3c-fb: return -ENOMEM on framebuffer_alloc() failureBartlomiej Zolnierkiewicz2019-06-281-1/+1
| * | | | | | video: fbdev: omap2: remove rfbiBartlomiej Zolnierkiewicz2019-06-215-1101/+0
| * | | | | | video: fbdev: atmel_lcdfb: remove redundant initialization to variable retColin Ian King2019-06-211-1/+1
| * | | | | | video: fbdev-MMP: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-06-211-4/+4
| * | | | | | video: fbdev: controlfb: fix warnings about comparing pointer to 0Shobhit Kukreti2019-06-211-4/+4
| * | | | | | efifb: BGRT: Add check for new BGRT status field rotation bitsHans de Goede2019-06-211-0/+5
| * | | | | | jz4740_fb: fix DMA API abuseChristoph Hellwig2019-06-211-7/+0
| * | | | | | video: fbdev: pvr2fb: fix link error for pvr2fb_pci_exitArnd Bergmann2019-06-211-2/+2
| * | | | | | video: fbdev: s3c-fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz2019-06-211-1/+2
| * | | | | | video: fbdev: imxfb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz2019-06-211-5/+4
| * | | | | | video: fbdev: pvr2fb: fix build warning when compiling as moduleBartlomiej Zolnierkiewicz2019-06-211-0/+2
| * | | | | | Merge branch 'topic/remove-fbcon-notifiers' of git://anongit.freedesktop.org/...Bartlomiej Zolnierkiewicz2019-06-191-0/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | fbcon: Export fbcon_update_vcsDaniel Vetter2019-06-191-0/+1
| * | | | | | Merge tag 'topic/remove-fbcon-notifiers-2019-06-14-1' of git://anongit.freede...Bartlomiej Zolnierkiewicz2019-06-19212-2215/+510
| |\| | | | |
| | * | | | | backlight: simplify lcd notifierDaniel Vetter2019-06-131-11/+0
| | * | | | | fbcon: Document what I learned about fbcon lockingDaniel Vetter2019-06-131-0/+19
| | * | | | | fbcon: Call con2fb_map functions directlyDaniel Vetter2019-06-122-55/+38
| | * | | | | vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter2019-06-121-9/+5
| | * | | | | fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter2019-06-124-28/+21
| | * | | | | fb: Flatten control flow in fb_set_varDaniel Vetter2019-06-121-63/+63
| | * | | | | fbdev: remove FBINFO_MISC_USEREVENT around fb_blankDaniel Vetter2019-06-123-8/+2
| | * | | | | fbmem: pull fbcon_fb_blanked out of fb_blankDaniel Vetter2019-06-122-3/+9
| | * | | | | Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter2019-06-123-14/+3
| | * | | | | fbdev: Call fbcon_get_requirement directlyDaniel Vetter2019-06-122-11/+3
| | * | | | | fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter2019-06-122-26/+10
| | * | | | | fbdev: directly call fbcon_suspended/resumedDaniel Vetter2019-06-122-13/+4