summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-2410-40/+46
|\
| * Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-309-36/+45
| |\
| | * fbdev: cyber2000fb: fix missing pci_disable_device()Yang Yingliang2022-10-271-0/+2
| | * fbdev: sisfb: use explicitly signed charJason A. Donenfeld2022-10-241-1/+1
| | * fbdev: smscufx: Fix several use-after-free bugsHyunwoo Kim2022-10-211-25/+30
| | * fbdev: xilinxfb: Make xilinxfb_release() return voidUwe Kleine-König2022-10-201-4/+4
| | * fbdev: sisfb: fix repeated word in commentJilin Yuan2022-10-201-1/+1
| | * fbdev: gbefb: Convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-10-181-2/+2
| | * fbdev: sm501fb: Convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-10-181-1/+1
| | * fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cardsHelge Deller2022-10-181-1/+2
| | * fbdev: da8xx-fb: Fix error handling in .remove()Uwe Kleine-König2022-10-181-1/+2
| * | fbdev/core: Avoid uninitialized read in aperture_remove_conflicting_pci_device()Michał Mirosław2022-10-271-4/+1
| |/
* | fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann2022-11-1644-2/+233
* | drm: Move nomodeset kernel parameter to drivers/videoThomas Zimmermann2022-11-163-0/+31
* | drm/fb-helper: Schedule deferred-I/O worker after writing to framebufferThomas Zimmermann2022-11-161-0/+16
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-1863-307/+659
|\|
| * Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
| |\
| | * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
| * | Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-141-1/+1
| |\ \ | | |/ | |/|
| | * parisc: fbdev/stifb: Align graphics memory size to 4MBHelge Deller2022-10-141-1/+1
| * | fbdev: mb862xx: Fix check of return value from irq_of_parse_and_map()Christophe Leroy2022-10-081-1/+1
| * | fbdev: vga16fb: Add missing MODULE_DEVICE_TABLE() entryZeng Heng2022-10-081-0/+1
| * | fbdev: tridentfb: Fix missing pci_disable_device() in probe and removeRuan Jinjie2022-10-081-5/+1
| * | fbdev: smscufx: Fix use-after-free in ufx_ops_open()Hyunwoo Kim2022-10-081-1/+13
| * | fbdev: gbefb: Convert to use dev_groupsJiasheng Jiang2022-10-081-13/+7
| * | fbdev: imxfb: Remove redundant dev_err() callShang XiaoJing2022-10-081-1/+0
| * | fbdev: omapfb/dss: Use pm_runtime_resume_and_get() instead of pm_runtime_get_...Zhang Qilong2022-10-086-24/+12
| * | fbdev: uvesafb: Convert snprintf to scnprintfJules Irenge2022-10-081-5/+5
| * | fbdev: arkfb: Remove the unused function dac_read_reg()Jiapeng Chong2022-10-081-8/+0
| * | fbdev: tridentfb: Remove the unused function shadowmode_off()Jiapeng Chong2022-10-081-5/+0
| * | fbdev: controlfb: Remove the unused function VAR_MATCH()Jiapeng Chong2022-10-081-7/+0
| * | fbdev: udlfb: Remove redundant initialization to variable identicalColin Ian King2022-10-081-1/+1
| * | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-0545-783/+822
| |\ \
| * \ \ Merge tag 'backlight-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-053-0/+365
| |\ \ \
| | * | | video: backlight: mt6370: Add MediaTek MT6370 supportChiaEn Wu2022-09-083-0/+365
| * | | | Merge branch 'master' into i2c/for-mergewindowWolfram Sang2022-09-271-4/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-09-121-4/+0
| | |\ \ \
| | | * | | PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov2022-09-051-4/+0
| | | |/ /
| * | | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-1634-201/+240
| |\| | |
| | * | | fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida2022-08-261-2/+25
| | * | | fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang2022-08-2429-38/+38
| | * | | fbdev: omap: Remove unnecessary print function dev_err()Jiapeng Chong2022-08-241-2/+0
| | * | | fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()Yang Yingliang2022-08-241-0/+1
| | * | | fbdev: fbcon: Destroy mutex on freeing struct fb_infoShigeru Yoshida2022-08-241-0/+4
| | * | | fbdev: radeon: Clean up some inconsistent indentingJiapeng Chong2022-08-241-23/+23
| | * | | fbdev: sisfb: Clean up some inconsistent indentingJiapeng Chong2022-08-241-133/+141
| | * | | fbdev: fb_pm2fb: Avoid potential divide by zero errorLetu Ren2022-08-241-0/+5
| | * | | fbdev: ssd1307fb: Fix repeated words in commentsJilin Yuan2022-08-241-1/+1
| | * | | fbdev: omapfb: Fix tests for platform_get_irq() failureYu Zhe2022-08-241-2/+2
| | |/ /
| * / / i2c: Make remove callback return voidUwe Kleine-König2022-08-1611-29/+11
| |/ /