summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
AgeCommit message (Expand)Author
2024-04-25drm/print: drop include debugfs.h and include where neededJani Nikula
2024-04-22Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie
2024-04-15drm/vmwgfx: Fix prime import/exportZack Rusin
2024-03-11drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin
2023-09-20drm: Update file owner during useTvrtko Ursulin
2023-03-15drm: Track clients by tgid and not tidTvrtko Ursulin
2023-02-14drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin
2023-02-14drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin
2023-02-13drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin
2023-02-13drm/vmwgfx: Abstract placement selectionZack Rusin
2023-02-13drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin
2023-02-13drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin
2023-02-13drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin
2021-12-16drm/vmwgfx: Fix a size_t/long int format specifier mismatchZack Rusin
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin