aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/vboxvideo/vbox_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-27drm/vboxvideo: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-18/+2
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-2/+1
2021-11-27drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force()Javier Martinez Canillas1-2/+0
2021-09-23drm/vboxvideo: Use managed interfaces for framebuffer write combiningThomas Zimmermann1-4/+1
2021-07-15drm/vbox: Convert to Linux IRQ interfacesThomas Zimmermann1-1/+0
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+2
2021-01-06drm/vboxvideo: Remove references to struct drm_device.pdevThomas Zimmermann1-5/+6
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-04-28drm/vboxvideo: use managed pci functionsDaniel Vetter1-4/+2
2020-04-28drm/vboxvideo: Stop using drm_device->dev_privateDaniel Vetter1-1/+0
2020-04-28drm/vboxvideo: Use devm_drm_dev_allocDaniel Vetter1-14/+5
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+4
2020-04-08drm/vboxvideo: Set up fbdev after registering device; remove error checksThomas Zimmermann1-4/+2
2020-03-26drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2Hans de Goede1-0/+4
2020-03-26drm/<drivers>: Use drmm_add_final_kfreeDaniel Vetter1-0/+2
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann1-4/+1
2019-10-16drm/vboxvideo: Switch to generic fbdev emulationThomas Zimmermann1-11/+3
2019-08-18drm/vboxvideo: Make structure vbox_fb_helper_funcs constantNishka Dasgupta1-1/+1
2019-07-03drm/vbox: Remove empty PRIME functionsThomas Zimmermann1-9/+0
2019-06-21drm/vboxvideo: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-05-15drm/vboxvideo: Convert vboxvideo driver to VRAM MMThomas Zimmermann1-11/+2
2019-05-15drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|Thomas Zimmermann1-2/+3
2019-03-11drm/vboxvideo: Move the vboxvideo driver out of stagingHans de Goede1-0/+258