dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 40936] New: register address overlap make line stipple error
@ 2011-09-16 12:16 bugzilla-daemon
  2011-09-16 17:19 ` [Bug 40936] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-09-16 12:16 UTC (permalink / raw)
  To: dri-devel

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

           Summary: register address overlap make line stipple error
           Product: Mesa
           Version: 7.11
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: raoxianhong@163.net


In file r700_chip.c function r700SendSUState:
        R600_OUT_BATCH_REGSEQ(PA_SU_POINT_SIZE, 4);
        R600_OUT_BATCH(r700->PA_SU_POINT_SIZE.u32All);
        R600_OUT_BATCH(r700->PA_SU_POINT_MINMAX.u32All);
        R600_OUT_BATCH(r700->PA_SU_LINE_CNTL.u32All);
        R600_OUT_BATCH(r700->PA_SU_VTX_CNTL.u32All);
must be:
        R600_OUT_BATCH_REGSEQ(PA_SU_POINT_SIZE, 3);
        R600_OUT_BATCH(r700->PA_SU_POINT_SIZE.u32All);
        R600_OUT_BATCH(r700->PA_SU_POINT_MINMAX.u32All);
        R600_OUT_BATCH(r700->PA_SU_LINE_CNTL.u32All);
        R600_OUT_BATCH_REGVAL(PA_SU_VTX_CNTL, r700->PA_SU_VTX_CNTL.u32All);
NOTE: 
        PA_SU_POINT_SIZE          ;  /* 0xA280 */
        PA_SU_POINT_MINMAX        ;  /* 0xA281 */
        PA_SU_LINE_CNTL           ;  /* 0xA282 */
        PA_SU_VTX_CNTL            ;  /* 0xA302 */
        PA_SC_LINE_STIPPLE        ;  /* 0xA283 */

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 40936] register address overlap make line stipple error
  2011-09-16 12:16 [Bug 40936] New: register address overlap make line stipple error bugzilla-daemon
@ 2011-09-16 17:19 ` bugzilla-daemon
  2011-09-17  8:38 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-09-16 17:19 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Michel Dänzer <michel@daenzer.net> 2011-09-16 10:19:46 PDT ---
Please send a patch to the mesa-dev mailing list, but beware that the classic
r600 driver is deprecated in favour of r600g.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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

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

* [Bug 40936] register address overlap make line stipple error
  2011-09-16 12:16 [Bug 40936] New: register address overlap make line stipple error bugzilla-daemon
  2011-09-16 17:19 ` [Bug 40936] " bugzilla-daemon
@ 2011-09-17  8:38 ` bugzilla-daemon
  2012-02-22 18:02 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-09-17  8:38 UTC (permalink / raw)
  To: dri-devel

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

raoxianhong <raoxianhong@163.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |25764

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 40936] register address overlap make line stipple error
  2011-09-16 12:16 [Bug 40936] New: register address overlap make line stipple error bugzilla-daemon
  2011-09-16 17:19 ` [Bug 40936] " bugzilla-daemon
  2011-09-17  8:38 ` bugzilla-daemon
@ 2012-02-22 18:02 ` bugzilla-daemon
  2012-11-02 16:30 ` bugzilla-daemon
  2014-07-07 16:05 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-02-22 18:02 UTC (permalink / raw)
  To: dri-devel

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

Bug 40936 depends on bug 25764, which changed state.

Bug 25764 Summary: [RADEON:R600C] glLineStipple gives inconsistent results
https://bugs.freedesktop.org/show_bug.cgi?id=25764

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
         Resolution|                            |FIXED
             Status|NEW                         |RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 40936] register address overlap make line stipple error
  2011-09-16 12:16 [Bug 40936] New: register address overlap make line stipple error bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-02-22 18:02 ` bugzilla-daemon
@ 2012-11-02 16:30 ` bugzilla-daemon
  2014-07-07 16:05 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-11-02 16:30 UTC (permalink / raw)
  To: dri-devel


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

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

Andreas Boll <andreas.boll.dev@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Andreas Boll <andreas.boll.dev@gmail.com> ---
Note: classic r600 driver has been abandoned.
Please use r600g (gallium driver) instead.

Is this still an issue with a newer driver/kernel?

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

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

* [Bug 40936] register address overlap make line stipple error
  2011-09-16 12:16 [Bug 40936] New: register address overlap make line stipple error bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-11-02 16:30 ` bugzilla-daemon
@ 2014-07-07 16:05 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2014-07-07 16:05 UTC (permalink / raw)
  To: dri-devel


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

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

Andreas Boll <andreas.boll.dev@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Andreas Boll <andreas.boll.dev@gmail.com> ---
The classic r600 driver has been abandoned long ago.
It was replaced by the Gallium driver r600g.

If you have issues with r600g please file a new bug report with component
Drivers/Gallium/r600

Thanks.

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

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

end of thread, other threads:[~2014-07-07 16:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 12:16 [Bug 40936] New: register address overlap make line stipple error bugzilla-daemon
2011-09-16 17:19 ` [Bug 40936] " bugzilla-daemon
2011-09-17  8:38 ` bugzilla-daemon
2012-02-22 18:02 ` bugzilla-daemon
2012-11-02 16:30 ` bugzilla-daemon
2014-07-07 16:05 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).