search for: nvkm_devinit_fini

Displaying 2 results from an estimated 2 matches for "nvkm_devinit_fini".

Did you mean: nv04_devinit_fini
2016 Apr 01
0
[PATCH] devinit/gf100: make devinit on resume safer
...rently 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 NvForcePost also needs to be slightly reworked in order to keep working. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> Suggested-by: Dave Airlie <airlied at redhat.com> Suggested-by: Karol Herbst <nouveau at karolherbst.de> --- drm/nouveau/inc...
2019 Sep 23
8
[PATCH 0/8] Add workaround for fixing runpm
Changes since last sent: * add a patch to set the device into DRM_SWITCH_POWER_CHANGING state (can be dropped actually, I thought I was needing it, came up with a different approach and forgot to delete it, doesn't hurt though) * expose information about runtime suspending to nvkm so that we can run the pcie workaround only on runtime suspend Karol Herbst (8): pci: disable ASPM