aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-29video: fbdev: omapfb: panel-tpo-td043mtea1: Make use of the helper function dev_err_probe()Cai Huoqing1-2/+1
2022-01-29video: fbdev: omapfb: panel-sharp-ls037v7dw01: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+3
2022-01-29video: fbdev: omapfb: lcd_ams_delta: Make use of the helper function dev_err_probe()Cai Huoqing1-10/+6
2022-01-29video: fbdev: omapfb: panel-lgphilips-lb035q02: Make use of the helper function dev_err_probe()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 avoid black screenZ. Liu1-1/+1
2022-01-29video: fbdev: mb862xx: remove redundant assignment to pointer ptrColin Ian King1-1/+1
2022-01-29backlight: qcom-wled: Add PM6150L compatibleLuca Weiss1-0/+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-29backlight: lm3630a_bl: 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/drm-misc into drm-nextDaniel 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-11Merge tag 'backlight-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds2-102/+162
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-80/+41
2021-12-31fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher1-0/+47
2021-12-22backlight: qcom-wled: Respect enabled-strings in set_brightnessMarijn Suijten1-10/+12
2021-12-22backlight: qcom-wled: Remove unnecessary double whitespaceMarijn Suijten1-2/+2
2021-12-22backlight: qcom-wled: Provide enabled_strings default for WLED 4 and 5Marijn Suijten1-0/+2
2021-12-22backlight: qcom-wled: Remove unnecessary 4th default string in WLED3Marijn Suijten1-1/+1
2021-12-22backlight: qcom-wled: Override default length with qcom,enabled-stringsMarijn Suijten1-3/+9
2021-12-22backlight: qcom-wled: Fix off-by-one maximum with default num_stringsMarijn Suijten1-32/+16
2021-12-22backlight: qcom-wled: Use cpu_to_le16 macro to perform conversionMarijn Suijten1-12/+11
2021-12-22backlight: qcom-wled: Pass number of elements to read to read_u32_arrayMarijn Suijten1-2/+7
2021-12-22backlight: qcom-wled: Validate enabled string indices in DTMarijn Suijten1-1/+17
2021-12-22backlight: lp855x: Add support ACPI enumerationHans de Goede1-12/+61
2021-12-22backlight: lp855x: Add dev helper variable to lp855x_probe()Hans de Goede1-16/+13
2021-12-22backlight: lp855x: Move device_config setting out of lp855x_configure()Hans de Goede1-16/+16
2021-12-16Merge drm/drm-next into drm-misc-nextThomas Zimmermann5-11/+38