aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+1
2022-03-25Merge tag 'drm-next-2022-03-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-8/+49
2022-03-25Merge tag 'backlight-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds2-11/+8
2022-03-25fbdev: Fix cfb_imageblit() for arbitrary image widthsThomas Zimmermann1-4/+24
2022-03-25fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann1-4/+25
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-100/+224
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds50-221/+175
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+1
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds15-38/+15
2022-03-16fb_defio: Use noop_dirty_folio()Matthew Wilcox (Oracle)1-8/+1
2022-03-11video/fbdev/stifb: Implement the stifb_fillrect() functionHelge Deller1-2/+43
2022-03-11video: fbdev: kyro: make read-only array ODValues static constColin Ian King1-1/+1
2022-03-11video: fbdev: offb: fix warning comparing pointer to 0Haowen Bai1-1/+1
2022-03-08backlight: backlight: Slighly simplify devm_of_find_backlight()Christophe JAILLET1-6/+4
2022-03-07video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_ofMiaoqian Lin1-0/+1
2022-03-07nds32: Remove the architectureAlan Kao1-1/+1
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-61/+111
2022-03-03video: fbdev: sm712fb: Fix crash in smtcfb_write()Zheyu Ma1-17/+4
2022-03-03video: fbdev: s3c-fb: fix platform_get_irq.cocci warningYihao Han1-1/+0
2022-03-02fbdev: Improve performance of cfb_imageblit()Thomas Zimmermann1-9/+42
2022-03-02fbdev: Remove trailing whitespaces from cfbimgblt.cThomas Zimmermann1-30/+30
2022-03-02fbdev: Improve performance of sys_imageblit()Thomas Zimmermann1-11/+38
2022-03-02fbdev: Improve performance of sys_fillrect()Thomas Zimmermann1-13/+3
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman12-55/+755
2022-02-27video: fbdev: sm712fb: Fix crash in smtcfb_read()Helge Deller1-18/+7
2022-02-25video: omapfb: dss: Make use of the helper component_compare_devYong Wu1-7/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie4-15/+36
2022-02-22video: fbdev: via: check the return value of kstrdup()Xiaoke Wang1-0/+10
2022-02-16fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann4-7/+20
2022-02-16fbdev/defio: Early-out if page is already enlistedThomas Zimmermann1-9/+17
2022-02-16video: fbdev: au1100fb: Spelling s/palette/palette/Geert Uytterhoeven2-2/+2
2022-02-16video: fbdev: atari: Atari 2 bpp (STe) palette bugfixMichael Schmitz1-6/+6
2022-02-15video: fbdev: atari: Remove unused atafb_setcolreg()Geert Uytterhoeven1-11/+0
2022-02-15video: fbdev: atari: Convert to standard round_up() helperGeert Uytterhoeven1-5/+3
2022-02-15video: fbdev: atari: Fix TT High video modeGeert Uytterhoeven1-2/+2
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie11-42/+752
2022-02-11video: fbdev: udlfb: replace snprintf in show functions with sysfs_emitJing Yao1-4/+4
2022-02-11video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of snprintf()Jing Yao1-2/+2
2022-02-11video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()Jing Yao1-4/+4
2022-02-11video: fbdev: omapfb: Use sysfs_emit() instead of snprintf()Guo Zhengkui1-6/+7
2022-02-11video: fbdev: s3c-fb: Use platform_get_irq() to get the interruptzhaoxiao1-4/+3
2022-02-11Merge tag 'drm-misc-fixes-2022-02-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie2-4/+5
2022-02-09spi: make remove callback a void functionUwe Kleine-König15-38/+15
2022-02-08fbcon: Avoid 'cap' set but not used warningHelge Deller1-4/+3
2022-02-08backlight: qcom-wled: Add PM6150L compatibleLuca Weiss1-0/+1
2022-02-08backlight: pwm_bl: Avoid open coded arithmetic in memory allocationChristophe JAILLET1-5/+4
2022-02-04Merge tag 'drm-misc-fixes-2022-02-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie10-43/+752
2022-02-03fbdev: fbmem: Fix the implicit type castingYizhuo Zhai1-0/+2
2022-02-02video: fbdev: Fix wrong file path for pvr2fb.c in Kconfig help textWei Ming Chen1-1/+1