bugzilla-daemon at freedesktop.org
2014-Nov-22 10:50 UTC
[Nouveau] [Bug 86566] New: [NV96] nouveau_pmops_suspend returns -16
https://bugs.freedesktop.org/show_bug.cgi?id=86566
Bug ID: 86566
Summary: [NV96] nouveau_pmops_suspend returns -16
Product: xorg
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: pierre.morrow at free.fr
QA Contact: xorg-team at lists.x.org
Created attachment 109842
--> https://bugs.freedesktop.org/attachment.cgi?id=109842&action=edit
dmesg with noaccel=1 config=NvForcePost=1
Hardware:
* 9600M GT (NV96)
* 9400M (NVAC)
Tested on
http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=8c83f75747abb996509d01d30104fe820eae9d67
The NV96 card fails to suspend, with nouveau_pmops_suspend returning -16.
PDISPLAY.CHANNEL[0].STAT (0x610200) value is not the one expected after the
channel deactivation (see nv50_disp_core_fini in core/engine/disp/nv50.c).
I compared mmiotraces from Nouveau and the blob. 0x610200 default values differ
greatly - for Nouveau: 0x0d050029, for Nvidia: 0x48000008 - if
config=NvForcePost=1 isn't given (the blob is running it by default, not
Nouveau); adding ForcePost doesn't help. There are some differences in SOR
and
PIOR caps but getting them to match the blob ones doesn't help.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/nouveau/attachments/20141122/17c0a49a/attachment.html>
bugzilla-daemon at freedesktop.org
2015-May-06 21:33 UTC
[Nouveau] [Bug 86566] [NV96] nouveau_pmops_suspend returns -16
https://bugs.freedesktop.org/show_bug.cgi?id=86566 --- Comment #1 from Pierre Moreau <pierre.morrow at free.fr> --- Still an issue with latest Git. Any ideas on what could go wrong / how to proceed - apart from shamelessly copy/pasting the blob :D -? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150506/91978bb5/attachment.html>
bugzilla-daemon at freedesktop.org
2015-Sep-03 23:27 UTC
[Nouveau] [Bug 86566] [NV96] nouveau_pmops_suspend returns -16
https://bugs.freedesktop.org/show_bug.cgi?id=86566
Pierre Moreau <pierre.morrow at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Pierre Moreau <pierre.morrow at free.fr> ---
Same fix as for #86537.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/nouveau/attachments/20150903/ef5e5aba/attachment.html>
Possibly Parallel Threads
- [Bug 86537] New: [NV96] Unable to handle page request from nv50_crtc_prepare
- [Bug 82726] New: [NV96][NVAC] [Regression] [Bisected] Probe failed with error -12
- [Bug 20860] New: 2D part problems + KMS on NV96
- [Bug 86618] New: [NV96] neg modifiers not working in MIN and MAX operations
- [PATCH nouveau 09/11] drm: export some variable and functions to resue the PM functions