aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-171-6/+9
|\
| * lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb2020-10-051-6/+9
* | Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-231-41/+78
|\ \
| * | drm/ttm: move unbind into the tt destroy.Dave Airlie2020-09-181-0/+1
| * | drm/ttm: flip tt destroy ordering.Dave Airlie2020-09-181-0/+1
| * | drm/ttm: protect against reentrant bind in the driversDave Airlie2020-09-181-4/+18
| * | drm/ttm/tt: add wrappers to set tt state.Dave Airlie2020-09-161-1/+1
| * | drm/ttm: nuke memory type flagsChristian König2020-09-111-21/+42
| * | drm/vmwgfx: move to driver binding functionsDave Airlie2020-09-091-7/+3
| * | drm/ttm: merge offset and base in ttm_bus_placementChristian König2020-09-081-2/+2
| * | drm/ttm: remove bdev from ttm_ttDave Airlie2020-09-081-6/+10
* | | Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-13/+4
|\ \ \ | |/ / |/| |
| * | drm: vmwgfx: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-13/+4
| |/
* | drm/ttm: init mem->bus in common code.Dave Airlie2020-08-241-6/+0
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-121-3/+1
|\|
| * drm/ttm: make ttm_tt unbind function return void.Dave Airlie2020-07-291-3/+1
* | drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie2020-08-061-4/+4
* | drm/vmwgfx: drop bo map/unmap dma functions.Dave Airlie2020-08-061-40/+6
* | drm/vmwgfx: consolidate ttm object creation and populateDave Airlie2020-08-061-0/+32
* | drm/ttm: remove the init_mem_type callbackChristian König2020-07-311-7/+0
* | drm/vmwgfx: stop implementing init_mem_type v2Christian König2020-07-311-28/+0
* | drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König2020-07-311-1/+2
* | drm/ttm: initialize the system domain with defaults v2Christian König2020-07-311-1/+0
|/
* drm/vmwgfx: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König2020-07-211-7/+2
* drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König2020-07-211-1/+1
* drm: remove optional dummy function from drivers using TTMChristian König2020-07-211-11/+0
* drm/vmwgfx: don't use ttm bo->offsetNirmoy Das2020-06-261-2/+0
* drm/vmwgfx: Hook up the helpers to align buffer objectsThomas Hellstrom (VMware)2020-03-241-1/+1
* drm/ttm: nuke invalidate_caches callbackChristian König2020-01-161-6/+0
* drm/vmwgfx: Honor the sg list segment size limitationThomas Hellstrom2019-06-111-5/+5
* drm/vmwgfx: Use the dma scatter-gather iterator to get dma addressesThomas Hellstrom2019-05-211-20/+7
* lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe2019-02-111-1/+7
* Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-2/+2
* 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-0/+887