aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbmon.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov1-3/+4
2023-01-16fbdev: fbmon: fix function name in kernel-docRandy Dunlap1-1/+1
2020-12-08video: fbdev: core: Fix kernel-doc warnings in fbmon + fb_notifySam Ravnborg1-1/+1
2020-07-20video: fbdev: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-03-20fbdev: fbmon: fix -Wextra build warningsRandy Dunlap1-1/+1
2019-07-23fbdev: Ditch fb_edid_add_monspecsDaniel Vetter1-96/+0
2019-02-08video: fbdev: Fix potential NULL pointer dereferenceYueHaibing1-0/+2
2018-10-08fbdev: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2017-08-07video: fbdev: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-06-14video: fbdev: avoid int-in-bool-context warningArnd Bergmann1-1/+1
2017-03-21drivers/video: Convert remaining uses of pr_warning to pr_warnJoe Perches1-2/+2
2016-07-26fbmon: remove unused function argumentArnd Bergmann1-1/+0
2015-08-20fbdev: fix cea_modes array sizeTomi Valkeinen1-2/+2
2015-06-16fbdev: propagate result of fb_videomode_from_videomode()Vladimir Murzin1-1/+3
2015-03-17fbdev: remove the unnecessary includes of ppc specific header filesKevin Hao1-4/+0
2015-02-26video: fbdev: fix possible null dereferenceSudip Mukherjee1-3/+3
2015-01-15video: fbdev: Validate mode timing against monspecDavid Ung1-9/+18
2015-01-15video: fbdev: Check Standard Timing against DMTDavid Ung1-34/+42
2014-04-22video: Check EDID for HDMI connectionDavid Ung1-1/+8
2014-04-17fbdev: move fbdev core files to separate directoryTomi Valkeinen1-0/+1592