summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorLines
2026-02-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard-57/+48
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-8/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-42/+42
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-57/+53
2026-02-05drm/vmwgfx: Return the correct value in vmw_translate_ptr functionsIan Forbes-2/+2
2026-02-05drm/vmwgfx: Set a unique ID for each submitted command bufferIan Forbes-0/+4
2026-02-05drm/vmwgfx: Fix invalid kref_put callback in vmw_bo_dirty_releaseBrad Spengler-1/+8
2026-01-07drm/vmwgfx: Fix kernel-doc warnings for vmwgfx_fenceBartlomiej Kubik-5/+5
2026-01-07drm/vmwgfx: Fix an error return check in vmw_compat_shader_add()Haoxiang Li-1/+3
2026-01-07drm/vmwgfx: Merge vmw_bo_release and vmw_bo_free functionsIan Forbes-14/+8
2026-01-07drm/vmwgfx: Fix KMS with 3D on HW version 10Ian Forbes-6/+8
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie-8/+26
2025-11-10drm/vmwgfx: use drm_crtc_vblank_crtc()Jani Nikula-4/+2
2025-11-07drm/vmwgfx: Set surface-framebuffer GEM objectsThomas Zimmermann-0/+3
2025-11-07drm/vmwgfx: Restore Guest-Backed only cursor plane supportIan Forbes-1/+16
2025-11-07drm/vmwgfx: Use kref in vmw_bo_dirtyIan Forbes-7/+5
2025-11-06drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZEIan Forbes-0/+5
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin-2/+2
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+1
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann-7/+16
2025-10-10Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-7/+16
2025-10-06drm/vmwgfx: Fix copy-paste typo in validationIan Forbes-1/+1
2025-10-06drm/vmwgfx: Fix Use-after-free in validationIan Forbes-1/+3
2025-10-06drm/vmwgfx: Fix a null-ptr access in the cursor snooperZack Rusin-5/+12
2025-09-29drm/vmwgfx: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann-17/+4
2025-09-17drm/ttm: rename ttm_bo_put to _fini v3Christian König-1/+1
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann-4/+4
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-551/+136
2025-07-28drm/vmwgfx: fix missing assignment to tsColin Ian King-1/+1
2025-07-17Revert "drm/vmwgfx: Use dma_buf from GEM object instance"Thomas Zimmermann-3/+3
2025-07-16drm/vmwgfx: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä-5/+10
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä-2/+2
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä-0/+1
2025-06-30drm/vmwgfx: Fix guests running with TDX/SEVMarko Kiiskila-1/+1
2025-06-30drm/vmwgfx: drop printing the TTM refcount for debuggingChristian König-3/+2
2025-06-17drm/vmwgfx: Fix Host-Backed userspace on Guest-Backed kernelIan Forbes-1/+1
2025-06-17drm/vmwgfx: Implement dma_fence_ops properlyIan Forbes-500/+97
2025-06-17drm/vmwgfx: Update last_read_seqno under the fence lockIan Forbes-31/+22
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-1/+1
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-05-14drm/vmwgfx: Use non-hybrid PCI devres APIPhilipp Stanner-11/+3
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann-1/+1
2025-04-14drm/vmwgfx: Use dma_buf from GEM object instanceThomas Zimmermann-3/+3
2025-04-14drm/vmwgfx: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-5/+5
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-3/+3
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3/+3
2025-03-28objtool, drm/vmwgfx: Don't ignore vmw_send_msg() for ORCJosh Poimboeuf-1/+1
2025-03-18drm/vmwgfx: Switch to exclusively using GEM referencesIan Forbes-38/+18