[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #107 from Alexandre Demers 2012-08-04 03:55:56 UTC --- Tested with 3.6-rc1 and latest mesa with both respective patches. No va issue anymore. However, lockups still happen with RendererFeatTest64: I tried to run some tests and my

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #106 from Anthony Waters 2012-08-04 02:05:34 UTC --- I tried the patch from Christian in comment 96 atop of mesa git and the patch from Jerome in comment 102 atop of linux-3.5 and I no longer experience the rendering regression and

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #105 from Jerome Glisse 2012-08-03 19:46:50 UTC --- Well for va issue you also need the mesa patch from Christian. This patch mostly fix kernel, it might help with lockup, thought here piglit lockup hard with lastest mesa. --

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #104 from Alexandre Demers 2012-08-03 19:44:34 UTC --- (In reply to comment #103) > Created attachment 65102 [details] [review] > Properly protect virtual address v2 > > Against Linus master I will test them later today. They

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Jerome Glisse changed: What|Removed |Added Attachment #65097|0 |1 is obsolete|

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Jerome Glisse changed: What|Removed |Added Attachment #65098|0 |1 is obsolete|

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #101 from Jerome Glisse 2012-08-03 17:05:15 UTC --- Created attachment 65098 --> https://bugs.freedesktop.org/attachment.cgi?id=65098 Properly protect virtual address against kernel 3.5 Same patch against 3.5 -- Configure

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Jerome Glisse changed: What|Removed |Added Attachment #65096|0 |1 is obsolete|

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Jerome Glisse changed: What|Removed |Added Attachment #65095|0 |1 is obsolete|

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #98 from Jerome Glisse 2012-08-03 16:54:04 UTC --- Created attachment 65095 --> https://bugs.freedesktop.org/attachment.cgi?id=65095 Properly protect virtual address Properly protect virtual address Patch against Linus master,

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #97 from Marek Ol??k 2012-08-03 15:20:12 UTC --- (In reply to comment #96) > Created attachment 65093 [details] [review] > Possible fix. > > It's hard and uneffecient to solve this problem completely in the kernel. > > Since we

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Christian K?nig changed: What|Removed |Added Attachment #65051|0 |1 is obsolete|

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #95 from Alexandre Demers 2012-08-03 14:51:56 UTC --- (In reply to comment #90) > (In reply to comment #89) > > Nope, no lockup without va (I may only be lucky though if the bug is there > > but > > only shown when using va). > >

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #94 from Jerome Glisse 2012-08-03 14:39:59 UTC --- (In reply to comment #88) > (In reply to comment #86) > > So, Anthony has put a finger on something. > > Yes, I think something like Anthony's patch is needed due to asynchronous

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #93 from Michel D?nzer 2012-08-03 13:26:32 UTC --- (In reply to comment #92) > > Do I understand it correctly that the userspace VM manager is releasing > > allocations to early and not waiting for async buffer use to end? > >

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #92 from Michel D?nzer 2012-08-03 13:21:22 UTC --- (In reply to comment #91) > I just fixed a memory leak in radeonsi, and it looks like I'm hitting the same > problem now. Ah cool, you found it already. :) > Do I understand it

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Christian K?nig changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #91 from

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #90 from Michel D?nzer 2012-08-03 08:13:03 UTC --- (In reply to comment #89) > Nope, no lockup without va (I may only be lucky though if the bug is there but > only shown when using va). That's indeed possible: Using virtual

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #89 from Alexandre Demers 2012-08-03 08:05:07 UTC --- (In reply to comment #88) > (In reply to comment #86) > > So, Anthony has put a finger on something. > > Yes, I think something like Anthony's patch is needed due to

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #88 from Michel D?nzer 2012-08-03 07:47:17 UTC --- (In reply to comment #86) > So, Anthony has put a finger on something. Yes, I think something like Anthony's patch is needed due to asynchronous GPU processing: when the userspace

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #87 from Alexandre Demers 2012-08-03 06:03:39 UTC --- (In reply to comment #86) > (In reply to comment #85) > > I found a demo that has the issue, in the demos repository for mesa within > > the > > src/demo folder the program

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #86 from Alexandre Demers 2012-08-03 03:00:00 UTC --- (In reply to comment #85) > I found a demo that has the issue, in the demos repository for mesa within the > src/demo folder the program 'reflect'. After I start it up and press

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #85 from Anthony Waters 2012-08-03 02:07:06 UTC --- I found a demo that has the issue, in the demos repository for mesa within the src/demo folder the program 'reflect'. After I start it up and press 's' to see the stencil buffer

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #84 from Anthony Waters 2012-08-03 01:28:25 UTC --- I randomly saw it when I was playing a game of Warcraft 3, the terrain textures would blink. I'll check the piglit tests and mesa demos to see if I can reproduce the issue with

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #87 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-03 06:03:39 UTC --- (In reply to comment #86) (In reply to comment #85) I found a demo that has the issue, in the demos repository for mesa within the src/demo

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #88 from Michel Dänzer mic...@daenzer.net 2012-08-03 07:47:17 UTC --- (In reply to comment #86) So, Anthony has put a finger on something. Yes, I think something like Anthony's patch is needed due to asynchronous GPU processing:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #89 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-03 08:05:07 UTC --- (In reply to comment #88) (In reply to comment #86) So, Anthony has put a finger on something. Yes, I think something like Anthony's patch is

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #90 from Michel Dänzer mic...@daenzer.net 2012-08-03 08:13:03 UTC --- (In reply to comment #89) Nope, no lockup without va (I may only be lucky though if the bug is there but only shown when using va). That's indeed possible:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Christian König deathsim...@vodafone.de changed: What|Removed |Added Status|REOPENED|ASSIGNED ---

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #92 from Michel Dänzer mic...@daenzer.net 2012-08-03 13:21:22 UTC --- (In reply to comment #91) I just fixed a memory leak in radeonsi, and it looks like I'm hitting the same problem now. Ah cool, you found it already. :) Do I

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #93 from Michel Dänzer mic...@daenzer.net 2012-08-03 13:26:32 UTC --- (In reply to comment #92) Do I understand it correctly that the userspace VM manager is releasing allocations to early and not waiting for async buffer use to

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #95 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-03 14:51:56 UTC --- (In reply to comment #90) (In reply to comment #89) Nope, no lockup without va (I may only be lucky though if the bug is there but only shown

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Christian König deathsim...@vodafone.de changed: What|Removed |Added Attachment #65051|0 |1 is

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #97 from Marek Olšák mar...@gmail.com 2012-08-03 15:20:12 UTC --- (In reply to comment #96) Created attachment 65093 [details] [review] Possible fix. It's hard and uneffecient to solve this problem completely in the kernel.

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #98 from Jerome Glisse gli...@freedesktop.org 2012-08-03 16:54:04 UTC --- Created attachment 65095 -- https://bugs.freedesktop.org/attachment.cgi?id=65095 Properly protect virtual address Properly protect virtual address Patch

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Jerome Glisse gli...@freedesktop.org changed: What|Removed |Added Attachment #65096|0 |1 is

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #101 from Jerome Glisse gli...@freedesktop.org 2012-08-03 17:05:15 UTC --- Created attachment 65098 -- https://bugs.freedesktop.org/attachment.cgi?id=65098 Properly protect virtual address against kernel 3.5 Same patch against 3.5

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Jerome Glisse gli...@freedesktop.org changed: What|Removed |Added Attachment #65098|0 |1 is

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Jerome Glisse gli...@freedesktop.org changed: What|Removed |Added Attachment #65097|0 |1 is

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #104 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-03 19:44:34 UTC --- (In reply to comment #103) Created attachment 65102 [details] [review] Properly protect virtual address v2 Against Linus master I will test

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #105 from Jerome Glisse gli...@freedesktop.org 2012-08-03 19:46:50 UTC --- Well for va issue you also need the mesa patch from Christian. This patch mostly fix kernel, it might help with lockup, thought here piglit lockup hard with

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #106 from Anthony Waters awate...@gmail.com 2012-08-04 02:05:34 UTC --- I tried the patch from Christian in comment 96 atop of mesa git and the patch from Jerome in comment 102 atop of linux-3.5 and I no longer experience the

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #107 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-04 03:55:56 UTC --- Tested with 3.6-rc1 and latest mesa with both respective patches. No va issue anymore. However, lockups still happen with RendererFeatTest64: I

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #83 from Jerome Glisse 2012-08-02 03:46:43 UTC --- How do you trigger the va issue ? piglit ? I was not able to reproduce. It's kind of painful to debug in the dark. -- Configure bugmail:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #82 from Alexandre Demers 2012-08-02 01:02:42 UTC --- (In reply to comment #80) > I tried both patches, the one from comment 76 and the one from comment 70, > neither fixed the issue with the rendering regression or the va conflict.

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #81 from Anthony Waters 2012-08-02 00:47:06 UTC --- Created attachment 65051 --> https://bugs.freedesktop.org/attachment.cgi?id=65051 fixes to wait on the bo and to free the va after the kernel These are the changes I made to

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #80 from Anthony Waters 2012-08-02 00:41:23 UTC --- I tried both patches, the one from comment 76 and the one from comment 70, neither fixed the issue with the rendering regression or the va conflict. -- Configure bugmail:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #84 from Anthony Waters awate...@gmail.com 2012-08-03 01:28:25 UTC --- I randomly saw it when I was playing a game of Warcraft 3, the terrain textures would blink. I'll check the piglit tests and mesa demos to see if I can reproduce

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #85 from Anthony Waters awate...@gmail.com 2012-08-03 02:07:06 UTC --- I found a demo that has the issue, in the demos repository for mesa within the src/demo folder the program 'reflect'. After I start it up and press 's' to see

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #86 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-03 03:00:00 UTC --- (In reply to comment #85) I found a demo that has the issue, in the demos repository for mesa within the src/demo folder the program 'reflect'.

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #79 from Alexandre Demers 2012-08-01 18:06:40 UTC --- (In reply to comment #78) > (In reply to comment #77) > > (In reply to comment #70) > > > Does this kernel patch help? > > >

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #78 from Jerome Glisse 2012-08-01 16:59:03 UTC --- (In reply to comment #77) > (In reply to comment #70) > > Does this kernel patch help? > > http://lists.freedesktop.org/archives/dri-devel/2012-July/025704.html > > No, it doesn't

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #77 from Alexandre Demers 2012-08-01 16:09:21 UTC --- (In reply to comment #70) > Does this kernel patch help? > http://lists.freedesktop.org/archives/dri-devel/2012-July/025704.html No, it doesn't (well not about the present bug).

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 Jerome Glisse changed: What|Removed |Added Attachment #65013|0 |1 is obsolete|

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #75 from Alexandre Demers 2012-08-01 03:26:16 UTC --- These are all food news. So I'll test both patches and I'll see if it also fixes the thing for me. Awaters (I don't know your name, you'll have to tell me), if what you found

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #74 from Jerome Glisse 2012-08-01 02:15:19 UTC --- The way i build my kernel must hide this latency i guess... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #73 from Jerome Glisse 2012-08-01 02:14:12 UTC --- Created attachment 65013 --> https://bugs.freedesktop.org/attachment.cgi?id=65013 Free va early in the kernel Diagnosis was kind of obvious, but it just pop into my mind that ttm

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #72 from awaters1 at gmail.com 2012-08-01 02:09:17 UTC --- Also, I believe the source of "radeon :01:00.0: bo 8802ea5ec800 va 0x038EC000 conflict with (bo 8803eb464000 0x038EC000 0x038ED000)" is due to a race condition.

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #71 from awaters1 at gmail.com 2012-08-01 01:18:00 UTC --- I have been having this same issue with respect to rendering regressions, I have also experienced the error relating to va conflicts. I investigated it a bit and I think

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #77 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-01 16:09:21 UTC --- (In reply to comment #70) Does this kernel patch help? http://lists.freedesktop.org/archives/dri-devel/2012-July/025704.html No, it doesn't (well

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #78 from Jerome Glisse gli...@freedesktop.org 2012-08-01 16:59:03 UTC --- (In reply to comment #77) (In reply to comment #70) Does this kernel patch help? http://lists.freedesktop.org/archives/dri-devel/2012-July/025704.html

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #79 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-01 18:06:40 UTC --- (In reply to comment #78) (In reply to comment #77) (In reply to comment #70) Does this kernel patch help?

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #80 from Anthony Waters awate...@gmail.com 2012-08-02 00:41:23 UTC --- I tried both patches, the one from comment 76 and the one from comment 70, neither fixed the issue with the rendering regression or the va conflict. --

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #81 from Anthony Waters awate...@gmail.com 2012-08-02 00:47:06 UTC --- Created attachment 65051 -- https://bugs.freedesktop.org/attachment.cgi?id=65051 fixes to wait on the bo and to free the va after the kernel These are the

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #82 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-02 01:02:42 UTC --- (In reply to comment #80) I tried both patches, the one from comment 76 and the one from comment 70, neither fixed the issue with the rendering

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-08-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #83 from Jerome Glisse gli...@freedesktop.org 2012-08-02 03:46:43 UTC --- How do you trigger the va issue ? piglit ? I was not able to reproduce. It's kind of painful to debug in the dark. -- Configure bugmail:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #70 from Alex Deucher 2012-07-31 15:10:38 UTC --- Does this kernel patch help? http://lists.freedesktop.org/archives/dri-devel/2012-July/025704.html -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #70 from Alex Deucher ag...@yahoo.com 2012-07-31 15:10:38 UTC --- Does this kernel patch help? http://lists.freedesktop.org/archives/dri-devel/2012-July/025704.html -- Configure bugmail:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #71 from awate...@gmail.com awate...@gmail.com 2012-08-01 01:18:00 UTC --- I have been having this same issue with respect to rendering regressions, I have also experienced the error relating to va conflicts. I investigated it a bit

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #72 from awate...@gmail.com awate...@gmail.com 2012-08-01 02:09:17 UTC --- Also, I believe the source of radeon :01:00.0: bo 8802ea5ec800 va 0x038EC000 conflict with (bo 8803eb464000 0x038EC000 0x038ED000) is due to a

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #73 from Jerome Glisse gli...@freedesktop.org 2012-08-01 02:14:12 UTC --- Created attachment 65013 -- https://bugs.freedesktop.org/attachment.cgi?id=65013 Free va early in the kernel Diagnosis was kind of obvious, but it just pop

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #74 from Jerome Glisse gli...@freedesktop.org 2012-08-01 02:15:19 UTC --- The way i build my kernel must hide this latency i guess... -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #75 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-08-01 03:26:16 UTC --- These are all food news. So I'll test both patches and I'll see if it also fixes the thing for me. Awaters (I don't know your name, you'll have to

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #69 from Alexandre Demers 2012-07-27 18:26:19 PDT --- (In reply to comment #67) > Created attachment 64585 [details] [review] > Adding an environment variable to disable VM if wanted > > By setting R600_VM=0, we disable the virtual

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #69 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-07-27 18:26:19 PDT --- (In reply to comment #67) Created attachment 64585 [details] [review] Adding an environment variable to disable VM if wanted By setting

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-26 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #68 from Alexandre Demers 2012-07-25 18:11:54 PDT --- I was thinking about it yesterday: is it possible that we are not tracking something in the virtual addresse spaces that we should be? That could explain why we are getting

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #68 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-07-25 18:11:54 PDT --- I was thinking about it yesterday: is it possible that we are not tracking something in the virtual addresse spaces that we should be? That could

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #67 from Alexandre Demers 2012-07-24 06:53:33 PDT --- Created attachment 64585 --> https://bugs.freedesktop.org/attachment.cgi?id=64585 Adding an environment variable to disable VM if wanted By setting R600_VM=0, we disable the

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #66 from Alexandre Demers 2012-07-23 18:49:17 PDT --- (In reply to comment #37) > (In reply to comment #36) > > I know I can run a 3.2 kernel, I know I can compile a different version or > > bisect or submit patches, I know I can

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #67 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-07-24 06:53:33 PDT --- Created attachment 64585 -- https://bugs.freedesktop.org/attachment.cgi?id=64585 Adding an environment variable to disable VM if wanted By setting

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #66 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-07-23 18:49:17 PDT --- (In reply to comment #37) (In reply to comment #36) I know I can run a 3.2 kernel, I know I can compile a different version or bisect or submit

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-10 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #65 from Alexandre Demers 2012-07-10 00:23:46 PDT --- Created attachment 64053 --> https://bugs.freedesktop.org/attachment.cgi?id=64053 xsession with drm-next .xsession with drm-next branch -- Configure bugmail:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-10 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #64 from Alexandre Demers 2012-07-10 00:22:55 PDT --- Created attachment 64052 --> https://bugs.freedesktop.org/attachment.cgi?id=64052 dmesg drm-next dmesg with latest drm-next branch -- Configure bugmail:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-10 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #63 from Alexandre Demers 2012-07-10 00:21:56 PDT --- Now running latest drm-next just in case. Always the same error, but with a little something new: with regular kernel, once the GPU crashed, it stays this way. With the drm-next

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #63 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-07-10 00:21:56 PDT --- Now running latest drm-next just in case. Always the same error, but with a little something new: with regular kernel, once the GPU crashed, it stays

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #64 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-07-10 00:22:55 PDT --- Created attachment 64052 -- https://bugs.freedesktop.org/attachment.cgi?id=64052 dmesg drm-next dmesg with latest drm-next branch -- Configure

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #65 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-07-10 00:23:46 PDT --- Created attachment 64053 -- https://bugs.freedesktop.org/attachment.cgi?id=64053 xsession with drm-next .xsession with drm-next branch --

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #62 from Alexandre Demers 2012-06-06 15:37:07 PDT --- (In reply to comment #61) > Please also try this patch: > http://lists.freedesktop.org/archives/dri-devel/2012-June/023735.html > > It doesn't fix anything rendering related,

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #61 from Christian K?nig 2012-06-06 02:15:10 PDT --- Please also try this patch: http://lists.freedesktop.org/archives/dri-devel/2012-June/023735.html It doesn't fix anything rendering related, but instead fixes a deadlock

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #60 from Alexandre Demers 2012-06-05 19:20:47 PDT --- Created attachment 62619 --> https://bugs.freedesktop.org/attachment.cgi?id=62619 snippet when gnome-shell is able to fall bak on its feet snippet when gnome-shell is able to

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #59 from Alexandre Demers 2012-06-05 19:19:18 PDT --- Created attachment 62618 --> https://bugs.freedesktop.org/attachment.cgi?id=62618 dmesg related to the xsession-error file This dmesg happened with the next attachment:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #61 from Christian König deathsim...@vodafone.de 2012-06-06 02:15:10 PDT --- Please also try this patch: http://lists.freedesktop.org/archives/dri-devel/2012-June/023735.html It doesn't fix anything rendering related, but instead

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #62 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-06-06 15:37:07 PDT --- (In reply to comment #61) Please also try this patch: http://lists.freedesktop.org/archives/dri-devel/2012-June/023735.html It doesn't fix

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #58 from Alexandre Demers 2012-06-05 19:18:10 UTC --- I noticed a different clue that could help track down the bug: when X doesn't completly freezes, there is a backtrace under .xsession-error. So I'm attaching both dmesg and the

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #58 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-06-05 19:18:10 UTC --- I noticed a different clue that could help track down the bug: when X doesn't completly freezes, there is a backtrace under .xsession-error. So I'm

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #59 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-06-05 19:19:18 PDT --- Created attachment 62618 -- https://bugs.freedesktop.org/attachment.cgi?id=62618 dmesg related to the xsession-error file This dmesg happened with

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #60 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-06-05 19:20:47 PDT --- Created attachment 62619 -- https://bugs.freedesktop.org/attachment.cgi?id=62619 snippet when gnome-shell is able to fall bak on its feet snippet

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #57 from Alexandre Demers 2012-06-03 18:26:12 PDT --- Now running kernel 3.5-rc1 with latest mesa, drm, ddx and still locking the GPU. As always, easy to reproduce by running piglit r600 tests. -- Configure bugmail:

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #57 from Alexandre Demers alexandre.f.dem...@gmail.com 2012-06-03 18:26:12 PDT --- Now running kernel 3.5-rc1 with latest mesa, drm, ddx and still locking the GPU. As always, easy to reproduce by running piglit r600 tests. --

[Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11

2012-05-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #56 from Alexandre Demers 2012-05-30 11:18:28 PDT --- (In reply to comment #55) > (In reply to comment #54) > > On latest git (3cd7bee48f7caf7850ea64d40f43875d4c975507), in > > src/gallium/drivers/r600/r66_hw_context.c, on line 194,

  1   2   3   >