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
/
radeon
/
radeon_cs.c
Age
Commit message (
Expand
)
Author
2012-12-14
drm/radeon: enable the async DMA rings in the CS ioctl
Alex Deucher
2012-12-14
drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2)
Alex Deucher
2012-10-15
drm/radeon: separate pt alloc from lru add
Christian König
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-09-20
drm/radeon: fix VM syncing with multiple rings
Christian König
2012-09-20
drm/radeon: Mark all possible functions / structs as static
Lauri Kasanen
2012-09-20
drm/radeon: make sure ib bo is properly bound and up to date in vm space
Jerome Glisse
2012-09-20
drm/radeon: rework VM page table handling
Christian König
2012-09-20
drm/radeon: rework VMID handling
Christian König
2012-09-20
drm/radeon: make VM flushs a ring operation
Christian König
2012-09-20
drm/radeon: add sync helper function
Christian König
2012-09-20
drm/radeon: cleanup VM id handling a bit
Christian König
2012-08-13
drm/radeon: fence virtual address and free it once idle v4
Jerome Glisse
2012-07-18
drm/radeon: fix const IB handling v2
Christian König
2012-07-17
drm/radeon: add an exclusive lock for GPU reset v2
Jerome Glisse
2012-07-17
drm/radeon: fix fence related segfault in CS
Christian König
2012-06-21
drm/radeon: replace cs_mutex with vm_mutex v3
Christian König
2012-06-21
drm/radeon: rework ring syncing code
Christian König
2012-06-01
drm/radeon: fix regression in UMS CS ioctl
Alex Deucher
2012-05-29
radeon: make radeon_cs_update_pages static.
Dave Airlie
2012-05-09
drm/radeon: make the ib an inline object
Jerome Glisse
2012-05-09
drm/radeon: move the semaphore from the fence into the ib
Jerome Glisse
2012-05-09
drm/radeon: make sa bo a stand alone object
Christian König
2012-05-09
drm/radeon: keep start and end offset in the SA
Christian König
2012-05-09
drm/radeon: fix possible lack of synchronization btw ttm and other ring
Jerome Glisse
2012-05-03
drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)
Jerome Glisse
2012-05-03
drm/radeon: rework recursive gpu reset handling
Christian König
2012-05-03
drm/radeon: fix a bug with the ring syncing code
Christian König
2012-04-12
drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)
Dave Airlie
2012-03-21
drm/radeon/kms: add support for compute rings in CS ioctl on SI
Alex Deucher
2012-03-21
drm/radeon/kms: Only VM CS ioctl is supported on SI (v2)
Alex Deucher
2012-03-21
drm/radeon/kms: add support for the CONST IB to the CS ioctl
Alex Deucher
2012-03-20
drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double free
Julia Lawall
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
2012-02-29
drm/radeon: also make the cs_parse function per ring
Christian König
2012-02-29
drm/radeon: move ring syncing after bo validation
Christian König
2012-02-22
drm/radeon/kms: properly set accel working flag and bailout when false
Jerome Glisse
2012-01-09
drm/radeon/kms: check if vm is supported in VA ioctl
Alex Deucher
2012-01-06
drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)
Christian König
2012-01-06
drm/radeon: GPU virtual memory support v22
Jerome Glisse
2012-01-05
drm/radeon: make ib size variable
Jerome Glisse
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
2011-12-20
drm/radeon: no need to check all relocs for duplicates
Christian König
2011-11-20
drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS
Marek Olšák
2011-11-11
drm/radeon: Make sure CS mutex is held across GPU reset.
Michel Dänzer
2011-06-08
drm/radeon/kms: set family for use in parser.
Dave Airlie
2011-02-23
drm/radeon: introduce gem_to_radeon_bo helper
Daniel Vetter
2010-11-22
drm/radeon: Use the ttm execbuf utilities
Thomas Hellstrom
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
[next]