summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-8/+5
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He1-3/+10
2017-12-27drm/vmwgfx: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-07-17drm/vmwgfx: dma-buf: Constify ttm_place structures.Arvind Yadav1-12/+12
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-02-01Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie1-1/+1
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2017-01-27drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle1-0/+1
2017-01-26drm/vmwgfx: Annotate ignored return valuesThomas Hellstrom1-1/+1
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+2
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-1/+1
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh1-4/+5
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom1-0/+13
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-40/+0
2014-09-02drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst1-4/+1
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-4/+0
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-51/+85
2014-01-17drm/vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom1-1/+60
2014-01-17drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom1-7/+95
2014-01-17drm/vmwgfx: Add MOB managementThomas Hellstrom1-0/+13
2014-01-08drivers: gpu: Mark functions as static in vmwgfx_buffer.cRashika Kheria1-4/+4
2013-12-04drm/vmwgfx: Fix dma buffer memory size accountingThomas Hellstrom1-0/+2
2013-11-06drm/vmwgfx: Use the linux DMA api to get valid device addresses of pagesThomas Hellstrom1-17/+362
2012-11-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom1-5/+4
2012-11-20drm/ttm: remove sync_arg from driver functionsMaarten Lankhorst1-4/+3
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst1-5/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse1-0/+2
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse1-0/+3
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-45/+21
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom1-0/+14
2011-10-05vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz1-0/+33
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom1-13/+13
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom1-4/+4
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk1-1/+2
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom1-19/+62
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-1/+2
2010-04-20drm/ttm: remove io_ field from TTM V6Jerome Glisse1-6/+0
2010-04-20drm/vmwgfx: add support for new TTM fault callback V5Jerome Glisse1-3/+41
2010-01-25drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom1-0/+9
2010-01-14drm/vmwgfx: Implement a swap_notify callback.Thomas Hellstrom1-1/+7
2010-01-14drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs.Thomas Hellstrom1-1/+9
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz1-0/+229