summaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-262-21/+11
|\
| * backlight: apple_bl: Use acpi_video_get_backlight_type()Hans de Goede2023-03-162-21/+11
* | Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-04-269-91/+174
|\ \
| * | fbdev/radeon: use pci aperture helpersDaniel Vetter2023-04-041-9/+1
| * | video/aperture: Fix typos in commentsSui Jingfeng2023-04-041-4/+4
| * | Merge v6.3-rc4 into drm-nextDaniel Vetter2023-03-2923-467/+431
| |\ \
| * \ \ Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-147-78/+169
| |\ \ \ | | |_|/ | |/| |
| | * | fbdev: Handle video= parameter in video/cmdline.cThomas Zimmermann2023-02-206-87/+151
| | * | fbdev: Move option-string lookup into helperThomas Zimmermann2023-02-201-24/+36
| | * | fbdev: Unexport fb_mode_optionThomas Zimmermann2023-02-201-3/+1
| | * | fbdev: Read video= option with fb_get_option() in modedbThomas Zimmermann2023-02-201-2/+6
| | * | fbdev: Support NULL for name in option-string lookupThomas Zimmermann2023-02-201-1/+6
| | * | fbdev: Transfer video= option strings to caller; clarify ownershipThomas Zimmermann2023-02-201-4/+12
| | * | fbdev: Fix contact info in fb_cmdline.cThomas Zimmermann2023-02-201-1/+1
* | | | Merge tag 'drm-misc-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-04-131-0/+2
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst2023-04-1221-459/+408
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | fbmem: Reject FB_ACTIVATE_KD_TEXT from userspaceDaniel Vetter2023-04-111-0/+2
* | | | | fbcon: set_con2fb_map needs to set con2fb_map!Daniel Vetter2023-04-131-1/+2
* | | | | fbcon: Fix error paths in set_con2fb_mapDaniel Vetter2023-04-131-9/+8
| |/ / / |/| | |
* | | | Merge tag 'fbdev-for-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-03-1921-459/+408
|\ \ \ \ | |/ / / |/| | |
| * | | fbdev: Use of_property_present() for testing DT property presenceRob Herring2023-03-164-4/+4
| * | | fbdev: au1200fb: Fix potential divide by zeroWei Chen2023-03-161-0/+3
| * | | fbdev: lxfb: Fix potential divide by zeroWei Chen2023-03-161-0/+3
| * | | fbdev: intelfb: Fix potential divide by zeroWei Chen2023-03-161-0/+3
| * | | fbdev: nvidia: Fix potential divide by zeroWei Chen2023-03-161-0/+2
| * | | fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller2023-03-161-0/+27
| * | | fbdev: omapfb: remove omap1 osk driverArnd Bergmann2023-03-142-87/+0
| * | | fbdev: xilinxfb: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-141-2/+1
| * | | fbdev: wm8505fb: Use devm_platform_ioremap_resource()Yang Li2023-03-141-3/+1
| * | | fbdev: pxa3xx-gcu: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-141-2/+1
| * | | fbdev: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-144-8/+6
| * | | fbdev: clps711x-fb: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-141-2/+1
| * | | fbdev: tgafb: Fix potential divide by zeroWei Chen2023-03-141-0/+3
| * | | fbdev: omapfb: cleanup inconsistent indentationLucy Mielke2023-03-141-12/+18
| * | | drivers: video: logo: add SPDX comment, remove GPL notice in pnmtologo.cNikita Romanyuk2023-03-141-6/+1
| * | | drivers: video: logo: fix code style issues in pnmtologo.cNikita Romanyuk2023-03-141-333/+334
| |/ /
* | | Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-03-1365-6338/+486
|\| |
| * | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-244-32/+29
| |\ \
| | * \ Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2023-02-0614-75/+27
| | |\ \
| | * | | VT: Bump font size limitation to 64x128 pixelsSamuel Thibault2023-01-192-1/+3
| | * | | VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault2023-01-194-32/+27
| * | | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-242-3/+3
| |\ \ \ \
| | * | | | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-102-3/+3
| | |/ / /
| * | | | Merge tag 'backlight-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-2413-541/+256
| |\ \ \ \
| | * | | | backlight: ktz8866: Convert to i2c's .probe_new()Uwe Kleine-König2023-02-221-3/+2
| | * | | | backlight: ktz8866: Add support for Kinetic KTZ8866 backlightJianhua Lu2023-02-223-0/+218
| | * | | | backlight: pwm_bl: Don't rely on a disabled PWM emiting inactive stateUwe Kleine-König2023-02-221-8/+22
| | * | | | backlight: pwm_bl: Configure pwm only once per backlight toggleUwe Kleine-König2023-02-221-18/+10
| | * | | | backlight: Remove pxa tosa supportArnd Bergmann2023-02-225-480/+0
| | * | | | backlight: aat2870: Use backlight helperStephen Kitt2023-02-221-6/+1