aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2022-01-29video: fbdev: omapfb: panel-sharp-ls037v7dw01: Make use of the helper functio...Cai Huoqing1-4/+3
2022-01-29video: fbdev: omapfb: lcd_ams_delta: Make use of the helper function dev_err_...Cai Huoqing1-10/+6
2022-01-29video: fbdev: omapfb: panel-lgphilips-lb035q02: Make use of the helper functi...Cai Huoqing1-4/+3
2022-01-29video: fbdev: asiliantfb: remove redundant assignment to variable FtargetColin Ian King1-1/+1
2022-01-29video: fbdev: atyfb: Remove assigned but never used variable statementsColin Ian King1-2/+0
2022-01-29video: fbdev: w100fb: Reset global stateEvgeny Novikov1-3/+12
2022-01-29video: fbdev: au1200fb: Make use of dma_mmap_coherent()Cai Huoqing1-2/+2
2022-01-29video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflowTim Gardner1-1/+1
2022-01-29video: fbdev: via: Fix spelling mistake "bellow" -> "below"Colin Ian King1-1/+1
2022-01-29video: fbdev: s3c-fb: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2022-01-29video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()Wang Hai1-2/+1
2022-01-29video: fbdev: controlfb: Fix COMPILE_TEST buildYueHaibing1-0/+2
2022-01-29video: fbdev: ocfb: add const to of_device_idChunyang Zhong1-1/+1
2022-01-29video: fbdev: sis: use swap() to make code cleanerYang Guang1-1/+1
2022-01-29video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoi...Z. Liu1-1/+1
2022-01-29video: fbdev: mb862xx: remove redundant assignment to pointer ptrColin Ian King1-1/+1
2022-01-29video: fbdev: mach64_ct: remove redundant res variableMinghao Chi1-3/+1
2022-01-29video: fbdev: omapfb: use default_groups in kobj_typeGreg Kroah-Hartman3-3/+6
2022-01-29video: fbdev: omapfb: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2022-01-29video: fbdev: imxfb: Check for null res pointerJiasheng Jiang1-0/+2
2022-01-29video: fbdev: aty128fb: make some arrays static constColin Ian King1-4/+6
2022-01-27fbdev/simplefb: Request memory region in driverThomas Zimmermann1-20/+45
2022-01-27fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann1-3/+26
2022-01-26omapfb: use default_groups in kobj_typeGreg Kroah-Hartman3-3/+6
2022-01-24video: hyperv_fb: Fix validation of screen resolutionMichael Kelley1-13/+3
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+24
2022-01-14video: fbdev: s3c-fb: remove redundant initialization of pointer bufsColin Ian King1-1/+1
2022-01-14video: fbdev: asiliantfb: remove redundant assignment to variable FtargetColin Ian King1-1/+1
2022-01-14Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter1-0/+24
2022-01-12video: vga16fb: Fix logic that checks for the display standardJavier Martinez Canillas1-0/+5
2022-01-12video: vga16fb: Only probe for EGA and VGA 16 color graphic cardsJavier Martinez Canillas1-0/+24
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-59/+41
2021-12-31fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher1-0/+47
2021-12-16Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-0/+23
2021-12-16of: Move simple-framebuffer device handling from simplefb to ofHector Martin1-20/+1
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-0/+1
2021-11-26Merge tag 'for-linus-5.16c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross1-0/+1
2021-11-23Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-39/+40
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-4/+5
2021-11-17fbdev: Prevent probing generic drivers if a FB is already registeredJavier Martinez Canillas2-0/+22
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds10-673/+46
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie10-673/+46
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie2-3/+4
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard2-8/+17
2021-10-15video: omapfb: replace snprintf in show functions with sysfs_emitQing Wang4-32/+32
2021-10-15video: fbdev: replace snprintf in show functions with sysfs_emitQing Wang1-7/+7
2021-10-14video: omapfb: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-10-13fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)Claudio Suarez9-672/+42