summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2023-10-19fbdev: Provide I/O-memory helpers as moduleThomas Zimmermann3-1/+11
2023-10-18Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-7/+11
2023-10-17console: fix up ARM screen_info referenceArnd Bergmann1-2/+3
2023-10-17hyperv: avoid dependency on screen_infoArnd Bergmann1-4/+4
2023-10-17vga16fb: drop powerpc supportArnd Bergmann2-9/+2
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-28/+40
2023-10-17dummycon: limit Arm console size hack to footbridgeArnd Bergmann2-3/+4
2023-10-17vgacon: rework Kconfig dependenciesArnd Bergmann1-3/+3
2023-10-17fbdev: core: syscopyarea: fix sloppy typingSergey Shtylyov1-1/+1
2023-10-17fbdev: core: cfbcopyarea: fix sloppy typingSergey Shtylyov1-1/+1
2023-10-17fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()Jorge Maidana1-1/+1
2023-10-17fbdev: sa1100fb: mark sa1100fb_init() staticArnd Bergmann1-1/+1
2023-10-17fbdev: omapfb: fix some error codesDan Carpenter1-2/+2
2023-10-12backlight: pwm_bl: Disable PWM on shutdown, suspend and removeUwe Kleine-König1-0/+22
2023-10-12fbdev: Replace fb_pgprotect() with pgprot_framebuffer()Thomas Zimmermann1-1/+2
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-557/+530
2023-09-23fbdev: atyfb: only use ioremap_uc() on i386 and ia64Arnd Bergmann1-0/+4
2023-09-23fbdev: mmp: Annotate struct mmphw_ctrl with __counted_byKees Cook1-1/+1
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie15-290/+171
2023-09-21fbdev/sh7760fb: Depend on FB=yThomas Zimmermann1-1/+1
2023-09-18drm: fix up fbdev Kconfig defaultsArnd Bergmann2-1/+2
2023-09-11fbdev/core: Clean up include statements in fbmem.cThomas Zimmermann1-18/+1
2023-09-11fbdev/core: Remove empty internal helpers from fb_logo.cThomas Zimmermann1-16/+6
2023-09-11fbdev/core: Move logo functions into separate source fileThomas Zimmermann5-520/+524
2023-09-11fbdev/core: Unexport logo helpersThomas Zimmermann2-5/+16
2023-09-11fbdev/core: Fix style of code for boot-up logoThomas Zimmermann1-6/+7
2023-09-11fbdev/mmp/mmpfb: Do not display boot-up logoThomas Zimmermann1-7/+0
2023-09-11fbdev/au1200fb: Do not display boot-up logoThomas Zimmermann1-9/+0
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-09-06Merge tag 'backlight-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+22
2023-09-05fbdev/hyperv_fb: Use fb_ops helpers for deferred I/OThomas Zimmermann2-38/+15
2023-09-05fbdev: Add Kconfig macro FB_IOMEM_HELPERS_DEFERREDThomas Zimmermann1-0/+6
2023-09-05fbdev/udlfb: Use fb_ops helpers for deferred I/OThomas Zimmermann1-67/+22
2023-09-05fbdev/smscufx: Use fb_ops helpers for deferred I/OThomas Zimmermann1-63/+22
2023-09-02fbdev/g364fb: fix build failure with mipsSudip Mukherjee1-1/+1
2023-09-01fbdev: ssd1307fb: Use bool for ssd1307fb_deviceinfo flagsGeert Uytterhoeven1-2/+2
2023-09-01fbdev: neofb: Shorten Neomagic product name in info structHelge Deller1-18/+9
2023-08-31fbdev: mx3fb: Remove the driverFabio Estevam3-1707/+0
2023-08-31fbdev/core: Use list_for_each_entry() helperJinjie Ruan2-23/+7
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds132-1691/+1335
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-6/+1
2023-08-28fbdev/tcx: Use initializer macro for struct fb_opsThomas Zimmermann2-17/+7
2023-08-28fbdev/p9100: Use initializer macro for struct fb_opsThomas Zimmermann2-16/+6
2023-08-28fbdev/leo: Use initializer macro for struct fb_opsThomas Zimmermann2-16/+7
2023-08-28fbdev/ffb: Use initializer macro for struct fb_opsThomas Zimmermann1-9/+8
2023-08-28fbdev/cg6: Use initializer macro for struct fb_opsThomas Zimmermann1-9/+8
2023-08-28fbdev/cg3: Use initializer macro for struct fb_opsThomas Zimmermann2-15/+6
2023-08-28fbdev/cg14: Use initializer macro for struct fb_opsThomas Zimmermann2-16/+7
2023-08-28fbdev/bw2: Use initializer macro for struct fb_opsThomas Zimmermann2-15/+6
2023-08-28fbdev/sbus: Add initializer macros and Kconfig tokens for SBUS supportThomas Zimmermann2-0/+37