aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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