[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

--- Comment #7 from Alex Deucher ag...@yahoo.com ---
I wonder if this may also be related to bug 69321.  Does reverting
f0435ebb07d01a77ca0d98967a002898811a5206 also help?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

--- Comment #9 from slick...@gmx.com ---
@Alex Deucher:

I'm not that familiar with git, can you give me the command to do that,
starting with the checked out branch-master gentoo grabs to the build
directory?  It keeps .git there at least.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

--- Comment #10 from Alex Deucher ag...@yahoo.com ---
git revert f0435ebb07d01a77ca0d98967a002898811a5206

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

--- Comment #11 from slick...@gmx.com ---
@Alex Deucher:

Reverting f0435ebb07d01a77ca0d98967a002898811a5206 also makes it work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

--- Comment #8 from slick...@gmx.com ---
 Do you the latest code from my opencl-example repo?  Older versions were 
 missing the rotl.cl file

Yes, that was it.  It passes all tests here now!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

Alex Deucher ag...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #12 from Alex Deucher ag...@yahoo.com ---


*** This bug has been marked as a duplicate of bug 69321 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

slick...@gmx.com changed:

   What|Removed |Added

  Component|Drivers/Gallium/r600|Drivers/DRI/R600

--- Comment #3 from slick...@gmx.com ---
The patch seems to make it work!

rotl tests fail however:

Running ./math-int rotl 1 1 2
Failed
Running ./math-int rotl 1 32 1
Failed
Running ./math-int rotl -1 5 -1
Failed
Running ./math-int rotl 4096 23 8
Failed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

Marek Olšák mar...@gmail.com changed:

   What|Removed |Added

  Component|Drivers/DRI/R600|Drivers/Gallium/r600

--- Comment #4 from Marek Olšák mar...@gmail.com ---
The component Drivers/DRI/R600 doesn't exist in Mesa.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

slick...@gmx.com changed:

   What|Removed |Added

  Component|Drivers/Gallium/r600|Drivers/DRI/R600

--- Comment #5 from slick...@gmx.com ---
@Marek Olšák

Sorry, should be gallium/r600 right?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

--- Comment #6 from Tom Stellard tstel...@gmail.com ---
(In reply to comment #3)
 The patch seems to make it work!
 
 rotl tests fail however:
 
 Running ./math-int rotl 1 1 2
 Failed
 Running ./math-int rotl 1 32 1
 Failed
 Running ./math-int rotl -1 5 -1
 Failed
 Running ./math-int rotl 4096 23 8
 Failed

Do you the latest code from my opencl-example repo?  Older versions were
missing the rotl.cl file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 69328] Recoverable and unrecoverable lockups with opencl-example on trinity APU

2013-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69328

Alex Deucher ag...@yahoo.com changed:

   What|Removed |Added

  Component|Drivers/DRI/R600|Drivers/Gallium/r600

--- Comment #1 from Alex Deucher ag...@yahoo.com ---
Is this a regression?  If so, can you bisect?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel