summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2023-02-01fbdev: remove w100fb driverArnd Bergmann4-2586/+0
2023-02-01fbdev: remove tmiofb driverArnd Bergmann3-1063/+0
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter6-23/+27
2023-01-24fbdev: Remove unused struct fb_deferred_io .first_io fieldJavier Martinez Canillas1-4/+0
2023-01-20ARM: pxa: remove unused board filesArnd Bergmann1-10/+0
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault2-1/+3
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault4-32/+27
2023-01-19Merge drm/drm-next into drm-misc-nextThomas Zimmermann40-570/+303
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li1-4/+1
2023-01-16fbdev: omapfb: Use kstrtobool() instead of strtobool()Christophe JAILLET4-8/+12
2023-01-16fbdev: fbmon: fix function name in kernel-docRandy Dunlap1-1/+1
2023-01-16fbdev: remove s3c2410 framebufferArnd Bergmann5-1363/+4
2023-01-13drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWAREThomas Zimmermann2-34/+0
2023-01-13fbdev/vga16fb: Do not use struct fb_info.aperturesThomas Zimmermann1-10/+5
2023-01-13fbdev/vesafb: Do not use struct fb_info.aperturesThomas Zimmermann1-14/+13
2023-01-13fbdev/vesafb: Remove trailing whitespacesThomas Zimmermann1-5/+5
2023-01-13fbdev/simplefb: Do not use struct fb_info.aperturesThomas Zimmermann1-8/+11
2023-01-13fbdev/offb: Do not use struct fb_info.aperturesThomas Zimmermann1-9/+11
2023-01-13fbdev/offb: Allocate struct offb_par with framebuffer_alloc()Thomas Zimmermann1-8/+5
2023-01-13fbdev/efifb: Do not use struct fb_info.aperturesThomas Zimmermann1-10/+14
2023-01-13fbdev/efifb: Add struct efifb_par for driver dataThomas Zimmermann1-3/+8
2023-01-13fbdev/hyperv-fb: Do not set struct fb_info.aperturesThomas Zimmermann1-11/+6
2023-01-13fbdev/clps711x-fb: Do not set struct fb_info.aperturesThomas Zimmermann1-9/+1
2023-01-13Revert "fbcon: don't lose the console font across generic->chip driver switch"Thomas Zimmermann1-11/+6
2023-01-13fbcon: Remove trailing whitespacesThomas Zimmermann1-12/+12
2023-01-13Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2023-01-12ARM: sa1100: remove unused board filesArnd Bergmann1-1/+0
2023-01-12fbdev: omapfb: remove unused board supportArnd Bergmann8-448/+0
2023-01-12ARM: omap1: remove dead codeArnd Bergmann1-2/+0
2023-01-09fbdev: atmel_lcdfb: Rework backlight status updatesStephen Kitt1-21/+1
2023-01-09fbdev: riva: Use backlight helperStephen Kitt1-7/+1
2023-01-09fbdev: omapfb: panel-dsi-cm: Use backlight helperStephen Kitt1-7/+1
2023-01-09fbdev: nvidia: Use backlight helperStephen Kitt1-7/+1
2023-01-09fbdev: mx3fb: Use backlight helperStephen Kitt1-6/+1
2023-01-09fbdev: radeon: Use backlight helperStephen Kitt1-5/+1
2023-01-09fbdev: atyfb: Use backlight helperStephen Kitt1-7/+1
2023-01-09fbdev: aty128fb: Use backlight helperStephen Kitt1-4/+2
2023-01-05fbdev: omapfb: avoid stack overflow warningArnd Bergmann1-10/+18
2023-01-02fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MBPaul Menzel1-2/+2
2022-12-28fbdev: atyfb: use strscpy() to instead of strncpy()Xu Panda1-2/+1
2022-12-28fbdev: omapfb: use strscpy() to instead of strncpy()Xu Panda1-3/+2
2022-12-28fbdev: make offb driver tristateRandy Dunlap1-2/+2
2022-12-21Merge tag 'backlight-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-25/+21
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-4/+2
2022-12-14fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa1-1/+2
2022-12-14fbdev: sh_mobile_lcdcfb: use sysfs_emit() to instead of scnprintf()ye xingchen1-4/+4
2022-12-14fbdev: uvesafb: use sysfs_emit() to instead of scnprintf()ye xingchen1-5/+5
2022-12-14fbdev: uvesafb: Simplify uvesafb_remove()Christophe JAILLET1-15/+13
2022-12-14fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()Christophe JAILLET1-0/+1
2022-12-14fbdev: uvesafb: don't build on UMLRandy Dunlap1-0/+1