summaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* backlight: drop EARLY_EVENT_BLANK supportSam Ravnborg2019-08-052-19/+1
* video: amba-clcd: Spout an error if of_get_display_timing() gives an errorDouglas Anderson2019-07-261-1/+3
* video: of: display_timing: Don't yell if no timing node is presentDouglas Anderson2019-07-261-3/+1
* video: of: display_timing: Add of_node_put() in of_get_display_timing()Douglas Anderson2019-07-261-1/+6
* video: ssd1307fb: Add devicetree configuration of display setupMarko Kohtala2019-07-231-16/+65
* video: ssd1307fb: Handle width and height that are not multiple of 8Marko Kohtala2019-07-231-13/+17
* video: ssd1307fb: Start page range at page_offsetMarko Kohtala2019-07-231-1/+1
* video: ssd1307fb: Remove unneeded semicolonsMarko Kohtala2019-07-231-4/+4
* video: ssd1307fb: Use screen_buffer instead of screen_baseMarko Kohtala2019-07-231-5/+5
* video: fbdev-MMP: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-231-1/+0
* video: fbdev: nvidia: Remove dead codeSouptick Joarder2019-07-231-24/+0
* video: fbdev: nvidia: Remove extra returnSouptick Joarder2019-07-231-2/+0
* au1200fb: don't use DMA_ATTR_NON_CONSISTENTChristoph Hellwig2019-07-231-3/+2
* fbmem: remove redundant assignment to errColin Ian King2019-07-231-1/+1
* fbdev: Ditch fb_edid_add_monspecsDaniel Vetter2019-07-232-153/+0
* 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-161-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-132-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
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |