Displaying 7 results from an estimated 7 matches for "init_io_restrict_prog".
2007 Nov 01
4
Looking for NV44 testers?
...SUB-SCRIPT
(II) NOUVEAU(0): 0xDFD7: [ (0x6B) - INIT_SUB ]
(II) NOUVEAU(0): 0xDFD7: EXECUTING SUB-SCRIPT: 6
(II) NOUVEAU(0): 0xE7C9: [ (0x4A) - INIT_IO_RESTRICT_PLL ]
(II) NOUVEAU(0): 0xE7C9: [ NOT YET IMPLEMENTED ]
(II) NOUVEAU(0): 0xDFD7: END OF SUB-SCRIPT
(II) NOUVEAU(0): 0xDFD9: [ (0x32) - INIT_IO_RESTRICT_PROG ]
(II) NOUVEAU(0): 0xDFD9: CRTC REG: 0x03D4, INDEX: 0x3C
(II) NOUVEAU(0): 0xDFD9: CONFIGURATION TO USE: 0x02
(II) NOUVEAU(0): 0xDFD9: REG: 0x0010037C, VALUE: 0x0F0F0F0F
(II) NOUVEAU(0): 0xDFD9: CURRENT VALUE IS: 0x0F0F0F0F
(II) NOUVEAU(0): 0xE004: [ (0x32) - INIT_IO_RESTRICT_PROG ]
(II) NOUVEAU(0...
2008 Apr 21
0
hang when starting X
...0): Write: Reg: 0x001003B8, Data: 0x0F0F0F0F
(II) NOUVEAU(0): 0xE3C5: [ (0x7A) - INIT_ZM_REG ]
(II) NOUVEAU(0): Write: Reg: 0x001003C0, Data: 0x0F0F0F0F
(II) NOUVEAU(0): 0xE3CE: [ (0x7A) - INIT_ZM_REG ]
(II) NOUVEAU(0): Write: Reg: 0x001003C8, Data: 0x0F0F0F0F
(II) NOUVEAU(0): 0xE3D7: [ (0x32) - INIT_IO_RESTRICT_PROG ]
(II) NOUVEAU(0): 0xE3D7: Port: 0x03D4, Index: 0x3C, Mask: 0x70, Shift: 0x04, Count: 0x08, Reg: 0x00100384
(II) NOUVEAU(0): Indexed IO read: Port: 0x03D4, Index: 0x3C, Head: 0x00, Data: 0x50
(II) NOUVEAU(0): 0xE3D7: Writing config 05
(II) NOUVEAU(0): Write: Reg: 0x00100384, Data: 0x0F0F0F0F
(II...
2023 Jun 09
1
[RESEND 07/15] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
...b for various unknown/unused single-byte opcodes
*
*/
@@ -602,7 +602,7 @@ init_reserved(struct nvbios_init *init)
init->offset += length;
}
-/**
+/*
* INIT_DONE - opcode 0x71
*
*/
@@ -613,7 +613,7 @@ init_done(struct nvbios_init *init)
init->offset = 0x0000;
}
-/**
+/*
* INIT_IO_RESTRICT_PROG - opcode 0x32
*
*/
@@ -650,7 +650,7 @@ init_io_restrict_prog(struct nvbios_init *init)
trace("}]\n");
}
-/**
+/*
* INIT_REPEAT - opcode 0x33
*
*/
@@ -676,7 +676,7 @@ init_repeat(struct nvbios_init *init)
init->repeat = repeat;
}
-/**
+/*
* INIT_IO_RESTRICT_PLL - o...
2023 Aug 24
1
[PATCH 03/20] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
...b for various unknown/unused single-byte opcodes
*
*/
@@ -602,7 +602,7 @@ init_reserved(struct nvbios_init *init)
init->offset += length;
}
-/**
+/*
* INIT_DONE - opcode 0x71
*
*/
@@ -613,7 +613,7 @@ init_done(struct nvbios_init *init)
init->offset = 0x0000;
}
-/**
+/*
* INIT_IO_RESTRICT_PROG - opcode 0x32
*
*/
@@ -650,7 +650,7 @@ init_io_restrict_prog(struct nvbios_init *init)
trace("}]\n");
}
-/**
+/*
* INIT_REPEAT - opcode 0x33
*
*/
@@ -676,7 +676,7 @@ init_repeat(struct nvbios_init *init)
init->repeat = repeat;
}
-/**
+/*
* INIT_IO_RESTRICT_PLL - o...
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
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>