index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_bo.c
Age
Commit message (
Expand
)
Author
2011-10-27
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
Dave Airlie
2011-09-20
Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...
Dave Airlie
2011-09-20
drm/nvd0: add a card_type for 0xdX chipsets
Ben Skeggs
2011-08-31
drm/ttm: add a way to bo_wait for either the last read or last write
Marek Olšák
2011-06-23
drm/nouveau: remove implicit mapping of every bo into chan_vm
Ben Skeggs
2011-06-23
drm/nouveau: remove 'chan' argument from nouveau_bo_new
Ben Skeggs
2011-06-23
drm/nouveau: initial changes to support multiple VMAs per buffer object
Ben Skeggs
2011-06-23
drm/nouveau: convert bo.mem.start usage to bo.offset
Ben Skeggs
2011-06-23
drm/nouveau: convert some bo.offset use to vma.offset
Ben Skeggs
2011-06-23
drm/nouveau: create temp vmas for both src and dst of bo moves
Ben Skeggs
2011-06-23
drm/nouveau: store bo's page size in nouveau_bo
Ben Skeggs
2011-06-23
drm/nouveau: skip move_notify() if bo does not have a vma attached
Ben Skeggs
2011-06-23
drm/nouveau: no need to update bo.offset from vma after validate
Ben Skeggs
2011-03-14
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
2011-02-28
drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo
Ben Skeggs
2011-02-25
drm/nv50-nvc0: delay GART binding until move_notify time
Ben Skeggs
2011-02-25
drm/nouveau: rename nouveau_vram to nouveau_mem
Ben Skeggs
2011-02-25
drm/nv50-nvc0: unmap buffers from the vm when they're evicted
Ben Skeggs
2011-02-25
drm/nv50-nvc0: move vm bind/unbind to move_notify hook
Ben Skeggs
2011-02-25
drm/nv50-nvc0: restrict memtype to those specified at creation time
Ben Skeggs
2011-02-25
drm/nv50: simplify bo moves now that they're all through the vm
Ben Skeggs
2011-02-25
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
Ben Skeggs
2011-02-25
drm/nouveau: introduce new gart type, and name _SGDMA more appropriately
Ben Skeggs
2011-02-17
drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup()
Ben Skeggs
2011-02-17
drm/nv10: Fix crash when allocating a BO larger than half the available VRAM.
Francisco Jerez
2010-12-21
drm/nvc0: accelerate ttm buffer moves
Ben Skeggs
2010-12-21
drm/nvc0: initial support for tiled buffer objects
Ben Skeggs
2010-12-21
drm/nvc0: implement pgraph engine hooks
Ben Skeggs
2010-12-21
drm/nvc0: initial vm implementation, use for bar1/bar3 management
Ben Skeggs
2010-12-21
drm/nvc0: import initial vm backend
Ben Skeggs
2010-12-08
drm/nv50: tidy up PCIEGART implementation
Ben Skeggs
2010-12-08
drm/nv50: enable 4KiB pages for small vram allocations
Ben Skeggs
2010-12-08
drm/nv50: implement global channel address space on new VM code
Ben Skeggs
2010-12-08
drm/nv50: implement BAR1/BAR3 management on top of new VM code
Ben Skeggs
2010-12-08
drm/nv50: implement custom vram mm
Ben Skeggs
2010-12-08
drm/nouveau: wrap calls to ttm_bo_validate()
Ben Skeggs
2010-12-08
drm/nouveau: Use WC memory on the AGP GART.
Francisco Jerez
2010-12-03
drm/nouveau: Fix sleep while atomic in nouveau_bo_fence().
Francisco Jerez
2010-12-03
drm/nouveau: Rework tile region handling.
Francisco Jerez
2010-12-03
drm/nouveau: Add a separate class for the kernel channel mutex.
Francisco Jerez
2010-12-03
drm/nouveau: Implement the pageflip ioctl.
Francisco Jerez
2010-12-03
drm/nouveau: fix annoying nouveau_fence type issue
Marcin Slusarz
2010-12-03
drm/nouveau: Leave BO eviction synchronization for later.
Francisco Jerez
2010-12-03
drm/nouveau: add per-channel mutex, use to lock access to drm's channel
Ben Skeggs
2010-11-18
drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine.
Francisco Jerez
2010-11-18
drm/nouveau: Expose some BO usage flags to userspace.
Francisco Jerez
2010-10-05
drm/ttm: restructure to allow driver to plug in alternate memory manager
Ben Skeggs
2010-10-05
drm/ttm: introduce utility function to free an allocated memory node
Ben Skeggs
2010-10-05
drm/nouveau: Synchronize buffer object moves in hardware.
Francisco Jerez
2010-10-05
drm/nouveau: Minor refactoring/cleanup of the fence code.
Francisco Jerez
[next]