summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2024-05-02fbdev/deferred-io: Always call get_page() for framebuffer pagesThomas Zimmermann-4/+5
2024-05-02fbdev/deferred-io: Test smem_start for I/O memoryThomas Zimmermann-2/+2
2024-05-02fbdev/deferred-io: Test screen_buffer for vmalloc'ed memoryThomas Zimmermann-3/+3
2024-05-02fbdev/deferred-io: Clean up pageref on lastcloseThomas Zimmermann-6/+11
2024-05-02fbdev/deferred-io: Move pageref setup into separate helperThomas Zimmermann-12/+30
2024-04-29Merge v6.9-rc6 into drm-nextDaniel Vetter-1/+1
2024-04-25fbdev: offb: replace of_node_put with __free(device_node)Abdulrasaq Lawani-2/+1
2024-04-25fbdev: savage: Handle err return when savagefb_check_var failedCai Xinchen-1/+4
2024-04-25video: hdmi: prefer length specifier in format over string copyingJustin Stitt-8/+2
2024-04-25fbdev: uvesafb: replace deprecated strncpy with strscpy_padJustin Stitt-1/+1
2024-04-25fbdev: au1200fb: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2024-04-25fbdev: fsl-diu-fb: replace deprecated strncpy with strscpy_padJustin Stitt-1/+1
2024-04-24fbdev: fix incorrect address computation in deferred IONam Cao-1/+1
2024-04-10video: logo: Drop full path of the input filename in generated fileLucas Stach-2/+0
2024-04-10fbdev: add HAS_IOPORT dependenciesNiklas Schnelle-11/+11
2024-04-10fbdev: sh7760fb: allow modular buildRandy Dunlap-2/+2
2024-04-05Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-0/+6
2024-04-03fbdev: sisfb: hide unused variablesArnd Bergmann-2/+1
2024-03-28backlight: Remove fb_blank from struct backlight_propertiesThomas Zimmermann-7/+0
2024-03-28fbdev: omap2/omapfb: Replace use of fb_blank with backlight helpersThomas Zimmermann-12/+3
2024-03-28backlight: omap1: Replace FB_BLANK_ states with simple on/offThomas Zimmermann-25/+18
2024-03-28backlight: omap1: Remove unused struct omap_backlight_config.set_powerThomas Zimmermann-3/+0
2024-03-28backlight: Add controls_device callback to struct backlight_opsThomas Zimmermann-19/+19
2024-03-28fbdev: ssd1307fb: Remove struct backlight_ops.check_fbThomas Zimmermann-7/+0
2024-03-28fbdev: ssd1307fb: Init backlight before registering framebufferThomas Zimmermann-13/+11
2024-03-28fbdev: sh_mobile_lcdc_fb: Remove struct backlight_ops.check_fbThomas Zimmermann-7/+0
2024-03-28backlight: pwm-backlight: Remove struct backlight_ops.check_fbThomas Zimmermann-12/+0
2024-03-28backlight: aat2870-backlight: Remove struct backlight.check_fbThomas Zimmermann-7/+0
2024-03-28backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann-2/+12
2024-03-27fbdev: shmobile: fix snprintf truncationArnd Bergmann-1/+1
2024-03-25fbdev: Select I/O-memory framebuffer ops for SBusThomas Zimmermann-0/+3
2024-03-25fbdev: omap2: replace of_graph_get_next_endpoint()Kuninori Morimoto-24/+10
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-56/+86
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-318/+248
2024-03-21fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit()Li Zhijian-9/+4
2024-03-19fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov-3/+4
2024-03-18drm/omapdrm: Fix console with deferred opsTony Lindgren-0/+6
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault-31/+65
2024-03-15fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov-2/+2
2024-03-15fbdev: mb862xxfb: Fix defined but not used errorMichael Ellerman-9/+9
2024-03-15fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emitLi Zhijian-1/+1
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-03-14Merge tag 'backlight-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-156/+254
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-227/+422
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-13/+13
2024-03-07fbdev/chipsfb: Include <linux/backlight.h>Thomas Zimmermann-0/+1
2024-03-07backlight: pandora_bl: Drop unneeded ENOMEM error messageKrzysztof Kozlowski-3/+1
2024-03-07backlight: lm3630a_bl: Simplify probe return on gpio request errorKrzysztof Kozlowski-4/+2
2024-03-07backlight: lm3630a_bl: Handle deferred probeKrzysztof Kozlowski-4/+3
2024-03-07backlight: as3711_bl: Handle deferred probeKrzysztof Kozlowski-4/+2