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
2023-08-30
drm/radeon: Cleanup radeon/radeon_fence.c
Srinivasan Shanmugam
1
-59
/
+52
2023-06-09
drm/radeon: Remove unnecessary (void*) conversions
Su Hui
1
-1
/
+1
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2021-09-02
dma-buf: nuke DMA_FENCE_TRACE macros v2
Christian König
1
-20
/
+4
2021-08-03
gpu/drm/radeon: Fix typo in comments
Cai Huoqing
1
-1
/
+1
2021-07-21
Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2021-06-29
drm/radeon: Track IRQ state in local device state
Thomas Zimmermann
1
-1
/
+1
2021-06-22
drm/radeon: delete useless function return values & remove meaningless if(r) ...
Bernard Zhao
1
-4
/
+1
2021-02-19
drm/radeon: do not use drm middle layer for debugfs (v2)
Nirmoy Das
1
-22
/
+20
2020-11-13
drm/radeon/radeon_fence: Demote some non-conformant kernel-doc headers and fi...
Lee Jones
1
-3
/
+3
2020-07-08
gpu/drm: Remove debug info about CPU address
Tiezhu Yang
1
-2
/
+2
2019-06-10
drm/radeon: drop use of drmP.h (1/2)
Sam Ravnborg
1
-2
/
+4
2019-06-10
drm/radeon: drop dependency on drm_os_linux.h
Sam Ravnborg
1
-3
/
+7
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-27
/
+29
2016-02-10
drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.
Matthew Dawson
1
-8
/
+32
2015-12-19
drm/radeon: only increment sync_seq when a fence is really emitted
Nicolai Hähnle
1
-2
/
+2
2015-03-11
drm/radeon: fix wait to actually occur after the signaling callback
Maarten Lankhorst
1
-23
/
+45
2014-11-20
drm/radeon: track VM update fences separately
Christian König
1
-0
/
+1
2014-10-03
drm/radeon: cope with foreign fences inside the reservation object
Maarten Lankhorst
1
-0
/
+9
2014-09-01
drm/radeon: use common fence implementation for fences, v4
Maarten Lankhorst
1
-25
/
+200
2014-08-28
drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2
Christian König
1
-16
/
+2
2014-08-28
drm/radeon: add timeout argument to radeon_fence_wait_seq v2
Maarten Lankhorst
1
-20
/
+28
2014-08-28
drm/radeon: handle lockup in delayed work, v5
Christian König
1
-78
/
+122
2014-08-28
drm/radeon: force fence completion only on problematic rings (v2)
Christian König
1
-8
/
+4
2014-08-27
drm/radeon: wake up all fences on manual reset
Christian König
1
-0
/
+1
2014-06-10
drm/radeon: add debugfs file to trigger GPU reset
Christian König
1
-1
/
+21
2014-02-28
drm/radeon: cleanup the fence ring locking code
Christian König
1
-49
/
+10
2014-01-30
drm/radeon: add ring to fence trace functions
Christian König
1
-3
/
+3
2013-12-25
drm/radeon: update fence values in before reporting them
Christian König
1
-0
/
+2
2013-11-16
drm/radeon: allow semaphore emission to fail
Christian König
1
-0
/
+30
2013-11-06
drm/radeon: fix radeon_fence_wait_empty_locked
Christian König
1
-0
/
+3
2013-11-01
drm/radeon: rework and fix reset detection v2
Christian König
1
-229
/
+118
2013-08-08
drm/radeon: only save UVD bo when we have open handles
Christian König
1
-1
/
+1
2013-07-14
drm/radeon: never unpin UVD bo v3
Christian König
1
-1
/
+1
2013-06-12
drm/radeon: fix write back suspend regression with uvd v2
Jerome Glisse
1
-2
/
+8
2013-05-02
drm/radeon: fix scratch reg handling for UVD fence
Christian König
1
-1
/
+1
2013-04-22
drm/radeon: fix alignment of UVD fence
Christian König
1
-4
/
+3
2013-04-09
drm/radeon: UVD bringup v8
Christian König
1
-5
/
+18
2012-12-20
drm/radeon: avoid deadlock in pm path when waiting for fence
Jerome Glisse
1
-16
/
+14
2012-12-20
drm/radeon: don't leave fence blocked process on failed GPU reset
Jerome Glisse
1
-0
/
+19
2012-12-13
drm/radeon: fix fence driver for dma ring when wb is disabled
Jerome Glisse
1
-1
/
+1
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
[next]