aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19drm/vmwgfx: Fix copy-paste typo in validationIan Forbes1-1/+1
2025-10-19drm/vmwgfx: Fix Use-after-free in validationIan Forbes1-1/+3
2025-10-19drm/vmwgfx: Fix a null-ptr access in the cursor snooperZack Rusin1-5/+12
2025-10-15drm/vmwgfx: fix missing assignment to tsColin Ian King1-1/+1
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds11-551/+136
2025-07-17Revert "drm/vmwgfx: Use dma_buf from GEM object instance"Thomas Zimmermann1-3/+3
2025-07-16drm/vmwgfx: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()Ville Syrjälä2-5/+10
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-2/+2
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä1-0/+1
2025-06-30drm/vmwgfx: Fix guests running with TDX/SEVMarko Kiiskila1-1/+1
2025-06-30drm/vmwgfx: drop printing the TTM refcount for debuggingChristian König1-3/+2
2025-06-17drm/vmwgfx: Fix Host-Backed userspace on Guest-Backed kernelIan Forbes1-1/+1
2025-06-17drm/vmwgfx: Implement dma_fence_ops properlyIan Forbes5-500/+97
2025-06-17drm/vmwgfx: Update last_read_seqno under the fence lockIan Forbes7-31/+22
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2025-05-14drm/vmwgfx: Use non-hybrid PCI devres APIPhilipp Stanner1-11/+3
2025-04-23PCI: Add CONFIG_MMU dependencyArnd Bergmann1-1/+1
2025-04-14drm/vmwgfx: Use dma_buf from GEM object instanceThomas Zimmermann1-3/+3
2025-04-14drm/vmwgfx: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann2-5/+5
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-3/+3
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-3/+3
2025-03-28objtool, drm/vmwgfx: Don't ignore vmw_send_msg() for ORCJosh Poimboeuf1-1/+1
2025-03-18drm/vmwgfx: Switch to exclusively using GEM referencesIan Forbes10-38/+18
2025-03-18drm/vmwgfx: Fix dumb buffer leakIan Forbes3-9/+17
2025-03-10drm/vmwgfx: Add error path for xa_store in vmw_bo_add_detached_resourceKeisuke Nishimura3-5/+17
2025-03-10drm/vmwgfx: Add seqno waiter for sync_filesIan Forbes1-0/+26
2025-03-10drm/vmwgfx: Bump the minor versionZack Rusin1-1/+1
2025-03-10drm/vmwgfx: Refactor cursor handlingZack Rusin15-1064/+1042
2025-02-18drm/vmwgfx: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard7-22/+26
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-6/+1
2025-01-16Merge tag 'drm-misc-fixes-2025-01-15' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie7-22/+26
2025-01-14drm/vmwgfx: Add new keep_resv BO paramIan Forbes6-15/+11
2025-01-14drm/vmwgfx: Remove busy_placesIan Forbes2-2/+0
2025-01-14drm/vmwgfx: Unreserve BO on errorIan Forbes1-5/+15
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov3-3/+3
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie5-6/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula2-2/+0
2024-12-03drm/vmwgfx: Remove initialization of connector statusThomas Zimmermann3-3/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard2-1/+3
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-8/+11
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-11-14drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handleChen Ridong1-0/+2
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie6-42/+18
2024-10-30fs: port files to file_refChristian Brauner1-1/+1