Displaying 3 results from an estimated 3 matches for "unk0b".
Did you mean:
  unk0
  
2015 May 10
8
[Bug 90390] New: [NV98] Modesetting causes blank screen because of INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data 0x00000000
https://bugs.freedesktop.org/show_bug.cgi?id=90390
            Bug ID: 90390
           Summary: [NV98] Modesetting causes blank screen because of
                    INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data
                    0x00000000
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau...
2014 Oct 17
17
[Bug 85160] New: [NV94] INVALID_STATE error, X fails to start on GeForce 9600 GT with dual monitors, kernels 3.18.0-0.rc0.git8.2.fc22.1 onwards
...t9, I get boot framebuffer only on one head, then both screens go
into power saving mode when X starts, or one keeps cycling power-saving /
non-power-saving but never comes up.
The logs have a bunch of stuff, but it seems to kick off with an error:
nouveau E[   PDISP][0000:01:00.0] INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data
0x00000000
I'll attach drm.debug=15 logs. Hardware is:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G94 [GeForce 9600
GT] [10de:0622] (rev a1)
Ben Skeggs has one of the same cards, somewhere in his pile. May only be
reproducible with dual displays, I...
2010 Feb 25
3
[PATCH 1/3] drm/nv50: Implement ctxprog/state generation.
...1
+#define CP_FLAG_USER_SAVE             ((0 * 32) + 5)
+#define CP_FLAG_USER_SAVE_NOT_PENDING 0
+#define CP_FLAG_USER_SAVE_PENDING     1
+#define CP_FLAG_USER_LOAD             ((0 * 32) + 6)
+#define CP_FLAG_USER_LOAD_NOT_PENDING 0
+#define CP_FLAG_USER_LOAD_PENDING     1
+#define CP_FLAG_UNK0B                 ((0 * 32) + 0xb)
+#define CP_FLAG_UNK0B_CLEAR           0
+#define CP_FLAG_UNK0B_SET             1
+#define CP_FLAG_UNK1D                 ((0 * 32) + 0x1d)
+#define CP_FLAG_UNK1D_CLEAR           0
+#define CP_FLAG_UNK1D_SET             1
+#define CP_FLAG_UNK20                 ((1 *...