Summary: | Recoverable and unrecoverable lockups with opencl-example on trinity APU | ||
---|---|---|---|
Product: | Mesa | Reporter: | slicksam |
Component: | Drivers/DRI/R600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Don't set DB_DEST or CB_DEST* bit on cp_coher_cntl |
Description
slicksam
2013-09-13 17:10:25 UTC
Is this a regression? If so, can you bisect? Created attachment 85794 [details] [review] Don't set DB_DEST or CB_DEST* bit on cp_coher_cntl This patch fixes the hangs for me and all the run_test.sh tests pass. However, this is just a hack and not a proper solution. Can you test this patch? 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 The component Drivers/DRI/R600 doesn't exist in Mesa. @Marek Olšák Sorry, should be gallium/r600 right? (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. I wonder if this may also be related to bug 69321. Does reverting f0435ebb07d01a77ca0d98967a002898811a5206 also help? > 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!
@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. git revert f0435ebb07d01a77ca0d98967a002898811a5206 @Alex Deucher: Reverting f0435ebb07d01a77ca0d98967a002898811a5206 also makes it work. *** This bug has been marked as a duplicate of bug 69321 *** |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.