search for: nv50cal_spac

Displaying 18 results from an estimated 18 matches for "nv50cal_spac".

Did you mean: nv50cal_space
2013 Sep 15
4
[Bug 69387] New: X hangs on resume/monitor blank with nv50cal_space: -16
https://bugs.freedesktop.org/show_bug.cgi?id=69387 Priority: medium Bug ID: 69387 Assignee: nouveau at lists.freedesktop.org Summary: X hangs on resume/monitor blank with nv50cal_space: -16 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: maris.nartiss at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecifie...
2019 Jul 23
0
[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
...02 00000000 Jul 23 18:56:50 noir org.gnome.Shell.desktop[2455]: nouveau: ch6: buf 0000000b 00000057 00000002 00000002 00000000 Jul 23 18:56:50 noir org.gnome.Shell.desktop[2455]: nouveau: ch6: psh 00000000 000003ff10 0000041c54 .... Jul 23 18:56:50 noir kernel: nouveau 0000:01:00.0: Xwayland[2517]: nv50cal_space: -16 ... Jul 23 18:56:50 noir kernel: nouveau 0000:01:00.0: Xwayland[2517]: nv50cal_space: -16 Jul 23 18:56:51 noir kernel: nouveau 0000:01:00.0: Xwayland[2517]: nv50cal_space: -16 Jul 23 18:56:51 noir kernel: nouveau 0000:01:00.0: Xwayland[2517]: nv50cal_space: -16 Jul 23 18:56:52 noir kernel: no...
2019 May 23
4
[Bug 110748] New: [NVC1] [optimus] fifo: read fault at 0000000000 engine 00 [PGRAPH] client 00 reason 02 [PAGE_NOT_PRESENT]
https://bugs.freedesktop.org/show_bug.cgi?id=110748 Bug ID: 110748 Summary: [NVC1] [optimus] fifo: read fault at 0000000000 engine 00 [PGRAPH] client 00 [] reason 02 [PAGE_NOT_PRESENT] Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal
2019 Aug 03
14
[Bug 111292] New: Advanced Lighting option in Firestorm Viewer makes some objects black on nv92 card
https://bugs.freedesktop.org/show_bug.cgi?id=111292 Bug ID: 111292 Summary: Advanced Lighting option in Firestorm Viewer makes some objects black on nv92 card Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2018 Feb 15
6
[Bug 105117] New: desktop freeze playing video nouveau: DATA_ERROR INVALID_BITFIELD
...03f7f0000 WebKitWebProces[8594 ]] subc 0 class 9197 mthd 0814 data 20090200 [ 852.947863] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 11 [003f7f0000 WebKitWebProces[8594 ]] subc 0 class 9197 mthd 0820 data 2001054e [ 858.670815] nouveau 0000:01:00.0: WebKitWebProces[8594]: nv50cal_space: -16 [ 858.755541] nouveau 0000:01:00.0: WebKitWebProces[8594]: nv50cal_space: -16 [ 858.841568] nouveau 0000:01:00.0: WebKitWebProces[8594]: nv50cal_space: -16 [ 858.926068] nouveau 0000:01:00.0: WebKitWebProces[8594]: nv50cal_space: -16 [ 859.011451] nouveau 0000:01:00.0: WebKitWebProces[859...
2018 Apr 03
2
nouveau TRAP_M2MF still there on G98
...09989] nouveau 0000:01:00.0: gr: TRAP_PROP - TP 0 - e0c: 00000000, e18: 00000000, e1c: 00000000, e20: 00000011, e24: 0c030000 [12965.121854] nouveau 0000:01:00.0: gr: 00200000 [] ch 2 [001fa31000 Xorg[2678]] subc 2 class 502d mthd 0860 data ff020202 [13069.807377] nouveau 0000:01:00.0: Xorg[2678]: nv50cal_space: -16 [13069.956879] nouveau 0000:01:00.0: Xorg[2678]: nv50cal_space: -16 [13070.103751] nouveau 0000:01:00.0: Xorg[2678]: nv50cal_space: -16 [13070.250175] nouveau 0000:01:00.0: Xorg[2678]: nv50cal_space: -16 [13070.397110] nouveau 0000:01:00.0: Xorg[2678]: nv50cal_space: -16 [13070.543727] nouvea...
2017 Dec 30
24
[Bug 104421] New: System freeze on wayland with nouveau on NV137 (GP107)
https://bugs.freedesktop.org/show_bug.cgi?id=104421 Bug ID: 104421 Summary: System freeze on wayland with nouveau on NV137 (GP107) Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee:
2012 Aug 19
2
[PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode
...uveau_abi16_put(abi16, -EINVAL); @@ -718,7 +718,7 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data, } if (chan->dma.ib_max) { - ret = nouveau_dma_wait(chan, req->nr_push + 1, 16); + ret = nouveau_dma_wait(chan, req->nr_push, 16); if (ret) { NV_ERROR(drm, "nv50cal_space: %d\n", ret); goto out; -- 1.7.8.6
2015 Nov 05
0
[Bug 92833] [NV117] nouveau E[ PFIFO][0000:01:00.0] read fault at 0x0000011000 [UNSUPPORTED_KIND] from PBDMA0/HOST on channel 0x007ed78000 [unknown]
...ST on channel |PBDMA0/HOST on channel |0x007ed78000 [unknown] |0x007ed78000 [unknown] --- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> --- Are those the first messages? What kernel are you using? Or to rephrase, does this still happen with kernel 4.3.0? nv50cal_space *basically* means the GPU has hung -- it's when we run out of IB space for pushbuf submission. -- 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/n...
2015 Nov 06
0
[Bug 92833] [NV117] nouveau E[ PFIFO][0000:01:00.0] read fault at 0x0000011000 [UNSUPPORTED_KIND] from PBDMA0/HOST on channel 0x007ed78000 [unknown]
...o ones. (sorry I've lost the setup for the moment to repro this). > What kernel are you using? Or to rephrase, > does this still happen with kernel 4.3.0? F23 is on 4.2.5. I will see if I can get a 4.3.0 to play with. Is there any version of nouveau that I need to use with 4.3.0? > nv50cal_space *basically* means the GPU has hung -- it's when we run out of > IB space for pushbuf submission. o.k. -- 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...
2015 Nov 17
0
[Bug 92971] [GF110] KDE plasma locks randomly due to crash of nouveau driver
...le channel 0xcccc0000 [plasmashell[2358]] Nov 17 13:22:15 hpprol2 systemd-logind[1141]: Power key pressed. Nov 17 13:22:17 hpprol2 kernel: nouveau 0000:0a:00.0: plasmashell[2358]: failed to idle channel 0xcccc0000 [plasmashell[2358]] Nov 17 13:22:23 hpprol2 kernel: nouveau 0000:0a:00.0: Xorg[2019]: nv50cal_space: -16 The last line was repeated many times thereafter are some lines related to the shutdown which end with Nov 17 13:22:56 hpprol2 display-manager[4671]: Shutting down service kdm..done Nov 17 13:23:06 hpprol2 kernel: nouveau 0000:0a:00.0: xembedsniproxy[2424]: failed to idle channel 0xcccc0000...
2015 Nov 17
0
[Bug 92971] [GF110] KDE plasma locks randomly due to crash of nouveau driver
...s at boot time? > Nov 17 13:22:15 hpprol2 systemd-logind[1141]: Power key pressed. > Nov 17 13:22:17 hpprol2 kernel: nouveau 0000:0a:00.0: plasmashell[2358]: > failed to idle channel 0xcccc0000 [plasmashell[2358]] > Nov 17 13:22:23 hpprol2 kernel: nouveau 0000:0a:00.0: Xorg[2019]: > nv50cal_space: -16 This definitely indicates a GPU hang. > > The last line was repeated many times > thereafter are some lines related to the shutdown which end with > Nov 17 13:22:56 hpprol2 display-manager[4671]: Shutting down service > kdm..done > Nov 17 13:23:06 hpprol2 kernel: nouveau...
2018 Aug 30
3
[PATCH 0/2] drm/nouveau: Use more standard logging styles
Reduces object size ~4kb Joe Perches (2): drm/nouveau: Add new logging function nv_cli_printk drm/nouveau: Convert NV_PRINTK macros and uses to new nv_cli_<level> macros drivers/gpu/drm/nouveau/nouveau_abi16.c | 2 +- drivers/gpu/drm/nouveau/nouveau_chan.c | 12 +++---- drivers/gpu/drm/nouveau/nouveau_drm.c | 21 +++++++++++ drivers/gpu/drm/nouveau/nouveau_drv.h | 44
2015 Dec 04
6
[Bug 93254] New: [NVA5] The Long Dark (game) is very slow because of "kernel rejected pushbuf" messages in log files
...wness while the disk I/O is a 100% "Step 8" does not happen with NVidia binary drivers and the game is quite playable. See "Player.log.head" for first "kernel rejected pushbuf" error. The corresponding `dmesg` message is: nouveau 0000:01:00.0: tld.x86_64[28285]: nv50cal_space: -16 If you tell me what to do for debugging this, I'll definitely help as much as I can in fixing this issue! (Including kernel patches, traces, etc.) Notes: 1. I'm willing to donate a copy of the game to one established Nouveau contributor 2. The game cannot be launched from Steam wh...
2017 Apr 04
47
[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
https://bugs.freedesktop.org/show_bug.cgi?id=100567 Bug ID: 100567 Summary: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2012 Sep 22
2
[Bug 55227] New: GeForce GTX 560 Ti fails to resume
...mes back with random pixels in the framebuffer, and these messages in the kernel log: [drm] nouveau 0000:04:00.0: PFIFO: read fault at 0x00085b1000 [PAGE_NOT_PRESENT] from PCOPY0/PCOPY0 on channel 0x00000c8000 [drm] nouveau 0000:04:00.0: PFIFO: unknown status 0x40000000 [drm] nouveau 0000:04:00.0: nv50cal_space: -16 The last message repeats indefinitely. The cursor appears as normal, and moves with the mouse, so the X server doesn't appear to be locked up. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the as...
2020 Aug 28
8
[PATCH 0/6] drm/nouveau: Support sync FDs and sync objects
From: Thierry Reding <treding at nvidia.com> Hi, This series implements a new IOCTL to submit push buffers that can optionally return a sync FD or sync object to userspace. This is useful in cases where userspace wants to synchronize operations between the GPU and another driver (such as KMS for display). Among other things this allows extensions such as eglDupNativeFenceFDANDROID to be
2017 May 08
3
GT 730 freeze : how do diagnose / debug ?
On 07/05/2017 23:50, Ilia Mirkin wrote: > You have two issues: > > (a) nouveau's GL driver messed something up, causing a read fault error > (b) nouveau's kernel driver tried to recover. It failed. > > Solution to #1: None, really. You can try updating mesa, and hope it > helps. Not sure what version you're on. Here's my packages version: ii