summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/print: drop include debugfs.h and include where neededJani Nikula2024-04-251-0/+2
* Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-221-0/+32
|\
| * drm/vmwgfx: Fix prime import/exportZack Rusin2024-04-151-0/+32
* | drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()Thomas Zimmermann2024-03-111-19/+6
|/
* BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-231-3/+15
|\
| * drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin2023-10-091-3/+15
* | drm: Update file owner during useTvrtko Ursulin2023-09-201-2/+4
|/
* drm: Track clients by tgid and not tidTvrtko Ursulin2023-03-151-1/+1
* drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin2023-02-141-2/+2
* drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2023-02-141-2/+2
* drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin2023-02-131-17/+20
* drm/vmwgfx: Abstract placement selectionZack Rusin2023-02-131-3/+2
* drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin2023-02-131-20/+7
* drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin2023-02-131-17/+1
* drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin2023-02-131-0/+8
* drm/vmwgfx: Fix a size_t/long int format specifier mismatchZack Rusin2021-12-161-1/+1
* drm/vmwgfx: Implement DRIVER_GEMZack Rusin2021-12-091-0/+294