summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
AgeCommit message (Expand)AuthorLines
2025-09-17drm/ttm: rename ttm_bo_put to _fini v3Christian König-1/+1
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3/+2
2025-07-17Revert "drm/vmwgfx: Use dma_buf from GEM object instance"Thomas Zimmermann-3/+3
2025-06-30drm/vmwgfx: drop printing the TTM refcount for debuggingChristian König-3/+2
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-3/+3
2025-03-18drm/vmwgfx: Switch to exclusively using GEM referencesIan Forbes-16/+2
2025-01-14drm/vmwgfx: Add new keep_resv BO paramIan Forbes-0/+1
2024-07-24drm/vmwgfx: Add basic support for external buffersZack Rusin-4/+58
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula-0/+2
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie-0/+32
2024-04-15drm/vmwgfx: Fix prime import/exportZack Rusin-0/+32
2024-03-11drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann-19/+6
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie-3/+15
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin-3/+15
2023-09-20drm: Update file owner during useTvrtko Ursulin-2/+4
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin-1/+1
2023-02-14drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin-2/+2
2023-02-14drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin-2/+2
2023-02-13drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin-17/+20
2023-02-13drm/vmwgfx: Abstract placement selectionZack Rusin-3/+2
2023-02-13drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin-20/+7
2023-02-13drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin-17/+1
2023-02-13drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin-0/+8
2021-12-16drm/vmwgfx: Fix a size_t/long int format specifier mismatchZack Rusin-1/+1
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin-0/+294