summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-14drm/nouveau: support for buffer moves via MaxwellDmaCopyABen Skeggs1-0/+2
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs1-46/+46
2015-01-22drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs1-12/+12
2015-01-22drm/nouveau/mmu: rename from vmmgr (no binary change)Ben Skeggs1-4/+4
2015-01-22drm/nouveau/bo: Remove unused functionRickard Strandqvist1-14/+0
2014-12-22drm/nouveau: fix missing return statement in nouveau_ttm_tt_unpopulateAlexandre Courbot1-1/+3
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs1-7/+32
2014-12-02drm/nouveau: we need pin_refcnt for nouveau_bo_placement_set()Ben Skeggs1-5/+9
2014-12-02drm/nouveau: fix pin refcnt leak in failure pathBen Skeggs1-12/+12
2014-12-02drm/nouveau: synchronize BOs when requiredAlexandre Courbot1-0/+42
2014-12-02drm/nouveau: implement explicitly coherent BOsAlexandre Courbot1-8/+72
2014-12-02drm/nouveau: warn when moving a pinned objectAlexandre Courbot1-2/+9
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmMaarten Lankhorst1-2/+2
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-1/+1
2014-09-30drm/nouveau: specify if interruptible wait is desired in nouveau_fence_syncMaarten Lankhorst1-1/+1
2014-09-02drm/nouveau: use shared fences for readable objectsMaarten Lankhorst1-4/+7
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-42/+6
2014-09-02drm/nouveau: rework to new fence interfaceMaarten Lankhorst1-2/+4
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-17/+8
2014-09-01drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fenceMaarten Lankhorst1-0/+2
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-15/+37
2014-08-15drm/nouveau: kill unused variable warning if !__OS_HAS_AGPBen Skeggs1-2/+1
2014-08-09drm/nouveau: use ram info from nvif_deviceBen Skeggs1-2/+1
2014-08-09drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs1-1/+1
2014-08-09drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs1-5/+5
2014-08-09drm/nouveau: port to nvif client/device/objectsBen Skeggs1-13/+9
2014-08-09drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-29/+28
2014-08-09drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs1-1/+1
2014-08-09drm/nouveau: fix some usages of the wrong print functionBen Skeggs1-1/+1
2014-08-09drm/nouveau: store a pointer to vm in nouveau_cliBen Skeggs1-6/+6
2014-08-09drm/nouveau: map pages using DMA APIAlexandre Courbot1-6/+16
2014-08-09drm/nouveau/bar: add noncached ioremap propertyAlexandre Courbot1-5/+12
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding1-3/+3
2014-03-26support for platform devicesAlexandre Courbot1-10/+12
2014-02-18drm/nouveau: fix TTM_PL_TT memtype on pre-nv50Ilia Mirkin1-1/+1
2014-01-23drm/nouveau/ttm: explicitly wait for bo idle before memcpy buffer moveBen Skeggs1-19/+18
2014-01-23drm/nouveau/ttm: explicity sync with kernel channel before moving bufferBen Skeggs1-28/+13
2014-01-23drm/nouveau/ttm: tidy up creation of temporary buffer move vmasBen Skeggs1-20/+21
2014-01-23drm/nv50-: map TTM_PL_SYSTEM through a BAR for CPU accessMaarten Lankhorst1-3/+17
2014-01-23drm/nouveau: fix m2mf copy to tiled gartMaarten Lankhorst1-25/+8
2014-01-23drm/nouveau/vm: reduce number of entry-points to vm_map()Ben Skeggs1-26/+7
2013-11-14drm/nouveau: do not map evicted vram buffers in nouveau_bo_vma_addMaarten Lankhorst1-1/+2
2013-11-14drm/nouveau: allow nouveau_fence_ref() to be a noopBen Skeggs1-10/+3
2013-11-08drm/nv10: introduce a new NV_11 card typeIlia Mirkin1-1/+2
2013-11-08drm/nouveau: remove pointless assignmentDave Jones1-1/+1
2013-10-09drm/nouveau: embed gem object in nouveau_boDavid Herrmann1-2/+2
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+6
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann1-1/+3
2013-07-30drm/nouveau: fix size check for cards without vmMaarten Lankhorst1-1/+6
2013-07-10drm/nouveau: do not allow negative sizes for nowMaarten Lankhorst1-0/+6