All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 59945] New: Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"
@ 2013-01-27 21:36 bugzilla-daemon
  2013-01-27 21:37 ` [Bug 59945] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-01-27 21:36 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 59945
          Assignee: dri-devel@lists.freedesktop.org
           Summary: Launching weston fails with error "radeon
                    0000:01:00.0: forbidden register 0x00008040 at 558"
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: g02maran@gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: XOrg CVS
         Component: DRM/Radeon
           Product: DRI

Created attachment 73742
  --> https://bugs.freedesktop.org/attachment.cgi?id=73742&action=edit
patch

When i looked up register 0x00008040 i saw that it was defined as WAIT_UNTIL. 

The function that prints that error is 'evergreen_cs_check_reg' in
evergreen_cs.c. Since the WAIT_UNTIL is not present in reg_srcs/cayman (i have
a radeon 6950) the cayman_reg_safe_bm test fail and since WAIT_UNTIL is not
present in any of the switch cases it hits the default case.

But WAIT_UNTIL was present in reg_srcs/evergreen, so i copied the WAIT_UNTIL
line from evergreen to cayman. I also copied the rest of the WAIT_UNTIL_POLL*
because they seemed related.

This fixed the issue for me but i do not know if this is the proper fix.

Tested on kernel 3.8.0-rc5 and wayland/weston master and mesa master.

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

[-- Attachment #1.2: Type: text/html, Size: 2888 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] 7+ messages in thread

* [Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"
  2013-01-27 21:36 [Bug 59945] New: Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558" bugzilla-daemon
@ 2013-01-27 21:37 ` bugzilla-daemon
  2013-01-27 21:37 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-01-27 21:37 UTC (permalink / raw)
  To: dri-devel


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

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

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

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

[-- Attachment #1.2: Type: text/html, Size: 1277 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] 7+ messages in thread

* [Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"
  2013-01-27 21:36 [Bug 59945] New: Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558" bugzilla-daemon
  2013-01-27 21:37 ` [Bug 59945] " bugzilla-daemon
@ 2013-01-27 21:37 ` bugzilla-daemon
  2013-01-28  2:57 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-01-27 21:37 UTC (permalink / raw)
  To: dri-devel


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

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

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

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

[-- Attachment #1.2: Type: text/html, Size: 1280 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] 7+ messages in thread

* [Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"
  2013-01-27 21:36 [Bug 59945] New: Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558" bugzilla-daemon
  2013-01-27 21:37 ` [Bug 59945] " bugzilla-daemon
  2013-01-27 21:37 ` bugzilla-daemon
@ 2013-01-28  2:57 ` bugzilla-daemon
  2013-01-28  3:15 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-01-28  2:57 UTC (permalink / raw)
  To: dri-devel


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

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

Alex Deucher <agd5f@yahoo.com> changed:

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

--- Comment #3 from Alex Deucher <agd5f@yahoo.com> ---
This is actually a mesa bug caused by:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=24b1206ab2dcd506aaac3ef656aebc8bc20cd27a

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

[-- Attachment #1.2: Type: text/html, Size: 2439 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] 7+ messages in thread

* [Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"
  2013-01-27 21:36 [Bug 59945] New: Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558" bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-01-28  2:57 ` bugzilla-daemon
@ 2013-01-28  3:15 ` bugzilla-daemon
  2013-01-28  8:18 ` bugzilla-daemon
  2013-01-28 17:24 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-01-28  3:15 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Alex Deucher <agd5f@yahoo.com> ---
Created attachment 73753
  --> https://bugs.freedesktop.org/attachment.cgi?id=73753&action=edit
possible fix

The attached mesa patch should fix the issue.

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

[-- Attachment #1.2: Type: text/html, Size: 1415 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] 7+ messages in thread

* [Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"
  2013-01-27 21:36 [Bug 59945] New: Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558" bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-01-28  3:15 ` bugzilla-daemon
@ 2013-01-28  8:18 ` bugzilla-daemon
  2013-01-28 17:24 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-01-28  8:18 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Martin Andersson <g02maran@gmail.com> ---
Your patch fixes the issue, thanks.

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

[-- Attachment #1.2: Type: text/html, Size: 1110 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] 7+ messages in thread

* [Bug 59945] Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558"
  2013-01-27 21:36 [Bug 59945] New: Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558" bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-01-28  8:18 ` bugzilla-daemon
@ 2013-01-28 17:24 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2013-01-28 17:24 UTC (permalink / raw)
  To: dri-devel


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

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

Alex Deucher <agd5f@yahoo.com> changed:

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

--- Comment #6 from Alex Deucher <agd5f@yahoo.com> ---
fixed in:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e110c98cae0ceae47db6cf26c08707505ce92479

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

[-- Attachment #1.2: Type: text/html, Size: 2289 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] 7+ messages in thread

end of thread, other threads:[~2013-01-28 17:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-27 21:36 [Bug 59945] New: Launching weston fails with error "radeon 0000:01:00.0: forbidden register 0x00008040 at 558" bugzilla-daemon
2013-01-27 21:37 ` [Bug 59945] " bugzilla-daemon
2013-01-27 21:37 ` bugzilla-daemon
2013-01-28  2:57 ` bugzilla-daemon
2013-01-28  3:15 ` bugzilla-daemon
2013-01-28  8:18 ` bugzilla-daemon
2013-01-28 17:24 ` 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.