summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2022-04-13fbdev: Fix unregistering of framebuffers without deviceThomas Zimmermann1-1/+8
2022-04-08video: fbdev: sm712fb: Fix crash in smtcfb_write()Zheyu Ma1-17/+4
2022-04-08video: fbdev: udlfb: replace snprintf in show functions with sysfs_emitJing Yao1-4/+4
2022-04-08video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of snpri...Jing Yao1-2/+2
2022-04-08video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()Jing Yao1-4/+4
2022-04-08video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emitYang Guang1-1/+1
2022-04-08video: fbdev: cirrusfb: check pixclock to avoid divide by zeroGeorge Kennedy1-8/+8
2022-04-08video: fbdev: w100fb: Reset global stateEvgeny Novikov1-3/+12
2022-04-08video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflowTim Gardner1-1/+1
2022-04-08video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_ofMiaoqian Lin1-0/+1
2022-04-08video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter1-32/+21
2022-04-08video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe()Dan Carpenter1-5/+6
2022-04-08video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()Wang Hai1-2/+1
2022-04-08video: fbdev: controlfb: Fix COMPILE_TEST buildYueHaibing1-0/+2
2022-04-08video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoi...Z. Liu1-1/+1
2022-04-08video: fbdev: atari: Atari 2 bpp (STe) palette bugfixMichael Schmitz1-6/+6
2022-04-08video: fbdev: sm712fb: Fix crash in smtcfb_read()Helge Deller1-18/+7
2022-04-08fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann1-3/+26
2022-02-16fbcon: Avoid 'cap' set but not used warningHelge Deller1-4/+3
2022-02-08fbcon: Add option to enable legacy hardware accelerationHelge Deller6-34/+64
2022-02-08Revert "fbcon: Disable accelerated scrolling"Helge Deller1-8/+37
2022-02-01video: hyperv_fb: Fix validation of screen resolutionMichael Kelley1-13/+3
2022-01-20video: vga16fb: Only probe for EGA and VGA 16 color graphic cardsJavier Martinez Canillas1-0/+24
2022-01-11fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher1-0/+47
2021-11-25fbdev: Prevent probing generic drivers if a FB is already registeredJavier Martinez Canillas2-0/+22
2021-11-18video: fbdev: chipsfb: use memset_io() instead of memset()Christophe Leroy1-1/+1
2021-11-18fbdev/efifb: Release PCI device's runtime PM ref during FB destroyImre Deak1-7/+14
2021-10-06video: fbdev: gbefb: Only instantiate device when built for IP32Mark Brown1-1/+1
2021-10-06fbdev: simplefb: fix Kconfig dependenciesArnd Bergmann1-2/+3
2021-09-18tgafb: clarify dependenciesLinus Torvalds1-1/+3
2021-09-08fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+6
2021-07-27video: fbdev: ssd1307fb: Cache address rangesGeert Uytterhoeven1-2/+25
2021-07-27video: fbdev: ssd1307fb: Optimize screen updatesGeert Uytterhoeven1-21/+29
2021-07-27video: fbdev: ssd1307fb: Extract ssd1307fb_set_{col,page}_range()Geert Uytterhoeven1-20/+37
2021-07-27video: fbdev: ssd1307fb: Simplify ssd1307fb_update_display()Geert Uytterhoeven1-7/+10
2021-07-27video: fbdev: ssd1307fb: Propagate errors via ssd1307fb_update_display()Geert Uytterhoeven1-6/+12
2021-07-27Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst6-9/+48
2021-07-26video: ep93xx: Prepare clock before using itAlexander Sverdlin1-2/+2
2021-07-26video: fbdev: riva: Error out if 'pixclock' equals zeroZheyu Ma1-0/+3
2021-07-26video: fbdev: kyro: Error out if 'pixclock' equals zeroZheyu Ma1-0/+3
2021-07-26video: fbdev: asiliantfb: Error out if 'pixclock' equals zeroZheyu Ma1-0/+3
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-5/+10
2021-07-21video: fbdev: neofb: add a check against divide errorZheyu Ma1-1/+1
2021-07-21video: fbdev: arcfb: remove redundant initialization of variable errColin Ian King1-1/+1
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+1
2021-07-19fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang1-3/+3
2021-07-19video: fbdev: kyro: fix a DoS bug by restricting user inputZheyu Ma1-0/+5
2021-07-16Merge tag 'drm-fixes-2021-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-7/+5
2021-07-13video: fbdev: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+2
2021-07-13fbmem: Do not delete the mode that is still in useZhen Lei1-7/+5