All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 78863] New: [nv50] errors when starts gnome-shell
@ 2014-05-18 14:32 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
       [not found] ` <bug-78863-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  0 siblings, 1 reply; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-05-18 14:32 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

          Priority: medium
            Bug ID: 78863
          Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
           Summary: [nv50] errors when starts gnome-shell
        QA Contact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: mattia.b89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Driver/nouveau
           Product: xorg

Created attachment 99275
  --> https://bugs.freedesktop.org/attachment.cgi?id=99275&action=edit
log from dmesg

I get these two non-fatal errors with gnome-shell:

[  164.903589] nouveau E[  PGRAPH][0000:01:00.0] DATA_ERROR INVALID_VALUE
[  164.903603] nouveau E[  PGRAPH][0000:01:00.0] ch 4 [0x003f92b000
gnome-shell[1242]] subc 3 class 0x8297 mthd 0x0e04 data 0xfebf0000
[  164.903616] nouveau E[  PGRAPH][0000:01:00.0] DATA_ERROR INVALID_VALUE
[  164.903622] nouveau E[  PGRAPH][0000:01:00.0] ch 4 [0x003f92b000
gnome-shell[1242]] subc 3 class 0x8297 mthd 0x0e08 data 0xffc70000

my configuration:
x86_64 archlinux kernel-3.14.2-1
xf86-video-nouveau-1.0.10-2
gnome-shell-3.12.2-1

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

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

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000
       [not found] ` <bug-78863-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2014-05-18 14:51   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-05-18 16:41   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-05-18 14:51 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[nv50] errors when starts   |[NV92] errors when starts
                   |gnome-shell                 |gnome-shell - INVALID_VALUE
                   |                            |class 0x8297 mthd 0x0e04
                   |                            |data 0xfebf0000

--- Comment #1 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
Are there any rendering issues, or just these errors?

$ lookup -a 92 -d NV01_SUBCHAN -- -v obj-class NV84_3D e04 0xfebf0000
SCISSOR_HORIZ[0] => { MIN = 0 | MAX = 65215 }
$ lookup -a 92 -d NV01_SUBCHAN -- -v obj-class NV84_3D e08 0xfebf0000
SCISSOR_VERT[0] => { MIN = 0 | MAX = 65215 }

Those indeed appear to be invalid. I thought I had a thing clamping the
value... What version of mesa are you using?

Hm, looks like the clamping is missing on the blit_3d path, but that'd only be
an issue if someone had specified negative scissor bounds... hopefully the
upper layers disallow that.

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

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

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000
       [not found] ` <bug-78863-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2014-05-18 14:51   ` [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-05-18 16:41   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-05-18 16:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-05-18 16:41 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

--- Comment #2 from mattia.b89 <mattia.b89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
(In reply to comment #1)
> Are there any rendering issues, or just these errors?
> 
> $ lookup -a 92 -d NV01_SUBCHAN -- -v obj-class NV84_3D e04 0xfebf0000
> SCISSOR_HORIZ[0] => { MIN = 0 | MAX = 65215 }
> $ lookup -a 92 -d NV01_SUBCHAN -- -v obj-class NV84_3D e08 0xfebf0000
> SCISSOR_VERT[0] => { MIN = 0 | MAX = 65215 }
> 
> Those indeed appear to be invalid. I thought I had a thing clamping the
> value... What version of mesa are you using?
> 
> Hm, looks like the clamping is missing on the blit_3d path, but that'd only
> be an issue if someone had specified negative scissor bounds... hopefully
> the upper layers disallow that.

probably I have that issue/artifact: sometime, portion of a window isn't drawed
but because simply gray 

mesa-10.1.3-1

I don't have "lookup" command and I don't find how to get it....teach it to me

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

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

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000
       [not found] ` <bug-78863-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
  2014-05-18 14:51   ` [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-05-18 16:41   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-05-18 16:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-05-18 17:04   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
                     ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-05-18 16:44 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

--- Comment #3 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
(In reply to comment #2)
> probably I have that issue/artifact: sometime, portion of a window isn't
> drawed but because simply gray 
> 
> mesa-10.1.3-1

Can you check if this still happens with mesa 10.2-rc3? This should have the
clamping logic I mentioned above. (Except in the 3d blit path, but I'm hoping
that's not the issue.)

> 
> I don't have "lookup" command and I don't find how to get it....teach it to
> me

lookup is from envytools. You shouldn't need to use it, unless you're
interested in nouveau dev. That was just to decode the errors.

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

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

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000
       [not found] ` <bug-78863-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (2 preceding siblings ...)
  2014-05-18 16:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-05-18 17:04   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-05-22  8:03   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-05-28  8:02   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-05-18 17:04 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

--- Comment #4 from mattia.b89 <mattia.b89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
(In reply to comment #3)
> (In reply to comment #2)
> > probably I have that issue/artifact: sometime, portion of a window isn't
> > drawed but because simply gray 
> > 
> > mesa-10.1.3-1
> 
> Can you check if this still happens with mesa 10.2-rc3? This should have the
> clamping logic I mentioned above. (Except in the 3d blit path, but I'm
> hoping that's not the issue.)
> 

at the moment I can't try, but when I can I'll do it !

> > 
> > I don't have "lookup" command and I don't find how to get it....teach it to
> > me
> 
> lookup is from envytools. You shouldn't need to use it, unless you're
> interested in nouveau dev. That was just to decode the errors.

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

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

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000
       [not found] ` <bug-78863-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (3 preceding siblings ...)
  2014-05-18 17:04   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-05-22  8:03   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  2014-05-28  8:02   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-05-22  8:03 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

--- Comment #5 from mattia.b89 <mattia.b89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
with mesa-10.1.4-1
the issue remain

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

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

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

* [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000
       [not found] ` <bug-78863-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
                     ` (4 preceding siblings ...)
  2014-05-22  8:03   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-05-28  8:02   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-05-28  8:02 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW


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

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

mattia.b89 <mattia.b89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> changed:

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

--- Comment #6 from mattia.b89 <mattia.b89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
is! with mesa 10.2.0rc4 I haven't the issue
I mark this bug as solved

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

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

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

_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

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

end of thread, other threads:[~2014-05-28  8:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-18 14:32 [Bug 78863] New: [nv50] errors when starts gnome-shell bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-78863-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-05-18 14:51   ` [Bug 78863] [NV92] errors when starts gnome-shell - INVALID_VALUE class 0x8297 mthd 0x0e04 data 0xfebf0000 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-05-18 16:41   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-05-18 16:44   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-05-18 17:04   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-05-22  8:03   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-05-28  8:02   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ

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.