summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
AgeCommit message (Expand)AuthorFilesLines
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