summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorLines
2022-02-11video: fbdev: omapfb: Use sysfs_emit() instead of snprintf()Guo Zhengkui-6/+7
2022-02-11video: fbdev: s3c-fb: Use platform_get_irq() to get the interruptzhaoxiao-4/+3
2022-02-11Merge tag 'drm-misc-fixes-2022-02-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-4/+5
2022-02-09spi: make remove callback a void functionUwe Kleine-König-18/+6
2022-02-08fbcon: Avoid 'cap' set but not used warningHelge Deller-4/+3
2022-02-04Merge tag 'drm-misc-fixes-2022-02-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-43/+732
2022-02-03fbdev: fbmem: Fix the implicit type castingYizhuo Zhai-0/+2
2022-02-02video: fbdev: Fix wrong file path for pvr2fb.c in Kconfig help textWei Ming Chen-1/+1
2022-02-02fbcon: Add option to enable legacy hardware accelerationHelge Deller-34/+64
2022-02-02Revert "fbcon: Disable accelerated scrolling"Helge Deller-8/+37
2022-02-02Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...Helge Deller-42/+672
2022-02-01video: fbdev: pxa3xx-gcu: Remove unnecessary print function dev_err()Yang Li-3/+1
2022-02-01video: fbdev: pxa168fb: Remove unnecessary print function dev_err()Yang Li-3/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-25/+78
2022-01-30video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter-32/+21
2022-01-30video: fbdev: pxa168fb: Initialize pointers with NULL and not plain integer 0Colin Ian King-2/+2
2022-01-30video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe()Dan Carpenter-5/+6
2022-01-30video: fbdev: savagefb: make a variable localDan Carpenter-4/+4
2022-01-29video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emitYang Guang-1/+1
2022-01-29video: fbmem: use swap() to make code cleaner in fb_rotate_logo()Changcheng Deng-6/+2
2022-01-29video: fbdev: cirrusfb: check pixclock to avoid divide by zeroGeorge Kennedy-8/+8
2022-01-29video: fbdev: mmp: Make use of the helper function dev_err_probe()Cai Huoqing-1/+2
2022-01-29video: fbdev: s3c-fb: Make use of the helper function dev_err_probe()Cai Huoqing-6/+5
2022-01-29video: fbdev: ssd1307fb: Make use of the helper function dev_err_probe()Cai Huoqing-4/+3
2022-01-29video: fbdev: pxa3xx-gcu: Make use of the helper function dev_err_probe()Cai Huoqing-4/+2
2022-01-29video: fbdev: pxa168fb: Make use of the helper function dev_err_probe()Cai Huoqing-4/+3
2022-01-29video: fbdev: da8xx-fb: Make use of the helper function dev_err_probe()Cai Huoqing-4/+3
2022-01-29video: fbdev: omapfb: panel-tpo-td043mtea1: Make use of the helper function d...Cai Huoqing-2/+1
2022-01-29video: fbdev: omapfb: panel-sharp-ls037v7dw01: Make use of the helper functio...Cai Huoqing-4/+3
2022-01-29video: fbdev: omapfb: lcd_ams_delta: Make use of the helper function dev_err_...Cai Huoqing-10/+6
2022-01-29video: fbdev: omapfb: panel-lgphilips-lb035q02: Make use of the helper functi...Cai Huoqing-4/+3
2022-01-29video: fbdev: asiliantfb: remove redundant assignment to variable FtargetColin Ian King-1/+1
2022-01-29video: fbdev: atyfb: Remove assigned but never used variable statementsColin Ian King-2/+0
2022-01-29video: fbdev: w100fb: Reset global stateEvgeny Novikov-3/+12
2022-01-29video: fbdev: au1200fb: Make use of dma_mmap_coherent()Cai Huoqing-2/+2
2022-01-29video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflowTim Gardner-1/+1
2022-01-29video: fbdev: via: Fix spelling mistake "bellow" -> "below"Colin Ian King-1/+1
2022-01-29video: fbdev: s3c-fb: drop unneeded MODULE_ALIASKrzysztof Kozlowski-1/+0
2022-01-29video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()Wang Hai-2/+1
2022-01-29video: fbdev: controlfb: Fix COMPILE_TEST buildYueHaibing-0/+2
2022-01-29video: fbdev: ocfb: add const to of_device_idChunyang Zhong-1/+1
2022-01-29video: fbdev: sis: use swap() to make code cleanerYang Guang-1/+1
2022-01-29video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoi...Z. Liu-1/+1
2022-01-29video: fbdev: mb862xx: remove redundant assignment to pointer ptrColin Ian King-1/+1
2022-01-29video: fbdev: mach64_ct: remove redundant res variableMinghao Chi-3/+1
2022-01-29video: fbdev: omapfb: use default_groups in kobj_typeGreg Kroah-Hartman-3/+6
2022-01-29video: fbdev: omapfb: Remove redundant 'flush_workqueue()' callsXu Wang-1/+0
2022-01-29video: fbdev: imxfb: Check for null res pointerJiasheng Jiang-0/+2
2022-01-29video: fbdev: aty128fb: make some arrays static constColin Ian King-4/+6
2022-01-27fbdev/simplefb: Request memory region in driverThomas Zimmermann-20/+45