summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2022-07-28video: fbdev: offb: Include missing linux/platform_device.hChristophe Leroy1-0/+1
2022-07-27fbdev: Make registered_fb[] private to fbmem.cDaniel Vetter1-3/+3
2022-07-26video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov1-2/+2
2022-07-26video: fbdev: imxfb: Convert request_mem_region + ioremap to devm_ioremap_res...Uwe Kleine-König1-17/+1
2022-07-26video: fbdev: imxfb: Fold <linux/platform_data/video-imxfb.h> into only userUwe Kleine-König1-1/+12
2022-07-26video: fbdev: imxfb: Drop platform data supportUwe Kleine-König1-65/+34
2022-07-26video: fbdev: amba-clcd: Fix refcount leak bugsLiang He1-6/+18
2022-07-22fbdev: Fix order of arguments to aperture_remove_conflicting_devices()Thomas Zimmermann2-2/+2
2022-07-19fbdev: Remove conflict-handling codeThomas Zimmermann2-157/+0
2022-07-19fbdev: Acquire framebuffer apertures for firmware devicesThomas Zimmermann1-0/+33
2022-07-19video/aperture: Remove conflicting VGA devices, if anyThomas Zimmermann1-2/+12
2022-07-19video: Provide constants for VGA I/O rangeThomas Zimmermann2-11/+8
2022-07-19video/aperture: Disable and unregister sysfb devices via aperture helpersThomas Zimmermann2-12/+14
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann39-5/+206
2022-07-19fbdev: Convert drivers to aperture helpersThomas Zimmermann2-15/+8
2022-07-19fbdev/core: Remove remove_conflicting_pci_framebuffers()Thomas Zimmermann2-60/+18
2022-07-19fbdev/vga16fb: Auto-generate module init/exit codeThomas Zimmermann1-40/+1
2022-07-19fbdev/vga16fb: Create EGA/VGA devices in sysfb codeThomas Zimmermann1-30/+27
2022-07-19fbdev: Remove trailing whitespacesThomas Zimmermann11-448/+448
2022-07-19backlight: lp855x: Switch to atomic PWM APIMaíra Canal1-12/+9
2022-07-18video: fbdev: omapfb: Unexport omap*_update_window_async()Helge Deller3-13/+2
2022-07-18video: fbdev: atari: Remove backward bug-compatibilityGeert Uytterhoeven1-4/+0
2022-07-18video: fbdev: atari: Remove unused definitions and variablesGeert Uytterhoeven1-20/+0
2022-07-18video: fbdev: atari: Fix VGA modesGeert Uytterhoeven1-2/+2
2022-07-18video: fbdev: atari: Fix TT High video mode vertical refreshGeert Uytterhoeven1-1/+1
2022-07-18video: fbdev: atari: Remove unneeded casts to void *Geert Uytterhoeven1-2/+2
2022-07-18video: fbdev: atari: Remove unneeded casts from void *Geert Uytterhoeven1-6/+6
2022-07-18video: fbdev: atari: Fix ext_setcolreg()Geert Uytterhoeven1-0/+4
2022-07-18video: fbdev: atari: Fix inverse handlingGeert Uytterhoeven1-3/+1
2022-07-18video: fbdev: atari: Remove bogus FB_VMODE_YWRAP flagsGeert Uytterhoeven1-9/+9
2022-07-18video: fbdev: atari: Simplify atafb_pan_display()Geert Uytterhoeven1-27/+2
2022-07-18video: fbdev: Make *fb_setup() and *fb_init() staticGeert Uytterhoeven8-23/+14
2022-07-18video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() staticGeert Uytterhoeven1-1/+1
2022-07-18video: fbdev: sa1100fb: Remove unused sa1100fb_setup()Geert Uytterhoeven1-41/+0
2022-07-18video: fbdev: amiga: Simplify amifb_pan_display()Geert Uytterhoeven1-13/+2
2022-07-13Revert "drivers/video/backlight/platform_lcd.c: add support for device tree b...Rob Herring1-10/+0
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie12-33/+70
2022-07-07fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()Helge Deller1-1/+1
2022-07-07fbmem: Check virtual screen sizes in fb_set_var()Helge Deller1-0/+10
2022-07-07fbcon: Prevent that screen size is smaller than font sizeHelge Deller2-1/+31
2022-07-07fbcon: Disallow setting font bigger than screen sizeHelge Deller1-0/+5
2022-07-06fbdev: fbmem: Fix logo center image dx issueGuiling Deng1-1/+1
2022-07-01Merge tag 'drm-misc-fixes-2022-06-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+12
2022-06-29fbdev: Disable sysfb device registration when removing conflicting FBsJavier Martinez Canillas1-0/+12
2022-06-27backlight: rt4831: Apply ocp level from devicetreeChiYuan Huang1-1/+32
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2-8/+8
2022-06-27drm: Implement DRM aperture helpers under video/Thomas Zimmermann5-1/+366
2022-06-26Merge tag 'for-5.19/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-31/+21
2022-06-22video: fbdev: omap: Remove duplicate 'the' in commentJiang Jian1-1/+1
2022-06-22video: fbdev: omapfb: Align '*' in commentJiang Jian1-1/+1