* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2010-11-18 20:26 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-18 21:46 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-18 20:26 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
--- Comment #1 from Patrice Mandin <patmandin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2010-11-18 12:26:26 PST ---
Just noticed that in my log: the first error happens on channel with object
0x8a (NVXX_IMAGE_FROM_CPU), the following errors happen on a different channel
with object 0x39 (NVXX_MEMORY_TO_MEMORY_FORMAT) however the called methods
match the first object.
--
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] 10+ messages in thread* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2010-11-18 20:26 ` [Bug 31637] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-11-18 21:46 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-18 22:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-18 21:46 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
--- Comment #2 from Patrice Mandin <patmandin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2010-11-18 13:46:38 PST ---
I just compared timing info (from both kernel and X log files), and the error
happens after nouveau_channel_free() has been called, from NVTakedownDma() in
the DDX.
So it appears something is not totally cleaned up, and the fifo is still
executing commands.
--
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] 10+ messages in thread* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2010-11-18 20:26 ` [Bug 31637] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-18 21:46 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-11-18 22:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-19 7:41 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-18 22:11 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
--- Comment #3 from Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> 2010-11-18 14:11:38 PST ---
Created an attachment (id=40400)
View: https://bugs.freedesktop.org/attachment.cgi?id=40400
Review: https://bugs.freedesktop.org/review?bug=31637&attachment=40400
nouveau_grobj_sync.patch
This patch might help.
--
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] 10+ messages in thread* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (2 preceding siblings ...)
2010-11-18 22:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-11-19 7:41 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-19 17:44 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-19 7:41 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
--- Comment #4 from Patrice Mandin <patmandin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2010-11-18 23:41:25 PST ---
Created an attachment (id=40403)
--> (https://bugs.freedesktop.org/attachment.cgi?id=40403)
Kernel log with patch and more debug message
Your patch does not change anything. I also added some debug messages in
nouveau_channel_idle() at start and end of the function, and the error appears
in the middle of it.
--
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] 10+ messages in thread* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (3 preceding siblings ...)
2010-11-19 7:41 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-11-19 17:44 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-19 19:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-19 17:44 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
--- Comment #5 from Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> 2010-11-19 09:44:29 PST ---
Created an attachment (id=40409)
View: https://bugs.freedesktop.org/attachment.cgi?id=40409
Review: https://bugs.freedesktop.org/review?bug=31637&attachment=40409
nvfx_screen_destroy_flush.patch
(In reply to comment #4)
> Created an attachment (id=40403)
--> (https://bugs.freedesktop.org/attachment.cgi?id=40403)
> Kernel log with patch and more debug message
>
> Your patch does not change anything. I also added some debug messages in
> nouveau_channel_idle() at start and end of the function, and the error appears
> in the middle of it.
Right, you'll need this mesa patch in addition to the other one.
--
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] 10+ messages in thread* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (4 preceding siblings ...)
2010-11-19 17:44 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-11-19 19:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-20 13:41 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-19 19:13 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
--- Comment #6 from Patrice Mandin <patmandin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2010-11-19 11:13:32 PST ---
This mesa patch does not change anything (obviously, because I have nothing
running that may be using mesa, and system-wide the software renderer is used).
However, when running glxgears with nouveau mesa backend, sometimes the error
does not trigger (with or without the mesa patch).
--
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] 10+ messages in thread* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (5 preceding siblings ...)
2010-11-19 19:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-11-20 13:41 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-20 20:01 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-22 2:54 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-20 13:41 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #40409|0 |1
is obsolete| |
--- Comment #7 from Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> 2010-11-20 05:41:32 PST ---
Created an attachment (id=40434)
View: https://bugs.freedesktop.org/attachment.cgi?id=40434
Review: https://bugs.freedesktop.org/review?bug=31637&attachment=40434
libdrm_gpuobj_flush.patch
This libdrm patch along with "nouveau_grobj_sync.patch" should fix both your
KDM issue and the gallium issue that was reported earlier.
--
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] 10+ messages in thread* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (6 preceding siblings ...)
2010-11-20 13:41 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-11-20 20:01 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2010-11-22 2:54 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-20 20:01 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
--- Comment #8 from Patrice Mandin <patmandin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2010-11-20 12:01:45 PST ---
With patched libdrm, no error triggers, and I even removed the patch to DDX to
be sure :).
So kernel+libdrm patch seems ok to me.
--
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] 10+ messages in thread* [Bug 31637] NV30, PFIFO_CACHE_ERROR when stopping kdm
[not found] ` <bug-31637-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (7 preceding siblings ...)
2010-11-20 20:01 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2010-11-22 2:54 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2010-11-22 2:54 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
https://bugs.freedesktop.org/show_bug.cgi?id=31637
Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Francisco Jerez <currojerez-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org> 2010-11-21 18:54:43 PST ---
(In reply to comment #8)
> With patched libdrm, no error triggers, and I even removed the patch to DDX to
> be sure :).
>
> So kernel+libdrm patch seems ok to me.
This should be fixed in master now.
--
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] 10+ messages in thread