Displaying 10 results from an estimated 10 matches for "illegal_class".
2017 Feb 25
1
[Bug 99954] New: Errors when using VirtualBox with 3D acceleration: gr: ILLEGAL_CLASS ch 6 [007f7f8000 VirtualBox[5063]] subc 0 class c000 mthd 2390 data 00000000
https://bugs.freedesktop.org/show_bug.cgi?id=99954
            Bug ID: 99954
           Summary: Errors when using VirtualBox with 3D acceleration: gr:
                    ILLEGAL_CLASS ch 6 [007f7f8000 VirtualBox[5063]] subc
                    0 class c000 mthd 2390 data 00000000
           Product: xorg
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Componen...
2017 Feb 28
0
[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
...Comment #6 from Ralph Gauges <r.gauges at hotmail.com> ---
Just managed to freeze X again. This time I just started VirtualBox.
kern.log entries are as follows. Xorg shows the same backtraces as the one I
already attached.
Feb 28 09:08:50 zeus kernel: [ 3164.314029] nouveau 0000:01:00.0: gr:
ILLEGAL_CLASS ch 7 [007f15c000 VirtualBox[8257]] subc 0 class 0000 mthd 2b00
data 20
046234
Feb 28 09:08:50 zeus kernel: [ 3164.314037] nouveau 0000:01:00.0: gr:
ILLEGAL_CLASS ch 7 [007f15c000 VirtualBox[8257]] subc 0 class 0000 mthd 2b04
data 00
000000
Feb 28 09:08:50 zeus kernel: [ 3164.314046] nouveau 0000:01...
2016 Dec 26
6
[Bug 99202] New: system freeze - fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] - MULTIPLE_WARP_ERRORS - DATA_ERROR 00000004 [INVALID_VALUE] - ILLEGAL_CLASS ch 11 - RT_STORAGE_TYPE_MISMATCH - CLASS_SUBCH_MISMATCH
https://bugs.freedesktop.org/show_bug.cgi?id=99202
            Bug ID: 99202
           Summary: system freeze - fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] -
                    MULTIPLE_WARP_ERRORS - DATA_ERROR 00000004
                    [INVALID_VALUE] - ILLEGAL_CLASS ch 11 -
                    RT_STORAGE_TYPE_MISMATCH - CLASS_SUBCH_MISMATCH
           Product: xorg
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau...
2016 Mar 21
7
[Bug 94643] New: 4K Display on Displayport goes black when pointer hits column 0
https://bugs.freedesktop.org/show_bug.cgi?id=94643
            Bug ID: 94643
           Summary: 4K Display on Displayport goes black when pointer hits
                    column 0
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
        
2016 Jan 07
57
[Bug 93629] New: [NVE6] complete system freeze, PGRAPH engine fault on channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]
https://bugs.freedesktop.org/show_bug.cgi?id=93629
            Bug ID: 93629
           Summary: [NVE6] complete system freeze, PGRAPH engine fault on
                    channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
         
2013 Sep 30
7
[Bug 69952] New: [NVAA] Xorg crash+restart after glxgears on 3.12-rc2
https://bugs.freedesktop.org/show_bug.cgi?id=69952
          Priority: medium
            Bug ID: 69952
          Assignee: nouveau at lists.freedesktop.org
           Summary: [NVAA] Xorg crash+restart after glxgears on 3.12-rc2
        QA Contact: xorg-team at lists.x.org
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter:
2012 Jul 27
1
[PATCH] nvc0: Add and enable vblank support
Based on the original patch by Christoph Bumiller, but since
it depends on kernel support patched I cannot push it yet.
The changes are that I enable vblank by default, and offset
takes OFFSET_HIGH/LOW instead of something relative to notifier_bo.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
---
diff --git a/man/nouveau.man b/man/nouveau.man
index 7c72907..8765569
2010 Mar 01
0
[PATCH 2/2 V2] drm/nv50: Improve PGRAPH interrupt handling.
...f (nouveau_pgraph_intr_swmthd(dev, &trap))
+				unhandled = 1;
+			if (unhandled && nouveau_ratelimit())
+				nouveau_graph_dump_trap_info(dev,
+						"PGRAPH_ILLEGAL_MTHD", &trap);
 			status &= ~0x00000010;
 			nv_wr32(dev, NV03_PGRAPH_INTR, 0x00000010);
 		}
 
+		/* ILLEGAL_CLASS: You used a wrong class. */
+		if (status & 0x00000020) {
+			nouveau_graph_trap_info(dev, &trap);
+			if (nouveau_ratelimit())
+				nouveau_graph_dump_trap_info(dev,
+						"PGRAPH_ILLEGAL_CLASS", &trap);
+			status &= ~0x00000020;
+			nv_wr32(dev, NV03_PGRAPH_INTR, 0x000...
2010 Feb 28
1
[PATCH 1/2] drm/nv50: Make ctxprog wait until interrupt handler is done.
This will fix races between generated ctxprogs and interrupt handler.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
---
 drivers/gpu/drm/nouveau/nv50_grctx.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nv50_grctx.c b/drivers/gpu/drm/nouveau/nv50_grctx.c
index d105fcd..9f909ab 100644
---
2015 Aug 31
8
[RFC PATCH v2 0/5] More explicit pushbuf error handling
Hi there,
Resending these now that they've had some more polish and testing, and I heard
that Ben's vacation is over :-)
These patches work as a starting point for more explicit error mechanisms and
better robustness. At the moment, when a job hangs or faults, it seems that
nouveau doesn't quite know how to handle the situation and often results in a
hang. Some of these situations