summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
AgeCommit message (Expand)AuthorFilesLines
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-10drm/nouveau: use ram info from nvif_deviceBen Skeggs1-2/+1
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs1-1/+1
2014-08-10drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs1-5/+5
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs1-13/+9
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-29/+28
2014-08-10drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs1-1/+1
2014-08-10drm/nouveau: fix some usages of the wrong print functionBen Skeggs1-1/+1
2014-08-10drm/nouveau: store a pointer to vm in nouveau_cliBen Skeggs1-6/+6
2014-08-10drm/nouveau: map pages using DMA APIAlexandre Courbot1-6/+16
2014-08-10drm/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
2013-07-10drm/nouveau: use dedicated channel for async moves on GT/GF chipsets.Ben Skeggs1-3/+3
2013-07-10drm/nouveau: do not unpin in nouveau_gem_object_delMaarten Lankhorst1-2/+5
2013-07-10drm/nouveau: fix locking issues in page flipping pathsBen Skeggs1-1/+1
2013-07-08drm/nouveau: fix minor thinko causing bo moves to not be async on keplerBen Skeggs1-1/+2
2013-07-01drm/nouveau: delay busy bo vma removal until fence signalsBen Skeggs1-6/+1
2013-07-01drm/nouveau/fb: initialise vram controller as pfb sub-objectBen Skeggs1-1/+1
2013-03-11drm/nv50: use correct tiling methods for m2mf buffer movesMarcin Slusarz1-2/+2
2013-02-20Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie1-1/+1
2013-02-20drm/nv84-/fence: prepare for emit/sync support of sysram sequencesBen Skeggs1-1/+1
2013-02-15drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf1-0/+1
2013-01-20drm/nouveau: try to protect nbo->pin_refcountDaniel Vetter1-11/+11
2013-01-04drm/nouveau: fix init with agpgart-uninorthAaro Koskinen1-1/+1