summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin2023-10-091-3/+3
* drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin2023-02-131-23/+28
* drm/vmwgfx: Abstract placement selectionZack Rusin2023-02-131-3/+8
* drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin2023-02-131-4/+5
* drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin2023-02-131-1/+1
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-1/+1
* drm/vmwgfx: Optimize initial sizes of cotablesZack Rusin2022-10-251-2/+14
* drm/vmwgfx: Add a mksstat counter for cotable resizesZack Rusin2022-10-251-2/+11
* drm/vmwgfx: Reserve fence slots on buffer objects in cotablesZack Rusin2022-04-221-0/+4
* drm/vmwgfx: Implement DRIVER_GEMZack Rusin2021-12-091-6/+2
* drm/vmwgfx: Remove the dedicated memory accountingZack Rusin2021-12-091-18/+0
* drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macroCai Huoqing2021-08-091-2/+1
* drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-5/+5
* drm/vmwgfx: Add basic support for SVGA3Zack Rusin2021-05-111-1/+1
* Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-1/+2
|\
| * drm/vmwgfx/vmwgfx_cotable: Fix a couple of simple documentation problemsLee Jones2021-01-191-1/+2
* | drm/vmwgfx: Make sure bo's are unpinned before putting them backZack Rusin2021-04-141-0/+4
|/
* drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin2021-01-141-6/+6
* drm/ttm: cleanup BO size handling v3Christian König2020-12-141-1/+1
* drm/vmwgfx: switch over to the new pin interface v2Christian König2020-09-241-2/+2
* drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat2020-03-231-1/+1
* drm/vmwgfx: Add support for UA view commandsDeepak Rawat2020-03-231-1/+3
* Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-2/+2
|\
| * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-2/+2
* | drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom2019-08-151-5/+8
|/
* drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-061-2/+2
* dma-buf: add more reservation object locking wrappersChristian König2019-08-051-2/+2
* drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat2019-04-081-16/+7
* drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom2018-09-271-1/+1
* Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-7/+7
|\
| * drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom2018-07-031-2/+2
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-5/+5
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-271-1/+5
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-1/+2
* Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2017-07-241-1/+1
|\
| * drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-171-1/+1
* | drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-181-1/+2
|/
* drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-041-1/+1
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-041-1/+1
* drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer2015-09-241-2/+1
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-0/+662