dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] drm/radeon: wake up all fences on manual reset
@ 2014-08-26 16:35 Christian König
  2014-08-26 16:35 ` [PATCH 2/9] drm/radeon: fix pm handling in radeon_gpu_reset Christian König
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Christian König @ 2014-08-26 16:35 UTC (permalink / raw)
  To: dri-devel

From: Christian König <christian.koenig@amd.com>

Wake up all fences when we manually trigger an reset.

Signed-off-by: Christian König <christian.koenig@amd.com>
---
 drivers/gpu/drm/radeon/radeon_fence.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/radeon/radeon_fence.c b/drivers/gpu/drm/radeon/radeon_fence.c
index 9137870..5bd837a 100644
--- a/drivers/gpu/drm/radeon/radeon_fence.c
+++ b/drivers/gpu/drm/radeon/radeon_fence.c
@@ -833,6 +833,7 @@ static int radeon_debugfs_gpu_reset(struct seq_file *m, void *data)
 	down_read(&rdev->exclusive_lock);
 	seq_printf(m, "%d\n", rdev->needs_reset);
 	rdev->needs_reset = true;
+	wake_up_all(&rdev->fence_queue);
 	up_read(&rdev->exclusive_lock);
 
 	return 0;
-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 11+ messages in thread
* drm/radeon: reset patches and common fence preparation
@ 2014-08-27 13:21 Christian König
  2014-08-27 13:21 ` [PATCH 1/9] drm/radeon: wake up all fences on manual reset Christian König
  0 siblings, 1 reply; 11+ messages in thread
From: Christian König @ 2014-08-27 13:21 UTC (permalink / raw)
  To: alexdeucher, maarten.lankhorst; +Cc: dri-devel

Hey Alex,

please pull the following patches into drm-next-3.18. Compared to the last version I only fixed the typos Michel noted.

@Maarten: Can you rebase your branch on top of those? I want to take a look at the remaining changes as well and also test that branch a bit.

Thanks,
Christian.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-08-27 13:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 16:35 [PATCH 1/9] drm/radeon: wake up all fences on manual reset Christian König
2014-08-26 16:35 ` [PATCH 2/9] drm/radeon: fix pm handling in radeon_gpu_reset Christian König
2014-08-26 16:35 ` [PATCH 3/9] drm/radeon: fix display " Christian König
2014-08-26 16:35 ` [PATCH 4/9] drm/radeon: force fence completion only on problematic rings Christian König
2014-08-26 16:35 ` [PATCH 5/9] drm/radeon: take exclusive_lock in read mode during ring tests, v4 Christian König
2014-08-26 16:35 ` [PATCH 6/9] drm/radeon: handle lockup in delayed work, v5 Christian König
2014-08-26 16:35 ` [PATCH 7/9] drm/radeon: add timeout argument to, radeon_fence_wait_seq v2 Christian König
2014-08-26 16:35 ` [PATCH 8/9] drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2 Christian König
2014-08-26 16:35 ` [PATCH 9/9] drm/radeon: drop doing resets in a work item Christian König
2014-08-27  3:33 ` [PATCH 1/9] drm/radeon: wake up all fences on manual reset Michel Dänzer
  -- strict thread matches above, loose matches on Subject: below --
2014-08-27 13:21 drm/radeon: reset patches and common fence preparation Christian König
2014-08-27 13:21 ` [PATCH 1/9] drm/radeon: wake up all fences on manual reset Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox