summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2019-07-26video: amba-clcd: Spout an error if of_get_display_timing() gives an errorDouglas Anderson-1/+3
2019-07-26video: of: display_timing: Don't yell if no timing node is presentDouglas Anderson-3/+1
2019-07-26video: of: display_timing: Add of_node_put() in of_get_display_timing()Douglas Anderson-1/+6
2019-07-23video: ssd1307fb: Add devicetree configuration of display setupMarko Kohtala-16/+65
2019-07-23video: ssd1307fb: Handle width and height that are not multiple of 8Marko Kohtala-13/+17
2019-07-23video: ssd1307fb: Start page range at page_offsetMarko Kohtala-1/+1
2019-07-23video: ssd1307fb: Remove unneeded semicolonsMarko Kohtala-4/+4
2019-07-23video: ssd1307fb: Use screen_buffer instead of screen_baseMarko Kohtala-5/+5
2019-07-23video: fbdev-MMP: Remove call to memset after dma_alloc_coherentFuqian Huang-1/+0
2019-07-23video: fbdev: nvidia: Remove dead codeSouptick Joarder-24/+0
2019-07-23video: fbdev: nvidia: Remove extra returnSouptick Joarder-2/+0
2019-07-23au1200fb: don't use DMA_ATTR_NON_CONSISTENTChristoph Hellwig-3/+2
2019-07-23fbmem: remove redundant assignment to errColin Ian King-1/+1
2019-07-23fbdev: Ditch fb_edid_add_monspecsDaniel Vetter-153/+0
2019-07-16Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-36/+17
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-24/+251
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-20/+5
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-22/+22
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds-3166/+493
2019-07-05video: fbdev: imxfb: fix a typo in imxfb_probe()Wei Yongjun-1/+1
2019-07-05video: fbdev: s3c-fb: Mark expected switch fall-throughsGustavo A. R. Silva-3/+3
2019-06-28video: fbdev: s3c-fb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz-6/+6
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz-120/+39
2019-06-28video: fbdev: intelfb: return -ENOMEM on framebuffer_alloc() failureBartlomiej Zolnierkiewicz-1/+1
2019-06-28video: fbdev: s3c-fb: return -ENOMEM on framebuffer_alloc() failureBartlomiej Zolnierkiewicz-1/+1
2019-06-27backlight: pwm_bl: Fix heuristic to determine number of brightness levelsMatthias Kaehlcke-18/+6
2019-06-27backlight: gpio_backlight: Enable ACPI enumerationAndy Shevchenko-14/+9
2019-06-27backlight: pwm_bl: Convert to use SPDX identifierAndy Shevchenko-8/+3
2019-06-21video: fbdev: omap2: remove rfbiBartlomiej Zolnierkiewicz-1101/+0
2019-06-21video: fbdev: atmel_lcdfb: remove redundant initialization to variable retColin Ian King-1/+1
2019-06-21video: fbdev-MMP: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva-4/+4
2019-06-21video: fbdev: controlfb: fix warnings about comparing pointer to 0Shobhit Kukreti-4/+4
2019-06-21efifb: BGRT: Add check for new BGRT status field rotation bitsHans de Goede-0/+5
2019-06-21jz4740_fb: fix DMA API abuseChristoph Hellwig-7/+0
2019-06-21video: fbdev: pvr2fb: fix link error for pvr2fb_pci_exitArnd Bergmann-2/+2
2019-06-21video: fbdev: s3c-fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz-1/+2
2019-06-21video: fbdev: imxfb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz-5/+4
2019-06-21video: fbdev: pvr2fb: fix build warning when compiling as moduleBartlomiej Zolnierkiewicz-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-251/+59
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-481/+40
2019-06-19Merge branch 'topic/remove-fbcon-notifiers' of git://anongit.freedesktop.org/...Bartlomiej Zolnierkiewicz-0/+1
2019-06-19Merge tag 'topic/remove-fbcon-notifiers-2019-06-14-1' of git://anongit.freede...Bartlomiej Zolnierkiewicz-2215/+510
2019-06-19Merge branch 'topic/remove-fbcon-notifiers' into drm-misc-nextMaarten Lankhorst-724/+310
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter-584/+77
2019-06-19fbcon: Export fbcon_update_vcsDaniel Vetter-0/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-7/+7
2019-06-14docs: fb: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-15/+15
2019-06-13backlight: simplify lcd notifierDaniel Vetter-11/+0
2019-06-13fbcon: Document what I learned about fbcon lockingDaniel Vetter-0/+19
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter-55/+38