aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bo.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-10drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive clientGravatar Ben Skeggs 1-2/+0
2018-02-02drm/nouveau/bo: add helper functions for handling pinned+mapped buffersGravatar Ben Skeggs 1-0/+28
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-10/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-02drm/nouveau: separate constant-va tracking from nvkm vma structureGravatar Ben Skeggs 1-7/+0
2017-11-02drm/nouveau: split various bo flags out into their own membersGravatar Ben Skeggs 1-3/+7
2017-02-17drm/nouveau: size is u64 everywhereGravatar Ben Skeggs 1-1/+1
2017-02-17drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_deviceGravatar Ben Skeggs 1-1/+3
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Gravatar Ben Skeggs 1-6/+6
2015-01-22drm/nouveau/bo: Remove unused functionGravatar Rickard Strandqvist 1-1/+0
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationGravatar Ben Skeggs 1-1/+1
2014-12-02drm/nouveau: synchronize BOs when requiredGravatar Alexandre Courbot 1-0/+2
2014-12-02drm/nouveau: implement explicitly coherent BOsGravatar Alexandre Courbot 1-0/+1
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmGravatar Maarten Lankhorst 1-0/+1
2014-09-24drm: Extract <drm/drm_gem.h>Gravatar Daniel Vetter 1-0/+2
2014-09-02drm/nouveau: use shared fences for readable objectsGravatar Maarten Lankhorst 1-1/+1
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Gravatar Christian König 1-2/+2
2013-10-09drm/nouveau: embed gem object in nouveau_boGravatar David Herrmann 1-1/+4
2013-02-08drm/nouveau: use prime helpersGravatar Aaron Plattner 1-1/+0
2013-01-20drm/nouveau: try to protect nbo->pin_refcountGravatar Daniel Vetter 1-0/+2
2012-12-10drm/ttm: remove no_wait_reserve, v3Gravatar Maarten Lankhorst 1-1/+1
2012-10-03drm/nve0: use async copy engine for ttm buffer moves if availableGravatar Ben Skeggs 1-1/+1
2012-10-03drm/nouveau: port all engines to new engine module formatGravatar Ben Skeggs 1-6/+13
2012-10-03drm/nouveau: pull nouveau_bo definitions into their own headerGravatar Ben Skeggs 1-0/+92