summaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-2511-100/+224
|\
| * Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-03-043-61/+111
| |\
| | * fbdev: Improve performance of cfb_imageblit()Thomas Zimmermann2022-03-021-9/+42
| | * fbdev: Remove trailing whitespaces from cfbimgblt.cThomas Zimmermann2022-03-021-30/+30
| | * fbdev: Improve performance of sys_imageblit()Thomas Zimmermann2022-03-021-11/+38
| | * fbdev: Improve performance of sys_fillrect()Thomas Zimmermann2022-03-021-13/+3
| * | Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-244-15/+36
| |\|
| | * fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann2022-02-164-7/+20
| | * fbdev/defio: Early-out if page is already enlistedThomas Zimmermann2022-02-161-9/+17
| * | Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-02-1411-42/+752
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-015-25/+78
| |\ \
| | * | fbdev/simplefb: Request memory region in driverThomas Zimmermann2022-01-271-20/+45
| | * | fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann2022-01-271-3/+26
| | * | video: fbdev: s3c-fb: remove redundant initialization of pointer bufsColin Ian King2022-01-141-1/+1
| | * | video: fbdev: asiliantfb: remove redundant assignment to variable FtargetColin Ian King2022-01-141-1/+1
| | * | video: vga16fb: Fix logic that checks for the display standardJavier Martinez Canillas2022-01-121-0/+5
* | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-241-1/+1
|\ \ \ \
| * | | | nds32: Remove the architectureAlan Kao2022-03-071-1/+1
* | | | | Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-2350-221/+175
|\ \ \ \ \
| * | | | | video: fbdev: kyro: make read-only array ODValues static constColin Ian King2022-03-111-1/+1
| * | | | | video: fbdev: offb: fix warning comparing pointer to 0Haowen Bai2022-03-111-1/+1
| * | | | | video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_ofMiaoqian Lin2022-03-071-0/+1
| * | | | | video: fbdev: sm712fb: Fix crash in smtcfb_write()Zheyu Ma2022-03-031-17/+4
| * | | | | video: fbdev: s3c-fb: fix platform_get_irq.cocci warningYihao Han2022-03-031-1/+0
| * | | | | video: fbdev: sm712fb: Fix crash in smtcfb_read()Helge Deller2022-02-271-18/+7
| * | | | | video: fbdev: via: check the return value of kstrdup()Xiaoke Wang2022-02-221-0/+10
| * | | | | video: fbdev: au1100fb: Spelling s/palette/palette/Geert Uytterhoeven2022-02-162-2/+2
| * | | | | video: fbdev: atari: Atari 2 bpp (STe) palette bugfixMichael Schmitz2022-02-161-6/+6
| * | | | | video: fbdev: atari: Remove unused atafb_setcolreg()Geert Uytterhoeven2022-02-151-11/+0
| * | | | | video: fbdev: atari: Convert to standard round_up() helperGeert Uytterhoeven2022-02-151-5/+3
| * | | | | video: fbdev: atari: Fix TT High video modeGeert Uytterhoeven2022-02-151-2/+2
| * | | | | video: fbdev: udlfb: replace snprintf in show functions with sysfs_emitJing Yao2022-02-111-4/+4
| * | | | | video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of snpri...Jing Yao2022-02-111-2/+2
| * | | | | video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()Jing Yao2022-02-111-4/+4
| * | | | | video: fbdev: omapfb: Use sysfs_emit() instead of snprintf()Guo Zhengkui2022-02-111-6/+7
| * | | | | video: fbdev: s3c-fb: Use platform_get_irq() to get the interruptzhaoxiao2022-02-111-4/+3
| * | | | | video: fbdev: Fix wrong file path for pvr2fb.c in Kconfig help textWei Ming Chen2022-02-021-1/+1
| * | | | | video: fbdev: pxa3xx-gcu: Remove unnecessary print function dev_err()Yang Li2022-02-011-3/+1
| * | | | | video: fbdev: pxa168fb: Remove unnecessary print function dev_err()Yang Li2022-02-011-3/+1
| * | | | | video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter2022-01-301-32/+21
| * | | | | video: fbdev: pxa168fb: Initialize pointers with NULL and not plain integer 0Colin Ian King2022-01-301-2/+2
| * | | | | video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe()Dan Carpenter2022-01-301-5/+6
| * | | | | video: fbdev: savagefb: make a variable localDan Carpenter2022-01-302-4/+4
| * | | | | video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emitYang Guang2022-01-291-1/+1
| * | | | | video: fbmem: use swap() to make code cleaner in fb_rotate_logo()Changcheng Deng2022-01-291-6/+2
| * | | | | video: fbdev: cirrusfb: check pixclock to avoid divide by zeroGeorge Kennedy2022-01-291-8/+8
| * | | | | video: fbdev: mmp: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-1/+2
| * | | | | video: fbdev: s3c-fb: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-6/+5
| * | | | | video: fbdev: ssd1307fb: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-4/+3
| * | | | | video: fbdev: pxa3xx-gcu: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-4/+2