https://bugs.freedesktop.org/show_bug.cgi?id=36018
Summary: RV516 - invalid command stream, forbidden register errors Product: Mesa Version: 7.9 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/Radeon AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: tkrah@fachschaft.imn.htwk-leipzig.de
Since upgrade to 2.6.38.2 i see this messages in dmesg very often - but did not find any other visible error i can tell:
[258869.776561] [drm:r100_cs_packet_parse] *ERROR* Unknown packet type 1 at 530 ! [258869.776565] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [274506.665934] [drm:r100_cs_packet_parse] *ERROR* Unknown packet type 1 at 3906 ! [274506.665939] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [274506.761322] [drm:r100_cs_packet_parse] *ERROR* Unknown packet type 1 at 3906 ! [274506.761327] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [359556.227509] [drm:r100_cs_packet_parse] *ERROR* Unknown packet type 1 at 474 ! [359556.227514] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [359556.232751] [drm:r100_cs_packet_parse] *ERROR* Unknown packet type 1 at 9244 ! [359556.232755] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [364386.404628] [drm:r100_cs_packet_parse] *ERROR* Unknown packet type 1 at 452 ! [364386.404633] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [364456.416231] [drm:r100_cs_packet_parse] *ERROR* Unknown packet type 1 at 530 ! [364456.416237] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [364557.291013] [drm:r100_cs_packet_parse] *ERROR* Unknown packet type 1 at 1484 ! [364557.291018] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [365187.479279] Forbidden register 0x0000 in cs at 7249 (val=41d00000) [365187.479283] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [365190.322723] Forbidden register 0x0000 in cs at 14669 (val=41d00000) [365190.322728] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream ! [365191.531160] Forbidden register 0x0000 in cs at 711 (val=41d00000) [365191.531166] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
Are these messages serious, any things i can provide to get rid of them?
https://bugs.freedesktop.org/show_bug.cgi?id=36018
--- Comment #1 from Michel Dänzer michel@daenzer.net 2011-04-06 02:14:00 PDT --- (In reply to comment #1)
Are these messages serious, any things i can provide to get rid of them?
They mean that some rendering operations are dropped, do you notice any visual elements missing or looking incorrect? Is there anything related in the stderr output of 3D apps?
Please attach (as opposed to paste) the output of glxinfo.
https://bugs.freedesktop.org/show_bug.cgi?id=36018
--- Comment #2 from Torsten Krah tkrah@fachschaft.imn.htwk-leipzig.de 2011-04-06 04:09:27 PDT --- Created an attachment (id=45340) --> (https://bugs.freedesktop.org/attachment.cgi?id=45340) glxinfo output
GlxInfo Output. Sometimes i miss the graphics of my gnome cpufreq applets (got 4 - 2 are showing, 2 are garbled - don't know if this is related to those error messages).
https://bugs.freedesktop.org/show_bug.cgi?id=36018
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/DRI/Radeon |Drivers/DRI/r300
--- Comment #3 from Michel Dänzer michel@daenzer.net 2011-04-06 05:06:56 PDT --- (In reply to comment #2)
Sometimes i miss the graphics of my gnome cpufreq applets (got 4 - 2 are showing, 2 are garbled - don't know if this is related to those error messages).
It might be. If you disable/remove the garbled ones, do the kernel messages stop?
Are you using compiz or another compositing manager that uses OpenGL?
https://bugs.freedesktop.org/show_bug.cgi?id=36018
--- Comment #4 from Torsten Krah tkrah@fachschaft.imn.htwk-leipzig.de 2011-04-06 06:04:23 PDT --- At the moment all are showing fine and nothing is garbled - no kernel messages shown at the moment (don't know how to trigger them). No i am using plain metacity - all effects disabled, no OpenGL usage afaik.
https://bugs.freedesktop.org/show_bug.cgi?id=36018
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|Mesa |xorg Version|7.9 |unspecified Component|Drivers/DRI/r300 |Driver/Radeon AssignedTo|dri-devel@lists.freedesktop |xorg-driver-ati@lists.x.org |.org | QAContact| |xorg-team@lists.x.org
--- Comment #5 from Michel Dänzer michel@daenzer.net 2011-04-06 06:57:12 PDT --- If there's no OpenGL involved, it can't be a Mesa driver issue. So you're saying that the messages happened while only using the X driver, and only with kernel 2.6.38.2? Which kernel did you use before?
dri-devel@lists.freedesktop.org