summaryrefslogtreecommitdiff
path: root/drivers/video/aperture.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-16video/aperture: Provide a VGA helper for gma500 and internal useThomas Zimmermann1-18/+40
2023-04-16video/aperture: Only remove sysfb on the default vga pci deviceDaniel Vetter1-3/+4
2023-04-16video/aperture: Drop primary argumentDaniel Vetter1-4/+3
2023-04-16video/aperture: Move vga handling to pci functionDaniel Vetter1-8/+7
2023-04-16video/aperture: Only kick vgacon when the pdev is decoding vgaDaniel Vetter1-7/+9
2023-04-16video/aperture: use generic code to figure out the vga default deviceDaniel Vetter1-3/+2
2023-04-04video/aperture: Fix typos in commentsSui Jingfeng1-4/+4
2022-10-27fbdev/core: Avoid uninitialized read in aperture_remove_conflicting_pci_device()Michał Mirosław1-4/+1
2022-07-19fbdev: Remove conflict-handling codeThomas Zimmermann1-21/+0
2022-07-19video/aperture: Remove conflicting VGA devices, if anyThomas Zimmermann1-2/+12
2022-07-19video/aperture: Disable and unregister sysfb devices via aperture helpersThomas Zimmermann1-0/+14
2022-07-19fbdev/core: Remove remove_conflicting_pci_framebuffers()Thomas Zimmermann1-12/+18
2022-06-27drm: Implement DRM aperture helpers under video/Thomas Zimmermann1-0/+351