https://bugs.freedesktop.org/show_bug.cgi?id=38353
Summary: r600g : lock in desktop display durring piglit test Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: xoddark@gmail.com
with the commit : r600g: Allow VRAM for the initial domain for every buffer binding. (b0f1767d776e2c80cab4343b4cd59553fbf5e48a)
I have a "lock" in desktop display during : I can move the mouse, the cursor position is updated. But background display is not updated, and mouse don't interact with desktop.
If I revert this change on git HEAD, I don't have the problem.
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #1 from Alex Deucher agd5f@yahoo.com 2011-06-15 12:04:03 PDT --- which piglit test(s) cause this?
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #2 from Alex Deucher agd5f@yahoo.com 2011-06-15 12:04:42 PDT --- Also what hardware are you using? Can you attach your dmesg output?
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #3 from XoD xoddark@gmail.com 2011-06-15 12:11:49 PDT --- Created an attachment (id=48012) --> (https://bugs.freedesktop.org/attachment.cgi?id=48012) dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #4 from XoD xoddark@gmail.com 2011-06-15 12:12:33 PDT --- Created an attachment (id=48013) --> (https://bugs.freedesktop.org/attachment.cgi?id=48013) Xorg.log
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #5 from XoD xoddark@gmail.com 2011-06-21 12:23:39 PDT --- Created an attachment (id=48250) --> (https://bugs.freedesktop.org/attachment.cgi?id=48250) syslog_radeon
I add syslog file were only lines with radeon are keep.
I have launch 2 times piglit test, each time we can see some drm errors.
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #6 from Alex Deucher agd5f@yahoo.com 2011-06-22 10:00:11 PDT --- Created an attachment (id=48291) View: https://bugs.freedesktop.org/attachment.cgi?id=48291 Review: https://bugs.freedesktop.org/review?bug=38353&attachment=48291
possible fix
Does this patch help?
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #7 from XoD xoddark@gmail.com 2011-06-24 07:16:50 PDT --- (In reply to comment #6)
Created an attachment (id=48291)
View: https://bugs.freedesktop.org/attachment.cgi?id=48291 Review: https://bugs.freedesktop.org/review?bug=38353&attachment=48291
possible fix
Does this patch help?
this path doen't fix the problem sorry. but i have note that I have the problem with kernel 3.6.39.1, but I haven't the problem with kernel 3.0-rc4.
It seem to be fixed by kernel 3.0. Peraps a modification in drm need to be merged in 2.6.39 branch.
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #8 from Alex Deucher agd5f@yahoo.com 2011-06-24 07:18:37 PDT --- (In reply to comment #7)
It seem to be fixed by kernel 3.0. Peraps a modification in drm need to be merged in 2.6.39 branch.
Can you bisect to see what patch fixed the issue?
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #9 from XoD xoddark@gmail.com 2011-06-24 07:51:44 PDT --- (In reply to comment #8)
Peraps, but i probably need help. I don't know how bissect only drm patch, because bissect all patch on kernel 3.0 seems to be very long.
And I need to find how package kernel without rebuild all. For now when i build a kernel, i launch a command who make the build and the packaging. But this command rebuild all each time.
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #10 from XoD xoddark@gmail.com 2011-07-07 15:19:54 PDT --- I have finish the bisect of kernel 3.0 :
the submit who fix lock i encounter is : 11b0a5b89adbfaf4e7d31f2482f49471dd983692 is the first good commit commit 11b0a5b89adbfaf4e7d31f2482f49471dd983692 Author: Alex Deucher alexdeucher@gmail.com Date: Thu Jun 16 10:06:17 2011 -0400
drm/radeon/kms: set DP link config properly for DP bridges
DP clock and lanes were not set properly for DP bridges.
Signed-off-by: Alex Deucher alexdeucher@gmail.com Signed-off-by: Dave Airlie airlied@redhat.com
:040000 040000 f6ead6b480453a9e2d2c1b60bcfe69df0c26ee22 7f73649711cf4c5133845dd98fa6c53af690dce2 M drivers
peraps it have sense to push this patch in branch 2.6.39
At the beginning of bisect, display lock during the first piglit test. But in a second part, display lock only in the second test, when chromium is launch (with some opened page).
https://bugs.freedesktop.org/show_bug.cgi?id=38353
--- Comment #11 from Alex Deucher agd5f@yahoo.com 2011-07-08 14:30:19 PDT --- Unfortunately that patch is not related to your chip at all (there are no redwoods with dp bridge chips). I think it's a false positive.
https://bugs.freedesktop.org/show_bug.cgi?id=38353
Andreas Boll andreas.boll.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #12 from Andreas Boll andreas.boll.dev@gmail.com 2012-09-03 08:43:11 UTC --- (In reply to comment #7)
It seem to be fixed by kernel 3.0.
Closing this bug.
dri-devel@lists.freedesktop.org