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