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.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_ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-29
radeon: make radeon_cs_update_pages static.
Dave Airlie
1
-25
/
+0
2012-05-23
drm/radeon: add PRIME support (v2)
Alex Deucher
1
-2
/
+2
2012-05-09
drm/radeon: make the ib an inline object
Jerome Glisse
1
-28
/
+13
2012-05-09
drm/radeon: move the semaphore from the fence into the ib
Jerome Glisse
1
-0
/
+2
2012-05-09
drm/radeon: rip out the ib pool
Jerome Glisse
1
-179
/
+62
2012-05-09
drm/radeon: multiple ring allocator v3
Christian König
1
-11
/
+8
2012-05-09
drm/radeon: define new SA interface v3
Christian König
1
-4
/
+4
2012-05-09
drm/radeon: make sa bo a stand alone object
Christian König
1
-3
/
+3
2012-05-09
drm/radeon: add sub allocator debugfs file
Christian König
1
-0
/
+22
2012-05-09
drm/radeon: use inline functions to calc sa_bo addr
Christian König
1
-4
/
+2
2012-05-09
drm/radeon: rework locking ring emission mutex in fence deadlock detection v2
Christian König
1
-5
/
+1
2012-05-09
drm/radeon: convert fence to uint64_t v4
Jerome Glisse
1
-4
/
+5
2012-05-09
drm/radeon: replace the per ring mutex with a global one
Christian König
1
-11
/
+17
2012-05-03
drm/radeon: make forcing ring activity a common function
Christian König
1
-0
/
+16
2012-05-03
drm/radeon: unlock the ring mutex while waiting for the next fence
Christian König
1
-0
/
+2
2012-05-03
drm/radeon: make lockup timeout a module param
Christian König
1
-1
/
+1
2012-05-03
drm/radeon: move lockup detection code into radeon_ring.c
Christian König
1
-0
/
+53
2012-05-03
drm/radeon: use central function for IB testing
Christian König
1
-0
/
+30
2012-05-03
drm/radeon: register ring debugfs handlers on init
Christian König
1
-12
/
+19
2012-03-21
drm/radeon/kms: add support for the CONST IB to the CS ioctl
Alex Deucher
1
-0
/
+1
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
1
-2
/
+5
2012-02-29
drm/radeon: fix IB debugfs files for multiple cards
Christian König
1
-2
/
+6
2012-02-22
drm/radeon: Only create additional ring debugfs files on Cayman or newer.
Michel Dänzer
1
-2
/
+5
2012-01-25
drm/radeon: avoid deadlock if GPU lockup is detected in ib_pool_get
Jerome Glisse
1
-11
/
+11
2012-01-25
drm/radeon: silence out possible lock dependency warning
Jerome Glisse
1
-8
/
+11
2012-01-06
drm/radeon: GPU virtual memory support v22
Jerome Glisse
1
-0
/
+1
2012-01-05
drm/radeon: allocate semaphore from the ib pool
Jerome Glisse
1
-3
/
+2
2012-01-05
drm/radeon: make ib size variable
Jerome Glisse
1
-2
/
+5
2011-12-20
drm/radeon: introduce a sub allocator and convert ib pool to it v4
Jerome Glisse
1
-155
/
+99
2011-12-20
drm/radeon/kms: add some new ring params to better handle other ring types
Alex Deucher
1
-5
/
+12
2011-12-20
drm/radeon: move ring debugfs into radeon_ring.c
Christian König
1
-0
/
+50
2011-12-20
drm/radeon: rename struct radeon_cp to radeon_ring
Christian König
1
-68
/
+68
2011-12-20
drm/radeon: make some asic pointers per ring
Christian König
1
-1
/
+1
2011-12-20
drm/radeon: make cp variable an array
Christian König
1
-2
/
+17
2011-12-20
drm/radeon: make ring rptr and wptr register offsets variable
Christian König
1
-9
/
+10
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
1
-60
/
+61
2011-12-20
drm/radeon/kms: add support for multiple fence queues v2
Alex Deucher
1
-2
/
+2
2011-12-20
drm/radeon: fix a spelling mistake
Christian König
1
-1
/
+1
2011-10-18
drm/radeon: Move more code out of line
Andi Kleen
1
-0
/
+38
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+1
2011-04-10
drm: radeon: Fix printk typo 'ib poll'
Paul Bolle
1
-1
/
+1
2011-04-09
radeon: Fix KMS CP writeback on big endian machines.
Michel Dänzer
1
-1
/
+1
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-02-23
drm/radeon: embed struct drm_gem_object
Daniel Vetter
1
-2
/
+2
2011-02-17
drm: Fix printk typo 'failled'
Paul Bolle
1
-1
/
+1
2010-11-18
drm/radeon/kms: fix alignment when allocating buffers
Alex Deucher
1
-3
/
+3
2010-10-06
drm/radeon/kms: enable writeback (v2)
Alex Deucher
1
-4
/
+8
2010-05-18
drm/radeon/kms: fix lock ordering in ring, ib handling
Alex Deucher
1
-17
/
+22
2010-05-18
radeon: Split out ring locking and allocation
Matthew Garrett
1
-6
/
+21
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
[next]