Displaying 9 results from an estimated 9 matches for "nouveau_drm_preclose".
2017 Jul 12
2
[PATCH] drm/nouveau: split nouveau_drm_postclose back in pre/postclose
This patch brings back the old nouveau_drm_preclose and nouveau_drm_postclose
functions for closing down a drm device
Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
---
drivers/gpu/drm/nouveau/nouveau_drm.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_dr...
2017 Mar 08
1
[PATCH 14/24] drm/nouveau: Merge pre/postclose hooks
...u/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index f0bb7606eb8b..0e26be017de7 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -881,7 +881,7 @@ nouveau_drm_open(struct drm_device *dev, struct drm_file *fpriv)
}
static void
-nouveau_drm_preclose(struct drm_device *dev, struct drm_file *fpriv)
+nouveau_drm_postclose(struct drm_device *dev, struct drm_file *fpriv)
{
struct nouveau_cli *cli = nouveau_cli(fpriv);
struct nouveau_drm *drm = nouveau_drm(dev);
@@ -897,12 +897,6 @@ nouveau_drm_preclose(struct drm_device *dev, struct drm_file *...
2017 May 08
1
[PATCH RESEND 1/4] drm/nouveau: Merge pre/postclose hooks
...u/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 2b6ac24ce690..ec719df619a6 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -881,7 +881,7 @@ nouveau_drm_open(struct drm_device *dev, struct drm_file *fpriv)
}
static void
-nouveau_drm_preclose(struct drm_device *dev, struct drm_file *fpriv)
+nouveau_drm_postclose(struct drm_device *dev, struct drm_file *fpriv)
{
struct nouveau_cli *cli = nouveau_cli(fpriv);
struct nouveau_drm *drm = nouveau_drm(dev);
@@ -897,12 +897,6 @@ nouveau_drm_preclose(struct drm_device *dev, struct drm_file *...
2017 Jul 12
2
[regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335
On Wed, 2017-07-12 at 07:37 -0400, Ilia Mirkin wrote:
> On Wed, Jul 12, 2017 at 7:25 AM, Mike Galbraith <efault at gmx.de> wrote:
> > On Wed, 2017-07-12 at 11:55 +0200, Mike Galbraith wrote:
> >> On Tue, 2017-07-11 at 14:22 -0400, Ilia Mirkin wrote:
> >> >
> >> > Some display stuff did change for 4.13 for GM20x+ boards. If it's not
> >>
2017 Mar 12
4
[Bug 100167] New: nouveau sometimes doesn’t resume properly from suspend
...screen locker; it locks the session but
fails to present anything on the screen, so I have to go to VT2 and use
`loginctl`. But VT switch becomes unreliable: switching from X to console
succeeds at second attempt (while switching back seems to succeed always).
Also I just found one app hanging in `nouveau_drm_preclose` (`D` too),
consuming zero RAM. (pid=6455, noticed in the log)
It’s strange but already running applications usually continue to work
properly.
I’ve noticed several Oopses in the dmesg output, hope that data will be
helpful.
--
You are receiving this mail because:
You are the assignee for the b...
2012 Aug 19
0
[PATCH 05/10] drm/nouveau: quiet some static-related sparse noise
...au_drm_resume(struct pci_dev *pdev)
return 0;
}
-int
+static int
nouveau_drm_open(struct drm_device *dev, struct drm_file *fpriv)
{
struct pci_dev *pdev = dev->pdev;
@@ -511,7 +511,7 @@ nouveau_drm_open(struct drm_device *dev, struct drm_file *fpriv)
return 0;
}
-void
+static void
nouveau_drm_preclose(struct drm_device *dev, struct drm_file *fpriv)
{
struct nouveau_cli *cli = nouveau_cli(fpriv);
@@ -525,7 +525,7 @@ nouveau_drm_preclose(struct drm_device *dev, struct drm_file *fpriv)
mutex_unlock(&drm->client.mutex);
}
-void
+static void
nouveau_drm_postclose(struct drm_device *de...
2013 Jun 18
1
kernel bug nouveau, total system hang, X crashed
...fffffa01c5040>] nouveau_abi16_chan_fini.isra.1+0xa0/0x170 [nouveau]
2013-06-14T04:23:09.916375+02:00 linux-zxd7 kernel: [305129.599747]
[<ffffffffa01c5310>] nouveau_abi16_fini+0x30/0x80 [nouveau]
2013-06-14T04:23:09.916376+02:00 linux-zxd7 kernel: [305129.599889]
[<ffffffffa01bc0d7>] nouveau_drm_preclose+0x27/0x90 [nouveau]
2013-06-14T04:23:09.916377+02:00 linux-zxd7 kernel: [305129.600006]
[<ffffffffa00fe7fe>] drm_release+0x6e/0x620 [drm]
2013-06-14T04:23:09.916378+02:00 linux-zxd7 kernel: [305129.600019]
[<ffffffff81173c9b>] __fput+0xdb/0x240
2013-06-14T04:23:09.916379+02:00 linux-zxd...
2016 Aug 22
12
[Bug 97438] New: Running a lot of Firefox instances causes kernel page fault.
...fffff81824dea>] schedule+0x3a/0x90
[ 598.402215] [<ffffffff81825233>] schedule_preempt_disabled+0x13/0x20
[ 598.402217] [<ffffffff81826c50>] __mutex_lock_slowpath+0x90/0x120
[ 598.402220] [<ffffffff81826cf2>] mutex_lock+0x12/0x30
[ 598.402250] [<ffffffffa01d52b0>] nouveau_drm_preclose+0x30/0x90 [nouveau]
[ 598.402259] [<ffffffffa0025fc3>] drm_release+0xb3/0x4c0 [drm]
[ 598.402263] [<ffffffff811a7a89>] __fput+0xc9/0x1d0
[ 598.402265] [<ffffffff811a7bc9>] ____fput+0x9/0x10
[ 598.402269] [<ffffffff8108a18c>] task_work_run+0x7c/0xa0
[ 598.402272] [&...
2016 Aug 24
19
[Bug 97462] New: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa version 11.2.2 when visiting Google Maps with firefox 49.0b5
https://bugs.freedesktop.org/show_bug.cgi?id=97462
Bug ID: 97462
Summary: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa
version 11.2.2 when visiting Google Maps with firefox
49.0b5
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)