aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/aperture.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-16video/aperture: Provide a VGA helper for gma500 and internal useGravatar Thomas Zimmermann 1-18/+40
2023-04-16video/aperture: Only remove sysfb on the default vga pci deviceGravatar Daniel Vetter 1-3/+4
2023-04-16video/aperture: Drop primary argumentGravatar Daniel Vetter 1-4/+3
2023-04-16video/aperture: Move vga handling to pci functionGravatar Daniel Vetter 1-8/+7
2023-04-16video/aperture: Only kick vgacon when the pdev is decoding vgaGravatar Daniel Vetter 1-7/+9
2023-04-16video/aperture: use generic code to figure out the vga default deviceGravatar Daniel Vetter 1-3/+2
2023-04-04video/aperture: Fix typos in commentsGravatar Sui Jingfeng 1-4/+4
2022-10-27fbdev/core: Avoid uninitialized read in aperture_remove_conflicting_pci_device()Gravatar Michał Mirosław 1-4/+1
2022-07-19fbdev: Remove conflict-handling codeGravatar Thomas Zimmermann 1-21/+0
2022-07-19video/aperture: Remove conflicting VGA devices, if anyGravatar Thomas Zimmermann 1-2/+12
2022-07-19video/aperture: Disable and unregister sysfb devices via aperture helpersGravatar Thomas Zimmermann 1-0/+14
2022-07-19fbdev/core: Remove remove_conflicting_pci_framebuffers()Gravatar Thomas Zimmermann 1-12/+18
2022-06-27drm: Implement DRM aperture helpers under video/Gravatar Thomas Zimmermann 1-0/+351