Displaying 4 results from an estimated 4 matches for "94725".
2016 Apr 01
0
[Bug 94725] Nouveau driver fails to poweron GPU on GM204 after dynamic poweroff
https://bugs.freedesktop.org/show_bug.cgi?id=94725
--- Comment #13 from Karol Herbst <freedesktop at karolherbst.de> ---
(In reply to Rashed Abdel-Tawab from comment #10)
> Created attachment 122654 [details]
> dmesg using tentative fix
>
> Alexandre, using the tentative fix you uploaded it switches GPUs properly
> now. Here...
2016 Mar 27
34
[Bug 94725] New: Nouveau driver fails to load on GM204
https://bugs.freedesktop.org/show_bug.cgi?id=94725
Bug ID: 94725
Summary: Nouveau driver fails to load on GM204
Product: xorg
Version: unspecified
Hardware: Other
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: D...
2016 Apr 01
0
[PATCH] secboot: print status message on success
...troubleshooting issues that may be caused by
firmware loading being delayed - without an explicit message we have no
way to know whether secure boot has been performed or not.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
This has been inspired by Ilia's comment on FD bug 94725. Will be useful
to have for future cases like this one.
drm/nouveau/nvkm/subdev/secboot/base.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/drm/nouveau/nvkm/subdev/secboot/base.c b/drm/nouveau/nvkm/subdev/secboot/base.c
index 520facf9bc07..a4f314803137 100644
--- a/d...
2016 Apr 01
0
[PATCH] devinit/gf100: make devinit on resume safer
In case of successful suspend, devinit will have to be run and this is
the behavior currently hardcoded. However, as FD bug 94725 suggests,
there might be cases where runtime suspend leaves the GPU powered, and
in such cases devinit should not be run on resume.
On GF100+ we have a reliable way to know whether we need to run devinit.
Use it instead of blindly trusting the flag set by nvkm_devinit_fini().
The code around the...