summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15drm/vmwgfx: Implement virtual crc generationZack Rusin1-12/+20
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin1-6/+6
2023-02-14drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin1-1/+2
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-108/+112
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin1-3/+8
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-14/+15
2023-02-14drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin1-2/+1
2023-01-10drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin1-33/+0
2022-08-04drm/vmwgfx: cleanup commentsTom Rix1-4/+4
2022-04-07drm/ttm: remove bo->movingChristian König1-6/+0
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-1/+2
2022-04-03drm/vmwgfx: stop using dma_resv_excl_fence v2Christian König1-2/+3
2022-03-21drm/vmwgfx: Fix an invalid readZack Rusin1-8/+6
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-10/+7
2021-08-10drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing1-2/+1
2021-06-12drm/vmwgfx: Fix some static checker warningsZack Rusin1-2/+6
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König1-1/+1
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-2/+2
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin1-4/+0
2021-03-16drm/vmwgfx: clean up vmw_move_notify v2Christian König1-3/+6
2021-01-21drm/ttm: device naming cleanupChristian König1-1/+1
2021-01-19drm/vmwgfx/vmwgfx_resource: Fix worthy function headers demote some othersLee Jones1-6/+4
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-2/+2
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+1
2020-10-07drm/vmwgfx: move null mem checks outside move notifiesDave Airlie1-1/+1
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-2/+2
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-1/+1
2019-11-06drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom1-4/+99
2019-11-06drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom1-9/+24
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom1-0/+57
2019-10-25drm/ttm: always keep BOs on the LRUChristian König1-2/+1
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2019-08-15drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom1-13/+42
2019-08-15drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg1-3/+2
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-3/+3
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-3/+3
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-3/+3
2019-05-31drm/ttm: Make LRU removal optional v2Christian König1-1/+2
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-5/+2
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-11/+10
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-2/+4
2019-01-28drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+2
2018-12-08drm/ttm: allow reserving more than one shared slot v3Christian König1-5/+5
2018-09-28drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom1-0/+35
2018-09-27drm/vmwgfx: Remove the user resource destructor checkThomas Hellstrom1-3/+0
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom1-52/+23
2018-09-27drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom1-5/+8
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-646/+59
2018-07-03drm/vmwgfx: Use blocking buffer object reserves when evicting resourcesThomas Hellstrom1-10/+19
2018-07-03drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom1-619/+21