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_fence.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-09-20
drm/radeon: Mark all possible functions / structs as static
Lauri Kasanen
1
-1
/
+1
2012-09-14
drm/radeon: make 64bit fences more robust v3
Christian König
1
-3
/
+5
2012-07-18
drm/radeon: document radeon_fence.c (v2)
Alex Deucher
1
-2
/
+240
2012-07-18
drm/radeon: return an error if there is nothing to wait for
Christian König
1
-1
/
+1
2012-07-17
drm/radeon: fix fence init after resume
Christian König
1
-1
/
+1
2012-07-17
drm/radeon: fix fence value access
Christian König
1
-6
/
+8
2012-07-17
drm/radeon: add error handling to fence_wait_empty_locked
Christian König
1
-12
/
+21
2012-06-21
drm/radeon: add infrastructure for advanced ring synchronization v2
Christian König
1
-9
/
+64
2012-06-21
drm/radeon: remove radeon_fence_create
Christian König
1
-29
/
+13
2012-05-09
drm/radeon/kms: fix warning on 32-bit in atomic fence printing
Dave Airlie
1
-2
/
+2
2012-05-09
drm/radeon: move the semaphore from the fence into the ib
Jerome Glisse
1
-3
/
+0
2012-05-09
drm/radeon: simplify semaphore handling v2
Jerome Glisse
1
-1
/
+1
2012-05-09
drm/radeon: use one wait queue for all rings add fence_wait_any v2
Jerome Glisse
1
-6
/
+159
2012-05-09
drm/radeon: rework locking ring emission mutex in fence deadlock detection v2
Christian König
1
-14
/
+29
2012-05-09
drm/radeon: rework fence handling, drop fence list v7
Jerome Glisse
1
-185
/
+114
2012-05-09
drm/radeon: convert fence to uint64_t v4
Jerome Glisse
1
-35
/
+81
2012-05-03
drm/radeon: rework recursive gpu reset handling
Christian König
1
-7
/
+3
2012-05-03
drm/radeon: don't keep list of created fences.
Christian König
1
-7
/
+0
2012-05-03
drm/radeon: rename fence_wait_last to fence_wait_empty
Christian König
1
-2
/
+2
2012-05-03
drm/radeon: return -ENOENT in fence_wait_next v2
Christian König
1
-1
/
+1
2012-05-03
drm/radeon: rework gpu lockup detection and processing
Christian König
1
-74
/
+76
2012-05-03
drm/radeon: replace gpu_lockup with ring->ready flag
Christian König
1
-23
/
+13
2012-05-03
drm/radeon: make radeon_gpu_is_lockup a per ring function
Christian König
1
-1
/
+1
2012-02-14
drm/radeon/kms: drop lock in return path of radeon_fence_count_emitted.
Dave Airlie
1
-1
/
+3
2012-01-06
drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)
Christian König
1
-0
/
+3
2011-12-20
drm/radeon/kms: add support for per-ring fence interrupts
Alex Deucher
1
-4
/
+4
2011-12-20
drm/radeon: precompute fence cpu/gpu addr once v3
Jerome Glisse
1
-38
/
+51
2011-12-20
drm/radeon: rename struct radeon_cp to radeon_ring
Christian König
1
-2
/
+2
2011-12-20
drm/radeon: add radeon_fence_count_emited function
Christian König
1
-0
/
+21
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
/
+2
2011-12-20
drm/radeon: make all functions work with multiple rings.
Christian König
1
-1
/
+1
2011-12-20
drm/radeon/kms: add support for multiple fence queues v2
Alex Deucher
1
-102
/
+130
2011-12-20
drm/radeon: fix a spelling mistake
Christian König
1
-17
/
+17
2011-10-28
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2011-10-21
drm/radeon: Lower the severity of the radeon lockup messages.
Dave Jones
1
-1
/
+1
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+1
2011-09-15
treewide: remove extra semicolons from various parts of the kernel
Justin P. Mattock
1
-1
/
+1
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-06-17
drm/radeon/kms: use helper functions for fence read/write
Alex Deucher
1
-15
/
+36
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+1
2011-04-10
drm: minor kref_put() nits
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-17
radeon: merge list_del()/list_add_tail() to list_move_tail()
Nicolas Kaiser
1
-4
/
+2
2010-12-16
drm/radeon: add initial tracepoint support.
Dave Airlie
1
-0
/
+4
2010-11-09
drivers/gpu/drm: Update WARN uses
Joe Perches
1
-1
/
+2
2010-10-06
drm/radeon/kms/r6xx+: use new style fencing (v3)
Alex Deucher
1
-1
/
+5
[next]