Displaying 4 results from an estimated 4 matches for "nouveau_pmops_freeze".
2013 Oct 07
9
[Bug 70213] New: [git-v3.12-rc3 + nouveau HEAD] Vmalloc failure -> pci_pm_freeze(): nouveau_pmops_freeze+0x0/0x50 returns -12
https://bugs.freedesktop.org/show_bug.cgi?id=70213
Priority: medium
Bug ID: 70213
Assignee: nouveau at lists.freedesktop.org
Summary: [git-v3.12-rc3 + nouveau HEAD] Vmalloc failure ->
pci_pm_freeze(): nouveau_pmops_freeze+0x0/0x50 returns
-12
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: ronald645 at gmail.com
Hardware: Other
Status: NEW
Version: git
Com...
2017 Jan 21
3
[Bug 99482] New: nouveau driver returns -16 trying to hibernate
...laptop kernel: nouveau 0000:01:00.0: DRM: waiting for kernel
channels to go idle...
Jan 20 17:42:15 laptop kernel: nouveau 0000:01:00.0: DRM: failed to idle
channel 0 [DRM]
Jan 20 17:42:15 laptop kernel: nouveau 0000:01:00.0: DRM: resuming display...
Jan 20 17:42:15 laptop kernel: pci_pm_freeze(): nouveau_pmops_freeze+0x0/0x20
[nouveau] returns -16
Jan 20 17:42:15 laptop kernel: dpm_run_callback(): pci_pm_freeze+0x0/0xf0
returns -16
Jan 20 17:42:15 laptop kernel: PM: Device 0000:01:00.0 failed to freeze async:
error -16
Jan 20 17:42:15 laptop kernel: usb usb1: root hub lost power or was reset
Jan 20 17:42:15 lap...
2019 Jul 23
0
[PATCH] drm/nouveau: Use dev_get_drvdata where possible
...(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 7c2fcaba42d6..23203dae2137 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -883,16 +883,14 @@ nouveau_pmops_resume(struct device *dev)
static int
nouveau_pmops_freeze(struct device *dev)
{
- struct pci_dev *pdev = to_pci_dev(dev);
- struct drm_device *drm_dev = pci_get_drvdata(pdev);
+ struct drm_device *drm_dev = dev_get_drvdata(dev);
return nouveau_do_suspend(drm_dev, false);
}
static int
nouveau_pmops_thaw(struct device *dev)
{
- struct pci_dev *pdev...
2014 Nov 17
0
kworker/u16:57: page allocation failure: order:0, mode:0x284000
...[ttm]
[<c040c498>] ? sched_clock+0x8/0x10
[<f83eb41d>] ? nv84_fence_sync+0x3d/0x60 [nouveau]
[<f8180a23>] ttm_bo_force_list_clean+0x63/0xb0 [ttm]
[<f8180c1a>] ttm_bo_evict_mm+0x2a/0x60 [ttm]
[<f83dd028>] nouveau_do_suspend+0x78/0x2d0 [nouveau]
[<f83dd305>] nouveau_pmops_freeze+0x15/0x20 [nouveau]
[<c0798bad>] pci_pm_freeze+0x4d/0xd0
[<c087566f>] dpm_run_callback+0x6f/0x420
[<c0798b60>] ? pci_pm_poweroff+0xe0/0xe0
[<c08764d4>] __device_suspend+0xf4/0x2d0
[<c08766cf>] async_suspend+0x1f/0x90
[<c047d25e>] async_run_entry_fn+0x4e/0x1...