index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2012-12-14
drm/radeon: enable the async DMA rings in the CS ioctl
Alex Deucher
1
-0
/
+12
2012-12-14
drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2)
Alex Deucher
1
-0
/
+1
2012-10-15
drm/radeon: separate pt alloc from lru add
Christian König
1
-0
/
+1
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-54
/
+29
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-09-20
drm/radeon: fix VM syncing with multiple rings
Christian König
1
-1
/
+1
2012-09-20
drm/radeon: Mark all possible functions / structs as static
Lauri Kasanen
1
-1
/
+1
2012-09-20
drm/radeon: make sure ib bo is properly bound and up to date in vm space
Jerome Glisse
1
-0
/
+5
2012-09-20
drm/radeon: rework VM page table handling
Christian König
1
-27
/
+1
2012-09-20
drm/radeon: rework VMID handling
Christian König
1
-5
/
+4
2012-09-20
drm/radeon: make VM flushs a ring operation
Christian König
1
-0
/
+1
2012-09-20
drm/radeon: add sync helper function
Christian König
1
-6
/
+14
2012-09-20
drm/radeon: cleanup VM id handling a bit
Christian König
1
-15
/
+3
2012-08-13
drm/radeon: fence virtual address and free it once idle v4
Jerome Glisse
1
-3
/
+29
2012-07-18
drm/radeon: fix const IB handling v2
Christian König
1
-13
/
+12
2012-07-17
drm/radeon: add an exclusive lock for GPU reset v2
Jerome Glisse
1
-0
/
+5
2012-07-17
drm/radeon: fix fence related segfault in CS
Christian König
1
-1
/
+1
2012-06-21
drm/radeon: replace cs_mutex with vm_mutex v3
Christian König
1
-6
/
+3
2012-06-21
drm/radeon: rework ring syncing code
Christian König
1
-30
/
+8
2012-06-01
drm/radeon: fix regression in UMS CS ioctl
Alex Deucher
1
-14
/
+17
2012-05-29
radeon: make radeon_cs_update_pages static.
Dave Airlie
1
-1
/
+26
2012-05-09
drm/radeon: make the ib an inline object
Jerome Glisse
1
-32
/
+31
2012-05-09
drm/radeon: move the semaphore from the fence into the ib
Jerome Glisse
1
-2
/
+2
2012-05-09
drm/radeon: make sa bo a stand alone object
Christian König
1
-2
/
+2
2012-05-09
drm/radeon: keep start and end offset in the SA
Christian König
1
-2
/
+2
2012-05-09
drm/radeon: fix possible lack of synchronization btw ttm and other ring
Jerome Glisse
1
-6
/
+6
2012-05-03
drm/radeon: avoid leaking const ib (not used yet on si and newer GPU)
Jerome Glisse
1
-0
/
+5
2012-05-03
drm/radeon: rework recursive gpu reset handling
Christian König
1
-0
/
+13
2012-05-03
drm/radeon: fix a bug with the ring syncing code
Christian König
1
-23
/
+12
2012-04-12
drm/radeon/kms: attempt to avoid copying data twice on coherent cards. (v3)
Dave Airlie
1
-13
/
+24
2012-03-21
drm/radeon/kms: add support for compute rings in CS ioctl on SI
Alex Deucher
1
-2
/
+7
2012-03-21
drm/radeon/kms: Only VM CS ioctl is supported on SI (v2)
Alex Deucher
1
-0
/
+7
2012-03-21
drm/radeon/kms: add support for the CONST IB to the CS ioctl
Alex Deucher
1
-0
/
+47
2012-03-20
drivers/gpu/drm/radeon/radeon_cs.c: eliminate possible double free
Julia Lawall
1
-14
/
+2
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
1
-0
/
+4
2012-02-29
drm/radeon: also make the cs_parse function per ring
Christian König
1
-1
/
+1
2012-02-29
drm/radeon: move ring syncing after bo validation
Christian König
1
-7
/
+14
2012-02-22
drm/radeon/kms: properly set accel working flag and bailout when false
Jerome Glisse
1
-0
/
+4
2012-01-09
drm/radeon/kms: check if vm is supported in VA ioctl
Alex Deucher
1
-2
/
+2
2012-01-06
drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)
Christian König
1
-0
/
+45
2012-01-06
drm/radeon: GPU virtual memory support v22
Jerome Glisse
1
-50
/
+203
2012-01-05
drm/radeon: make ib size variable
Jerome Glisse
1
-2
/
+3
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
1
-1
/
+1
2011-12-20
drm/radeon: no need to check all relocs for duplicates
Christian König
1
-2
/
+3
2011-11-20
drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS
Marek Olšák
1
-1
/
+10
2011-11-11
drm/radeon: Make sure CS mutex is held across GPU reset.
Michel Dänzer
1
-7
/
+7
2011-06-08
drm/radeon/kms: set family for use in parser.
Dave Airlie
1
-0
/
+1
2011-02-23
drm/radeon: introduce gem_to_radeon_bo helper
Daniel Vetter
1
-1
/
+1
2010-11-22
drm/radeon: Use the ttm execbuf utilities
Thomas Hellstrom
1
-7
/
+10
2010-10-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
[next]