All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950
@ 2013-07-18  0:08 bugzilla-daemon
  2013-07-18 11:26 ` [Bug 67016] " bugzilla-daemon
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18  0:08 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 67016
          Assignee: dri-devel@lists.freedesktop.org
           Summary: Lockup on piglit test vs-textureSize-compare with AMD
                    6950
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: g02maran@gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: DRI CVS
         Component: DRM/Radeon
           Product: DRI

I'm running kernel http://cgit.freedesktop.org/~agd5f/linux/?h=drm-fixes-3.11
with latest commit 444bddc4b9b3313a562cd3ba40f780fb82570f7d and mesa master
with latest commit e4fdf1b008ce29c5b5a52985c586b61f35d31e4c

When I run spec/glsl-1.30/execution/vs-textureSize-compare my system locks up.
I can't reboot or ssh into it, I have the power cycle the machine to reset it.

Nothing is printed to dmesg before it hangs. I have tried both with and without
radeon.dpm=1, no difference.

I did a bisect and it identified this commit:
http://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-fixes-3.11&id=1c01103cb90197900beb534911de558d7a43d0b3

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

[-- Attachment #1.2: Type: text/html, Size: 2745 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
@ 2013-07-18 11:26 ` bugzilla-daemon
  2013-07-18 13:02 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 11:26 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Martin Andersson <g02maran@gmail.com> ---
Perhaps mesa needs to be updated after this commit. I have tried to change mesa
to align to 32768 instead of 4096. With some changes I can make the test pass a
few times before it hangs. It does not hard lock everytime with the changes, so
I managed to get a dmesg. Don't know how useful it is though because of my,
probably incorrect, changes.

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

[-- Attachment #1.2: Type: text/html, Size: 1329 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
  2013-07-18 11:26 ` [Bug 67016] " bugzilla-daemon
@ 2013-07-18 13:02 ` bugzilla-daemon
  2013-07-18 13:22 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 13:02 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Alex Deucher <agd5f@yahoo.com> ---
Does the test work reliably with that kernel commit reverted?  You don't need
to adjust the alignment of anything in mesa.  I don't see how that commit would
cause any regressions.  It just adjusts the alignment of VM page table blocks
in the kernel driver.  Even if cayman doesn't need 32K VM page table alignment,
over-aligning shouldn't hurt.

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

[-- Attachment #1.2: Type: text/html, Size: 1316 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
  2013-07-18 11:26 ` [Bug 67016] " bugzilla-daemon
  2013-07-18 13:02 ` bugzilla-daemon
@ 2013-07-18 13:22 ` bugzilla-daemon
  2013-07-18 13:31 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 13:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Martin Andersson <g02maran@gmail.com> ---
(In reply to comment #2)
> Does the test work reliably with that kernel commit reverted?  You don't
> need to adjust the alignment of anything in mesa.  I don't see how that
> commit would cause any regressions.  It just adjusts the alignment of VM
> page table blocks in the kernel driver.  Even if cayman doesn't need 32K VM
> page table alignment, over-aligning shouldn't hurt.

I ran the test 500 times without fail with RADEON_VA=0 with that kernel commit.

I also ran the test 500 times without fail with that kernel commit reverted and
RADEON_VA=1.

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

[-- Attachment #1.2: Type: text/html, Size: 1622 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-07-18 13:22 ` bugzilla-daemon
@ 2013-07-18 13:31 ` bugzilla-daemon
  2013-07-18 13:33 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 13:31 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Martin Andersson <g02maran@gmail.com> ---
Created attachment 82599
  --> https://bugs.freedesktop.org/attachment.cgi?id=82599&action=edit
dmesg

I managed to get a dmesg without my patches.

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

[-- Attachment #1.2: Type: text/html, Size: 1233 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-07-18 13:31 ` bugzilla-daemon
@ 2013-07-18 13:33 ` bugzilla-daemon
  2013-07-18 13:37 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 13:33 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Alex Deucher <agd5f@yahoo.com> ---
Do you still get the issue with dpm disabled?

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

[-- Attachment #1.2: Type: text/html, Size: 1016 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-07-18 13:33 ` bugzilla-daemon
@ 2013-07-18 13:37 ` bugzilla-daemon
  2013-07-18 13:37 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 13:37 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Michel Dänzer <michel@daenzer.net> ---
That commit causes problems (VM faults, lockups) on my Cape Verde card as well.

I suspect other kernel code needs to be adjusted for the increased buffer
sizes, or something like that.

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

[-- Attachment #1.2: Type: text/html, Size: 1197 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2013-07-18 13:37 ` bugzilla-daemon
@ 2013-07-18 13:37 ` bugzilla-daemon
  2013-07-18 13:45 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 13:37 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from Martin Andersson <g02maran@gmail.com> ---
(In reply to comment #5)
> Do you still get the issue with dpm disabled?

yes

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

[-- Attachment #1.2: Type: text/html, Size: 1132 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (6 preceding siblings ...)
  2013-07-18 13:37 ` bugzilla-daemon
@ 2013-07-18 13:45 ` bugzilla-daemon
  2013-07-18 15:29 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 13:45 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #8 from Alex Deucher <agd5f@yahoo.com> ---
Ok.  I'll go ahead and revert it for now.

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

[-- Attachment #1.2: Type: text/html, Size: 1012 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (7 preceding siblings ...)
  2013-07-18 13:45 ` bugzilla-daemon
@ 2013-07-18 15:29 ` bugzilla-daemon
  2013-07-18 16:13 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 15:29 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #9 from Martin Andersson <g02maran@gmail.com> ---
Created attachment 82616
  --> https://bugs.freedesktop.org/attachment.cgi?id=82616&action=edit
possible fix

This patch fixes the issue for me.

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

[-- Attachment #1.2: Type: text/html, Size: 1328 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (8 preceding siblings ...)
  2013-07-18 15:29 ` bugzilla-daemon
@ 2013-07-18 16:13 ` bugzilla-daemon
  2013-07-18 16:36 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 16:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #10 from Alex Deucher <agd5f@yahoo.com> ---
I think that patch is correct.  We have to align the PTE block size as well.

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

[-- Attachment #1.2: Type: text/html, Size: 1049 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (9 preceding siblings ...)
  2013-07-18 16:13 ` bugzilla-daemon
@ 2013-07-18 16:36 ` bugzilla-daemon
  2013-07-18 17:04 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 16:36 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #11 from Martin Andersson <g02maran@gmail.com> ---
At least it works for me, I have run a complete piglit test(quick.tests) with
that patch without issues, with dpm enabled.

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

[-- Attachment #1.2: Type: text/html, Size: 1109 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (10 preceding siblings ...)
  2013-07-18 16:36 ` bugzilla-daemon
@ 2013-07-18 17:04 ` bugzilla-daemon
  2013-07-18 17:20 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 17:04 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #12 from Christian König <deathsimple@vodafone.de> ---
(In reply to comment #9)
> Created attachment 82616 [details] [review]
> possible fix
> 
> This patch fixes the issue for me.

The patch itself is correct, but the problem is it shouldn't be necessary!

When the increment is incorrect we should just make allot of small page
directory updates instead of one big update, not as efficient but should work
also...

Could you try to setting the increment to something like 0xffffffff and so
disable the accumulation of updates and see if that still doesn't work?

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

[-- Attachment #1.2: Type: text/html, Size: 1885 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (11 preceding siblings ...)
  2013-07-18 17:04 ` bugzilla-daemon
@ 2013-07-18 17:20 ` bugzilla-daemon
  2013-07-18 17:46 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 17:20 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #13 from Alex Deucher <agd5f@yahoo.com> ---
Created attachment 82622
  --> https://bugs.freedesktop.org/attachment.cgi?id=82622&action=edit
only align the pt base to 32k

Does this patch help?  Only the page table base address should need the 32k
alignment.

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

[-- Attachment #1.2: Type: text/html, Size: 1419 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (12 preceding siblings ...)
  2013-07-18 17:20 ` bugzilla-daemon
@ 2013-07-18 17:46 ` bugzilla-daemon
  2013-07-19 11:37 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-18 17:46 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #14 from Martin Andersson <g02maran@gmail.com> ---
(In reply to comment #13)
> Created attachment 82622 [details] [review]
> only align the pt base to 32k
> 
> Does this patch help?  Only the page table base address should need the 32k
> alignment.

Yes that patch fixes the problem.

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

[-- Attachment #1.2: Type: text/html, Size: 1596 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (13 preceding siblings ...)
  2013-07-18 17:46 ` bugzilla-daemon
@ 2013-07-19 11:37 ` bugzilla-daemon
  2013-07-19 15:31 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-19 11:37 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #15 from Christian König <deathsimple@vodafone.de> ---
(In reply to comment #14)
> (In reply to comment #13)
> > Created attachment 82622 [details] [review] [review]
> > only align the pt base to 32k
> > 
> > Does this patch help?  Only the page table base address should need the 32k
> > alignment.
> 
> Yes that patch fixes the problem.

Even if the problem is fixed for now can you please make the test I suggested?

We are still having some problems with the virtual memory support for NI and it
would be nice if  we can narrow thos down a bit more.

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

[-- Attachment #1.2: Type: text/html, Size: 1977 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (14 preceding siblings ...)
  2013-07-19 11:37 ` bugzilla-daemon
@ 2013-07-19 15:31 ` bugzilla-daemon
  2013-07-19 20:11 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-19 15:31 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #16 from Martin Andersson <g02maran@gmail.com> ---
(In reply to comment #15)
> (In reply to comment #14)
> > (In reply to comment #13)
> > > Created attachment 82622 [details] [review] [review] [review]
> > > only align the pt base to 32k
> > > 
> > > Does this patch help?  Only the page table base address should need the 32k
> > > alignment.
> > 
> > Yes that patch fixes the problem.
> 
> Even if the problem is fixed for now can you please make the test I
> suggested?
> 
> We are still having some problems with the virtual memory support for NI and
> it would be nice if  we can narrow thos down a bit more.

I reset the branch to drm-fixes-3.11 and set incr to 0xffffffff. The computer
booted fine but when I ran vs-textureSize-compare the computer locked up.

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

[-- Attachment #1.2: Type: text/html, Size: 2229 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (15 preceding siblings ...)
  2013-07-19 15:31 ` bugzilla-daemon
@ 2013-07-19 20:11 ` bugzilla-daemon
  2014-01-23 12:33 ` bugzilla-daemon
  2019-09-18 19:05 ` bugzilla-daemon
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-07-19 20:11 UTC (permalink / raw)
  To: dri-devel


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

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

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serkan@hosca.com

--- Comment #17 from Alex Deucher <agd5f@yahoo.com> ---
*** Bug 67102 has been marked as a duplicate of this bug. ***

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

[-- Attachment #1.2: Type: text/html, Size: 2034 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (16 preceding siblings ...)
  2013-07-19 20:11 ` bugzilla-daemon
@ 2014-01-23 12:33 ` bugzilla-daemon
  2019-09-18 19:05 ` bugzilla-daemon
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2014-01-23 12:33 UTC (permalink / raw)
  To: dri-devel


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

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

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|DRI                         |Mesa
            Version|DRI CVS                     |unspecified
          Component|DRM/Radeon                  |Drivers/Gallium/r600

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

[-- Attachment #1.2: Type: text/html, Size: 1439 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

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 67016] Lockup on piglit test vs-textureSize-compare with AMD 6950
  2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
                   ` (17 preceding siblings ...)
  2014-01-23 12:33 ` bugzilla-daemon
@ 2019-09-18 19:05 ` bugzilla-daemon
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:05 UTC (permalink / raw)
  To: dri-devel


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

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

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #18 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/454.

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

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

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

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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2019-09-18 19:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-18  0:08 [Bug 67016] New: Lockup on piglit test vs-textureSize-compare with AMD 6950 bugzilla-daemon
2013-07-18 11:26 ` [Bug 67016] " bugzilla-daemon
2013-07-18 13:02 ` bugzilla-daemon
2013-07-18 13:22 ` bugzilla-daemon
2013-07-18 13:31 ` bugzilla-daemon
2013-07-18 13:33 ` bugzilla-daemon
2013-07-18 13:37 ` bugzilla-daemon
2013-07-18 13:37 ` bugzilla-daemon
2013-07-18 13:45 ` bugzilla-daemon
2013-07-18 15:29 ` bugzilla-daemon
2013-07-18 16:13 ` bugzilla-daemon
2013-07-18 16:36 ` bugzilla-daemon
2013-07-18 17:04 ` bugzilla-daemon
2013-07-18 17:20 ` bugzilla-daemon
2013-07-18 17:46 ` bugzilla-daemon
2013-07-19 11:37 ` bugzilla-daemon
2013-07-19 15:31 ` bugzilla-daemon
2013-07-19 20:11 ` bugzilla-daemon
2014-01-23 12:33 ` bugzilla-daemon
2019-09-18 19:05 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.