dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 67276] kernel-3.11 [drm:r600_uvd_ring_test] *ERROR* radeon: ring 5 test failed (0xCAFEDEAD)
Date: Thu, 25 Jul 2013 12:02:18 +0000	[thread overview]
Message-ID: <bug-67276-502-RW0Fxzzf4W@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-67276-502@http.bugs.freedesktop.org/>


[-- Attachment #1.1: Type: text/plain, Size: 1183 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=67276

--- Comment #3 from Joshua Cov. <joshuacov@gmail.com> ---
I have to say that I'm using kernel 3.10.3 with all radeon patches
(drm-next-3.11 and drm-fixes-3.11) applied to it. The prooblem started after
applying the fixes...

However I needed to fix commit 1b6e5fd5f4fc152064f4f71cea0bcfeb49e29b8b
"drm/radeon: add missing ttm_eu_backoff_reservation to radeon_bo_list_validate"
for 3.10 with deleting the ticket parameter from the function
ttm_eu_backoff_reservation(). The commit looks like this for the kernel-3.10:

diff --git a/drivers/gpu/drm/radeon/radeon_object.c
b/drivers/gpu/drm/radeon/radeon_object.c
index 0219d26..2020bf4 100644
--- a/drivers/gpu/drm/radeon/radeon_object.c
+++ b/drivers/gpu/drm/radeon/radeon_object.c
@@ -377,6 +377,7 @@ int radeon_bo_list_validate(struct ww_acquire_ctx *ticket,
domain = lobj->alt_domain;
goto retry;
     }
+    ttm_eu_backoff_reservation(head);
     return r;
   }
 }

I'm suspecting this commit as the culprit of the problem. However I cannot
verify it because I still cannot forcibly trigger the error.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2054 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

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

  parent reply	other threads:[~2013-07-25 12:02 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-24 21:02 [Bug 67276] New: kernel-3.11 [drm:r600_uvd_ring_test] *ERROR* radeon: ring 5 test failed (0xCAFEDEAD) bugzilla-daemon
2013-07-24 21:42 ` [Bug 67276] " bugzilla-daemon
2013-07-24 22:05 ` bugzilla-daemon
2013-07-25 12:02 ` bugzilla-daemon [this message]
2013-07-25 12:52 ` bugzilla-daemon
2013-07-25 13:06 ` bugzilla-daemon
2013-07-25 13:10 ` bugzilla-daemon
2013-07-25 13:26 ` bugzilla-daemon
2013-07-25 13:54 ` bugzilla-daemon
2013-07-25 14:17 ` bugzilla-daemon
2013-07-25 14:22 ` bugzilla-daemon
2013-07-26 11:10 ` bugzilla-daemon
2013-07-26 14:06 ` bugzilla-daemon
2013-07-26 14:44 ` bugzilla-daemon
2013-07-26 15:00 ` bugzilla-daemon
2013-07-26 15:13 ` bugzilla-daemon
2013-07-26 16:47 ` bugzilla-daemon
2013-07-26 16:48 ` bugzilla-daemon
2013-07-28  6:40 ` bugzilla-daemon
2013-07-28  9:05 ` bugzilla-daemon
2013-07-28  9:07 ` bugzilla-daemon
2013-07-28 12:15 ` bugzilla-daemon
2013-07-28 12:28 ` bugzilla-daemon
2013-07-28 14:56 ` bugzilla-daemon
2013-07-28 15:27 ` bugzilla-daemon
2013-08-09 11:27 ` bugzilla-daemon
2013-08-09 14:01 ` bugzilla-daemon
2013-08-15 14:49 ` bugzilla-daemon
2013-08-15 14:49 ` bugzilla-daemon
2013-08-15 14:50 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-67276-502-RW0Fxzzf4W@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox