summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_bo.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath1-9/+24
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin1-3/+4
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin1-4/+2
2023-02-15drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin1-3/+5
2023-02-15drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin1-1/+3
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-141/+57
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin1-18/+125
2023-02-14drm/vmwgfx: Simplify fb pinningZack Rusin1-4/+4
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-54/+40
2023-02-14drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin1-29/+20
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König1-17/+2
2023-01-10drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin1-38/+0
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-3/+3
2022-10-25drm/vmwgfx: Do not allow invalid bpp's for dumb buffersZack Rusin1-1/+15
2022-08-04drm/vmwgfx: cleanup commentsTom Rix1-1/+1
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-7/+5
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König1-1/+9
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-23/+20
2022-04-21drm/vmwgfx: Fix gem refcounting and memory evictionsZack Rusin1-23/+20
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König1-1/+1
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-1/+2
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-2/+2
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-5/+11
2021-12-17drm/vmwgfx: Fix possible usage of an uninitialized variableZack Rusin1-3/+5
2021-12-16drm/vmwgfx: Fix possible usage of an uninitialized variableZack Rusin1-3/+5
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-407/+110
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-56/+9
2021-12-01drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernelZack Rusin1-1/+1
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König1-9/+6
2021-08-10drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing1-3/+2
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-3/+3
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-18/+18
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-1/+1
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin1-31/+0
2021-04-23drm/ttm: remove special handling for non GEM driversChristian König1-0/+10
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-4/+18
2021-01-21drm/ttm: device naming cleanupChristian König1-2/+2
2021-01-19drm/vmwgfx/vmwgfx_bo: Remove superfluous param description and supply anotherLee Jones1-1/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-3/+3
2020-10-07drm/vmwgfx: move null mem checks outside move notifiesDave Airlie1-3/+0
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-24/+25
2020-09-24drm/vmwgfx: stop using ttm_bo_create v2Christian König1-0/+43
2020-09-11drm/ttm: nuke memory type flagsChristian König1-0/+1
2020-09-11drm/vmwgfx: stop setting multiple domain flagsChristian König1-2/+3
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-2/+2
2020-06-26drm/vmwgfx: don't use ttm bo->offsetNirmoy Das1-2/+2
2019-11-06drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom1-2/+3
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom1-1/+4
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König1-5/+12
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+4