index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_bo.h
Age
Commit message (
Expand
)
Author
2020-06-26
drm/nouveau: don't use ttm bo->offset v3
Nirmoy Das
2019-09-17
drm/nouveau: Fix fallout from reservation object rework
Thierry Reding
2019-08-21
drm/nouveau: Initialize GEM object before TTM object
Thierry Reding
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-06
drm/nouveau: use embedded gem object
Gerd Hoffmann
2019-07-19
drm/nouveau: fix bogus GPL-2 license header
Ilia Mirkin
2019-01-28
drm/nouveau: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
2019-01-28
drm/nouveau: Replace ttm_bo_reference with ttm_bo_get
Thomas Zimmermann
2018-05-10
drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
Ben Skeggs
2018-02-02
drm/nouveau/bo: add helper functions for handling pinned+mapped buffers
Ben Skeggs
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
drm/nouveau: separate constant-va tracking from nvkm vma structure
Ben Skeggs
2017-11-02
drm/nouveau: split various bo flags out into their own members
Ben Skeggs
2017-02-17
drm/nouveau: size is u64 everywhere
Ben Skeggs
2017-02-17
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
2015-01-22
drm/nouveau: finalise nvkm namespace switch (no binary change)
Ben Skeggs
2015-01-22
drm/nouveau/bo: Remove unused function
Rickard Strandqvist
2014-12-02
drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation
Ben Skeggs
2014-12-02
drm/nouveau: synchronize BOs when required
Alexandre Courbot
2014-12-02
drm/nouveau: implement explicitly coherent BOs
Alexandre Courbot
2014-10-01
drm/nouveau: export reservation_object from dmabuf to ttm
Maarten Lankhorst
2014-09-24
drm: Extract <drm/drm_gem.h>
Daniel Vetter
2014-09-02
drm/nouveau: use shared fences for readable objects
Maarten Lankhorst
2014-08-27
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
2013-10-09
drm/nouveau: embed gem object in nouveau_bo
David Herrmann
2013-02-08
drm/nouveau: use prime helpers
Aaron Plattner
2013-01-20
drm/nouveau: try to protect nbo->pin_refcount
Daniel Vetter
2012-12-10
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
2012-10-03
drm/nve0: use async copy engine for ttm buffer moves if available
Ben Skeggs
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
2012-10-03
drm/nouveau: pull nouveau_bo definitions into their own header
Ben Skeggs