aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-5/+5
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2021-04-14drm/vmwgfx: Make sure bo's are unpinned before putting them backZack Rusin1-0/+4
2021-01-19drm/vmwgfx/vmwgfx_cotable: Fix a couple of simple documentation problemsLee Jones1-1/+2
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-6/+6
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+1
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König1-2/+2
2020-03-23drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat1-1/+1
2020-03-23drm/vmwgfx: Add support for UA view commandsDeepak Rawat1-1/+3
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2019-08-15drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom1-5/+8
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-2/+2
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-2/+2
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-2/+2
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-16/+7
2018-09-27drm/vmwgfx: Remove the resource avail fieldThomas Hellstrom1-1/+1
2018-07-10Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-7/+7
2018-07-03drm/vmwgfx: Move buffer object related code to vmwgfx_bo.cThomas Hellstrom1-2/+2
2018-07-03drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-5/+5
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He1-1/+5
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-1/+2
2017-07-24Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_linux into drm-fixesDave Airlie1-1/+1
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-1/+1
2017-05-18drm/vmwgfx: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+2
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-1/+1
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-1/+1
2015-09-24drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()Christian Engelmayer1-2/+1
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-0/+662