aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2019-05-17fbdev/efifb: Ignore framebuffer memmap entries that lack any memory typesArd Biesheuvel
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2019-05-14lib/math: move int_pow() from pwm_bl.c for wider useAndy Shevchenko
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-14backlight: lm3630a: Add firmware node supportBrian Masney
2019-05-14backlight: lm3630a: Return 0 on success in update_status functionsBrian Masney
2019-05-14video: lcd: Remove useless BACKLIGHT_CLASS_DEVICE dependenciesAlexander Shiyan
2019-05-10Merge tag 'fbdev-v5.2' of git://github.com/bzolnier/linuxLinus Torvalds
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-05-06video: fbdev: Use dev_get_drvdata()Kefeng Wang
2019-05-06fbcon: Don't reset logo_shown when logo is currently shownAndreas Schwab
2019-04-11video: fbdev: atmel_lcdfb: remove set but not used variable 'pdata'YueHaibing
2019-04-11video: fbdev: mxsfb: remove set but not used variable 'line_count'YueHaibing
2019-04-11video: fbdev: pvr2fb: remove set but not used variable 'size'YueHaibing
2019-04-11fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue
2019-04-11video: amba-clcd: Decomission Versatile and NomadikLinus Walleij
2019-04-08pxa3xx-gcu: pass struct device to dma_mmap_coherentChristoph Hellwig
2019-04-08gbefb: switch to managed version of the DMA allocatorChristoph Hellwig
2019-04-08da8xx-fb: pass struct device to DMA API functionsChristoph Hellwig
2019-04-03video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbolAlexander Shiyan
2019-04-02fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthroughYifeng Li
2019-04-01fbdev: fix divide error in fb_var_to_videomodeShile Zhang
2019-04-01fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled displayYifeng Li
2019-04-01fbdev: sm712fb: fix support for 1024x768-16 modeYifeng Li
2019-04-01fbdev: sm712fb: fix crashes and garbled display during DPMS modesettingYifeng Li
2019-04-01fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAMYifeng Li
2019-04-01fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGAYifeng Li
2019-04-01fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li
2019-04-01fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li
2019-04-01fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li
2019-04-01video: imsttfb: fix potential NULL pointer dereferencesKangjie Lu
2019-04-01video: hgafb: fix potential NULL pointer dereferenceKangjie Lu
2019-04-01fbdev: list all pci memory bars as conflicting aperturesGerd Hoffmann
2019-04-01drivers: video: fbdev: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult
2019-04-01omapfb: Fix potential NULL pointer dereference in kmallocAditya Pakki
2019-04-01xen, fbfront: mark expected switch fall-throughGustavo A. R. Silva
2019-04-01udlfb: introduce a rendering mutexMikulas Patocka
2019-04-01udlfb: fix sleeping inside spinlockMikulas Patocka
2019-04-01udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka
2019-04-01video: fbdev: atmel_lcdfb: drop AVR and platform_data supportAlexandre Belloni
2019-04-01omapfb: add missing of_node_put after of_device_is_availableJulia Lawall
2019-04-01video/macfb: Always initialize DAFB colour table pointer registerFinn Thain
2019-04-01video/macfb: Call fb_invert_cmaps()Finn Thain
2019-04-01fbdev: atafb: Modernize printing of kernel messagesGeert Uytterhoeven
2019-04-01fbdev: atafb: Fix broken frame buffer after kexecGeert Uytterhoeven
2019-04-01fbdev: atafb: Remove obsolete module supportGeert Uytterhoeven
2019-04-01fbdev: atafb: Stop printing virtual screen_baseGeert Uytterhoeven
2019-04-01video/macfb: Remove redundant codeFinn Thain
2019-04-01video: fbdev: savage: fix indentation issueColin Ian King