bugzilla-daemon at freedesktop.org
2015-Nov-09 09:56 UTC
[Nouveau] [Bug 92870] New: GF117M nvkm_pmu_pgob fault
https://bugs.freedesktop.org/show_bug.cgi?id=92870
Bug ID: 92870
Summary: GF117M nvkm_pmu_pgob fault
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: xiaotian.wu at i-soft.com.cn
QA Contact: xorg-team at lists.x.org
Created attachment 119500
--> https://bugs.freedesktop.org/attachment.cgi?id=119500&action=edit
error message.
Dell notebook vostro 2421, lspci output:
Intel Corporation 3rd Gen Core processor Graphics Controller
NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT
620M/625M/630M/720M]
When use kernel 4.2.x, all is ok.
If use kernel 4.3.x, kernel panic. Please see attachment for more message.
--
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/20151109/20ad276a/attachment.html>
bugzilla-daemon at freedesktop.org
2015-Nov-09 09:59 UTC
[Nouveau] [Bug 92870] GF117M nvkm_pmu_pgob fault
https://bugs.freedesktop.org/show_bug.cgi?id=92870
Wu Xiaotian <xiaotian.wu at i-soft.com.cn> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #119500|text/plain |image/jpeg
mime type| |
--
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/20151109/57f08f7a/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2015-Nov-09 10:11 UTC
[Nouveau] [Bug 92870] GF117M nvkm_pmu_pgob fault
https://bugs.freedesktop.org/show_bug.cgi?id=92870
--- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Interesting. The v4.3 kernel has:
void
nvkm_pmu_pgob(struct nvkm_pmu *pmu, bool enable)
{
if (pmu->func->pgob)
pmu->func->pgob(pmu, enable);
}
But Ben's latest upstream has:
void
nvkm_pmu_pgob(struct nvkm_pmu *pmu, bool enable)
{
if (pmu && pmu->func->pgob)
pmu->func->pgob(pmu, enable);
}
And indeed it looks like the GF117 is missing a PMU definition. I have no idea
why that'd be the case, but it was that way before the rewrite as well. The
simplest thing is to fix up that function as above, but I think we may also
want to enable the PMU on GF117.
--
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/20151109/fe1ec359/attachment.html>
bugzilla-daemon at freedesktop.org
2015-Nov-09 10:42 UTC
[Nouveau] [Bug 92870] GF117M nvkm_pmu_pgob fault - v4.3 regression
https://bugs.freedesktop.org/show_bug.cgi?id=92870
Ilia Mirkin <imirkin at alum.mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|GF117M nvkm_pmu_pgob fault |GF117M nvkm_pmu_pgob fault
| |- v4.3 regression
--
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/20151109/c7e63111/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Dec-04 09:06 UTC
[Nouveau] [Bug 92870] GF117M nvkm_pmu_pgob fault - v4.3 regression
https://bugs.freedesktop.org/show_bug.cgi?id=92870
Martin Peres <martin.peres at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |MOVED
Status|NEW |RESOLVED
--- Comment #2 from Martin Peres <martin.peres at free.fr> ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this link
to our GitLab instance:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/232.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/nouveau/attachments/20191204/db4891ab/attachment.html>
Seemingly Similar Threads
- [PATCH 2/2] gr/gf100: do not assume a PMU is present
- [PATCH 2/2] gr/gf100: do not assume a PMU is present
- [PATCH 0/2] two trivial PMU fixes
- [Bug 85742] New: GF117M Can *not* use nouveau at all
- Backport request for commit 579b7c582 (drm/nouveau/pmu: do not assume a PMU is present)