summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vboxvideo
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+4
2025-10-06drm/vboxvideo: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard-4/+4
2025-02-28drm/vboxvideo: Remove unused hgsmi_cursor_positionDr. David Alan Gilbert-39/+0
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-2/+0
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-10-14drm/vboxvideo: Use video aperture helpersThomas Zimmermann-2/+3
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-1/+4
2024-10-01Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-4/+10
2024-09-26drm/vboxvideo: Run DRM default client setupThomas Zimmermann-1/+4
2024-09-14drm/vboxvideo: Replace fake VLA at end of vbva_mouse_pointer_shape with real VLAHans de Goede-4/+10
2024-08-09drm/vboxvideo: Add PCI region requestPhilipp Stanner-0/+4
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+9
2024-07-11drm/vboxvideo: fix mapping leaksPhilipp Stanner-11/+9
2024-05-02drm/fbdev-generic: Convert to fbdev-ttmThomas Zimmermann-2/+2
2023-11-24drm/vboxvideo: Use the hotspot properties from cursor planesZack Rusin-2/+2
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin-1/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown/remove time for misc driversDouglas Anderson-0/+10
2023-01-18drm/vboxvideo: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann-2/+1
2022-12-12drm: vboxvideo: Remove #ifdef guards for PM related functionsPaul Cercueil-5/+1
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann-1/+0
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-1/+1
2022-11-05drm/vboxvideo: Don't set struct drm_driver.lastcloseThomas Zimmermann-2/+0
2022-09-17drm/vboxvideo: fix repeated words in commentsJilin Yuan-1/+1
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann-2/+2
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann-4/+4
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä-0/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-18/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-2/+2
2022-01-27drm/vboxvideo: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann-18/+2
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas-2/+1
2021-11-27drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force()Javier Martinez Canillas-2/+0
2021-11-18drm/vboxvideo: fix a NULL vs IS_ERR() checkDan Carpenter-2/+2
2021-09-23drm/vboxvideo: Use managed interfaces for framebuffer write combiningThomas Zimmermann-14/+9
2021-08-08drm/vbox: Use offset-adjusted shadow-plane mappingsThomas Zimmermann-1/+1
2021-07-15drm/vbox: Convert to Linux IRQ interfacesThomas Zimmermann-7/+11
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann-1/+1
2021-06-24drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter-2/+1
2021-06-03drm/vboxvideo/modesetting: Provide function names for prototype headersLee Jones-8/+12
2021-06-03drm/vboxvideo/hgsmi_base: Place function names into headersLee Jones-7/+12
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann-1/+2
2021-03-11drm/vboxvideo: Use managed VRAM-helper initializationTian Tao-5/+2
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard-4/+10
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard-11/+13
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard-4/+4
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard-2/+6
2021-02-09drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_stateThomas Zimmermann-21/+7