Displaying 12 results from an estimated 12 matches for "init_auxch".
2011 Feb 18
22
[Bug 34429] New: Failure during resume on NV50: INIT_AUXCH: rd auxch fail -121
https://bugs.freedesktop.org/show_bug.cgi?id=34429
           Summary: Failure during resume on NV50: INIT_AUXCH: rd auxch
                    fail -121
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at...
2023 Jun 09
1
[RESEND 07/15] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
...T_XLAT - opcode 0x96
  *
  */
@@ -2077,7 +2077,7 @@ init_xlat(struct nvbios_init *init)
 	init_mask(init, daddr, ~dmask, data);
 }
 
-/**
+/*
  * INIT_ZM_MASK_ADD - opcode 0x97
  *
  */
@@ -2098,7 +2098,7 @@ init_zm_mask_add(struct nvbios_init *init)
 	init_wr32(init, addr, data);
 }
 
-/**
+/*
  * INIT_AUXCH - opcode 0x98
  *
  */
@@ -2122,7 +2122,7 @@ init_auxch(struct nvbios_init *init)
 	}
 }
 
-/**
+/*
  * INIT_AUXCH - opcode 0x99
  *
  */
@@ -2144,7 +2144,7 @@ init_zm_auxch(struct nvbios_init *init)
 	}
 }
 
-/**
+/*
  * INIT_I2C_LONG_IF - opcode 0x9a
  *
  */
@@ -2183,7 +2183,7 @@ init_i2c_long_i...
2023 Aug 24
1
[PATCH 03/20] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
...T_XLAT - opcode 0x96
  *
  */
@@ -2077,7 +2077,7 @@ init_xlat(struct nvbios_init *init)
 	init_mask(init, daddr, ~dmask, data);
 }
 
-/**
+/*
  * INIT_ZM_MASK_ADD - opcode 0x97
  *
  */
@@ -2098,7 +2098,7 @@ init_zm_mask_add(struct nvbios_init *init)
 	init_wr32(init, addr, data);
 }
 
-/**
+/*
  * INIT_AUXCH - opcode 0x98
  *
  */
@@ -2122,7 +2122,7 @@ init_auxch(struct nvbios_init *init)
 	}
 }
 
-/**
+/*
  * INIT_AUXCH - opcode 0x99
  *
  */
@@ -2144,7 +2144,7 @@ init_zm_auxch(struct nvbios_init *init)
 	}
 }
 
-/**
+/*
  * INIT_I2C_LONG_IF - opcode 0x9a
  *
  */
@@ -2183,7 +2183,7 @@ init_i2c_long_i...
2009 Dec 15
2
[PATCH 1/2] drm/nouveau: Kill global state in NvShadowBIOS
---
 drivers/gpu/drm/nouveau/nouveau_bios.c |   47 ++++++++++++++-----------------
 1 files changed, 21 insertions(+), 26 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c
index 5eec5ed..04ac564 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bios.c
+++ b/drivers/gpu/drm/nouveau/nouveau_bios.c
@@ -181,43 +181,42 @@ struct methods {
 	const char
2010 Mar 31
15
[Bug 27398] New: displayport: x server does not draw anything on ThinkPad T410
http://bugs.freedesktop.org/show_bug.cgi?id=27398
           Summary: displayport: x server does not draw anything on ThinkPad
                    T410
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Driver/nouveau
        AssignedTo:
2020 May 05
2
problems with NVS310
...00000000000000df
[23664.639284] FS:? 0000000000000000(0000) GS:ffff9a2bff8c0000(0000) 
knlGS:0000000000000000
[23664.639285] CS:? 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[23664.639286] CR2: 00007f9acaa452c4 CR3: 0000000633e0a002 CR4: 
00000000000606e0
[23664.639287] Call Trace:
[23664.639310]? init_auxch+0xf6/0x180 [nouveau]
[23664.639331]? nvbios_exec+0x45/0xd0 [nouveau]
[23664.639359]? nvkm_dp_train_init+0x12e/0x170 [nouveau]
[23664.639386]? nvkm_dp_acquire+0x1a6/0xcb0 [nouveau]
[23664.639390]? ? update_blocked_averages+0x77b/0x950
[23664.639394]? ? __switch_to_asm+0x41/0x70
[23664.639395]? ? __s...
2023 Jun 09
7
[RESEND 00/15] Rid W=1 warnings from GPU
This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.
Lee Jones (15):
  drm/xlnx/zynqmp_disp: Use correct kerneldoc formatting in zynqmp_disp
  drm/xlnx/zynqmp_dp: Fix function name zynqmp_dp_link_train() ->
    zynqmp_dp_train()
  drm/vkms/vkms_composer: Fix a few different kerneldoc formatting
 
2023 Aug 24
7
[PATCH (set 1) 00/20] Rid W=1 warnings from GPU
This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.
Cc: Alex Deucher <alexander.deucher at amd.com>
Cc: amd-gfx at lists.freedesktop.org
Cc: Ben Skeggs <bskeggs at redhat.com>
Cc: "Christian K?nig" <christian.koenig at amd.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
2020 May 05
0
problems with NVS310
...84] FS:  0000000000000000(0000) GS:ffff9a2bff8c0000(0000)
> knlGS:0000000000000000
> [23664.639285] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [23664.639286] CR2: 00007f9acaa452c4 CR3: 0000000633e0a002 CR4:
> 00000000000606e0
> [23664.639287] Call Trace:
> [23664.639310]  init_auxch+0xf6/0x180 [nouveau]
> [23664.639331]  nvbios_exec+0x45/0xd0 [nouveau]
> [23664.639359]  nvkm_dp_train_init+0x12e/0x170 [nouveau]
> [23664.639386]  nvkm_dp_acquire+0x1a6/0xcb0 [nouveau]
> [23664.639390]  ? update_blocked_averages+0x77b/0x950
> [23664.639394]  ? __switch_to_asm+0x41/0...
2018 Jun 29
1
[Bug 107069] New: trace in kernel.log on boot
...0:33 glossy kernel: [   11.336907] DR3: 0000000000000000 DR6:
00000000fffe0ff0 DR7: 0000000000000400
Jun 29 10:40:33 glossy kernel: [   11.336907] Call Trace:
Jun 29 10:40:33 glossy kernel: [   11.336925]  ?
init_generic_condition+0x183/0x300 [nouveau]
Jun 29 10:40:33 glossy kernel: [   11.336940]  init_auxch+0xf6/0x180 [nouveau]
Jun 29 10:40:33 glossy kernel: [   11.336954]  nvbios_exec+0x45/0xd0 [nouveau]
Jun 29 10:40:33 glossy kernel: [   11.336980]  nvkm_dp_train_init+0x131/0x170
[nouveau]
Jun 29 10:40:33 glossy kernel: [   11.337002]  nvkm_dp_acquire+0x186/0xcd0
[nouveau]
Jun 29 10:40:33 glossy ker...
2020 May 05
2
problems with NVS310
...0(0000) GS:ffff9a2bff8c0000(0000)
>> knlGS:0000000000000000
>> [23664.639285] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
>> [23664.639286] CR2: 00007f9acaa452c4 CR3: 0000000633e0a002 CR4:
>> 00000000000606e0
>> [23664.639287] Call Trace:
>> [23664.639310]  init_auxch+0xf6/0x180 [nouveau]
>> [23664.639331]  nvbios_exec+0x45/0xd0 [nouveau]
>> [23664.639359]  nvkm_dp_train_init+0x12e/0x170 [nouveau]
>> [23664.639386]  nvkm_dp_acquire+0x1a6/0xcb0 [nouveau]
>> [23664.639390]  ? update_blocked_averages+0x77b/0x950
>> [23664.639394]  ? __...
2012 Jul 11
26
[Bug 51971] New: MacBook Pro 10, 1 Retina - Display Resets, No Connectors
...ReportedBy: bluedragonx at gmail.com
         QAContact: xorg-team at lists.x.org
MacBook Pro 10,1 with Retina Display and NVE0.
The screen blanks for about half a second every 9 seconds. The following error
is printed to dmesg when this occurs:
[   14.695940] [drm] nouveau 0000:01:00.0: INIT_AUXCH: rd auxch fail -6
I will attach the dmesg output with auxch debugging enabled (dmesg.auxch) as
well as full debugging (dmesg.debug). I will also include the vbios and lspci
output.
Possibly related, nouveau does not report any attached connectors. I've forced
eDP-1 enabled on the kernel comma...