summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-14drm/vmwgfx: Add new keep_resv BO paramIan Forbes1-0/+1
2024-07-25drm/vmwgfx: Add basic support for external buffersZack Rusin1-4/+58
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula1-0/+2
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie1-0/+32
2024-04-15drm/vmwgfx: Fix prime import/exportZack Rusin1-0/+32
2024-03-11drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann1-19/+6
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie1-3/+15
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin1-3/+15
2023-09-20drm: Update file owner during useTvrtko Ursulin1-2/+4
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin1-1/+1
2023-02-15drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin1-2/+2
2023-02-15drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin1-2/+2
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-17/+20
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin1-3/+2
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-20/+7
2023-02-14drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin1-17/+1
2023-02-14drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin1-0/+8
2021-12-16drm/vmwgfx: Fix a size_t/long int format specifier mismatchZack Rusin1-1/+1
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-0/+294