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_object.c
Age
Commit message (
Expand
)
Author
2011-12-21
drm/nvd0/disp: add support for page flipping
Ben Skeggs
2011-11-30
drm/nouveau: Keep RAMIN heap within the channel.
Younes Manton
2011-09-20
drm/nvd0: lets not attempt to dereference a nv50_display pointer
Ben Skeggs
2011-09-20
drm/nouveau: fixup init/fini sequence to deal with no CRTCs
Ben Skeggs
2011-09-20
drm/nvd0: add a card_type for 0xdX chipsets
Ben Skeggs
2011-06-23
drm/nouveau: fix off-by-one
Ben Skeggs
2011-06-23
drm/nouveau: fix null pointer deref on pre-nv50 chipsets
Ben Skeggs
2011-06-23
drm/nvc0: enable per-client address spaces
Ben Skeggs
2011-06-23
drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm
Ben Skeggs
2011-06-23
drm/nouveau: convert bo.mem.start usage to bo.offset
Ben Skeggs
2011-06-23
drm/nouveau: will need to specify channel for vm-ful gpuobj allocations
Ben Skeggs
2011-06-23
drm/nouveau: modify gpuobj/ntfy takedown ordering
Ben Skeggs
2011-06-23
drm/nv50-nvc0/chan: inherit vm from fpriv, rather than chan_vm directly
Ben Skeggs
2011-06-23
drm/nouveau: store a per-client channel list
Ben Skeggs
2011-05-16
drm/nouveau: remove remnants of nouveau_pgraph_engine
Ben Skeggs
2011-05-16
drm/nv50/gr: move to exec engine interfaces
Ben Skeggs
2011-05-16
drm/nouveau: working towards a common way to represent engines
Ben Skeggs
2011-05-16
drm/nouveau: move engine object creation into per-engine hooks
Ben Skeggs
2011-04-20
drm/nouveau: split ramin_lock into two locks, one hardirq safe
Ben Skeggs
2011-02-25
drm/nv50-nvc0: initialise display sync channels
Ben Skeggs
2011-02-25
drm/nouveau: introduce new gart type, and name _SGDMA more appropriately
Ben Skeggs
2011-02-23
drm/nouveau: don't munge in drm_mm internals
Daniel Vetter
2011-01-07
drm/nouveau: create grctx on the fly on all chipsets
Ben Skeggs
2010-12-21
drm/nvc0: implement channel structure initialisation
Ben Skeggs
2010-12-21
drm/nvc0: gpuobj_new need only check validity and init the relevant engine
Ben Skeggs
2010-12-08
drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.
Francisco Jerez
2010-12-08
drm/nv50: tidy up PCIEGART implementation
Ben Skeggs
2010-12-08
drm/nv50: implement global channel address space on new VM code
Ben Skeggs
2010-12-08
drm/nv50: import new vm code
Ben Skeggs
2010-12-08
drm/nouveau: no need to zero dma objects, we fill them completely anyway
Ben Skeggs
2010-12-08
drm/nouveau: implicitly insert non-DMA objects into RAMHT
Ben Skeggs
2010-12-08
drm/nouveau: Synchronize with the user channel before GPU object destruction.
Francisco Jerez
2010-12-08
drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.
Francisco Jerez
2010-12-03
drm/nouveau: tidy up and extend dma object creation interfaces
Ben Skeggs
2010-12-03
drm/nouveau: rework gpu-specific instmem interfaces
Ben Skeggs
2010-12-03
drm/nouveau: simplify gpuobj suspend/resume
Ben Skeggs
2010-12-03
drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files
Ben Skeggs
2010-12-03
drm/nv50: create graph and crypt contexts on demand
Ben Skeggs
2010-12-03
drm/nv84: add support for the PCRYPT engine
Ben Skeggs
2010-12-03
drm/nouveau: only expose the object classes that are supported by the chipset
Ben Skeggs
2010-12-03
drm/nouveau: use object class structs more extensively
Ben Skeggs
2010-12-03
drm/nouveau: store engine type in gpuobj class structs
Ben Skeggs
2010-12-03
drm/nouveau: pass gpuobj alignment request down into backing allocator
Ben Skeggs
2010-12-03
drm/nouveau: return error from nouveau_ramht_remove() if not found
Ben Skeggs
2010-12-03
drm/nouveau: add more fine-grained locking to channel list + structures
Ben Skeggs
2010-11-18
drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.
Francisco Jerez
2010-09-24
drm/nouveau: remove nouveau_gpuobj_late_takedown
Ben Skeggs
2010-09-24
drm/nouveau: protect gpuobj list + global instmem heap with spinlock
Ben Skeggs
2010-09-24
drm/nouveau: fix gpuobj refcount to use atomics
Ben Skeggs
2010-09-24
drm/nouveau: tidy ram{ht,fc,ro} a bit
Ben Skeggs
[next]