search for: init_zm_reg

Displaying 9 results from an estimated 9 matches for "init_zm_reg".

2008 Apr 21
0
hang when starting X
...: 0xE25A: [ (0x52) - INIT_CR ] (II) NOUVEAU(0): 0xE25A: Index: 0x5D, Mask: 0xFF, Data: 0x00 (II) NOUVEAU(0): Indexed IO read: Port: 0x03D4, Index: 0x5D, Head: 0x00, Data: 0x66 (II) NOUVEAU(0): Indexed IO write: Port: 0x03D4, Index: 0x5D, Head: 0x00, Data: 0x66 (II) NOUVEAU(0): 0xE25E: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): Write: Reg: 0x0000C000, Data: 0x00000001 (II) NOUVEAU(0): 0xE267: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): Write: Reg: 0x00001540, Data: 0x001F1F07 (II) NOUVEAU(0): 0xE270: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): Write: Reg: 0x00100210, Data: 0x00000000 (II) NOUVEAU(0): 0xE...
2008 Apr 04
1
Driver Problem with 7150M
..., Data: 0xA2662445 (II) NOUVEAU(0): 0xE340: [ (0x6E) - INIT_NV_REG ] (II) NOUVEAU(0): 0xE340: Reg: 0x0000C048, Mask: 0xFFFFFFFE, Data: 0x00000001 (II) NOUVEAU(0): Read: Reg: 0x0000C048, Data: 0x00001A01 (II) NOUVEAU(0): Write: Reg: 0x0000C048, Data: 0x00001A01 (II) NOUVEAU(0): 0xE34D: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): Write: Reg: 0x00001588, Data: 0x00000000 (II) NOUVEAU(0): 0xE356: [ (0x53) - INIT_ZM_CR ] (II) NOUVEAU(0): Indexed IO write: Port: 0x03D4, Index: 0x44, Head: 0x00, Data: 0x03 (II) NOUVEAU(0): 0xE359: [ (0x78) - INIT_INDEX_IO ] (II) NOUVEAU(0): 0xE359: Port: 0x03C4, Index: 0x01,...
2007 Nov 01
4
Looking for NV44 testers?
...xDEBF: REG: 0x00101000, VALUE: 0x2340DE8B (II) NOUVEAU(0): 0xDEBF: CURRENT VALUE IS: 0x2340DE8B (II) NOUVEAU(0): 0xDECC: [ (0x6E) - INIT_NV_REG ] (II) NOUVEAU(0): 0xDECC: REG: 0x0010100C, VALUE: 0x00000490 (II) NOUVEAU(0): 0xDECC: CURRENT VALUE IS: 0x00000490 (II) NOUVEAU(0): 0xDED9: [ (0x7A) - INIT_ZM_REG ] (II) NOUVEAU(0): 0xDED9: REG: 0x0000C000, VALUE: 0x00000001 (II) NOUVEAU(0): 0xDED9: CURRENT VALUE IS: 0x00020000 (II) NOUVEAU(0): 0xDEE2: [ (0x6E) - INIT_NV_REG ] (II) NOUVEAU(0): 0xDEE2: REG: 0x0000C000, VALUE: 0x00020000 (II) NOUVEAU(0): 0xDEE2: CURRENT VALUE IS: 0x00020000 (II) NOUVEAU(0):...
2023 Jun 09
1
[RESEND 07/15] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
...-/** +/* * INIT_CONDITION_TIME - opcode 0x56 * */ @@ -1256,7 +1256,7 @@ init_condition_time(struct nvbios_init *init) init_exec_set(init, false); } -/** +/* * INIT_LTIME - opcode 0x57 * */ @@ -1273,7 +1273,7 @@ init_ltime(struct nvbios_init *init) mdelay(msec); } -/** +/* * INIT_ZM_REG_SEQUENCE - opcode 0x58 * */ @@ -1298,7 +1298,7 @@ init_zm_reg_sequence(struct nvbios_init *init) } } -/** +/* * INIT_PLL_INDIRECT - opcode 0x59 * */ @@ -1317,7 +1317,7 @@ init_pll_indirect(struct nvbios_init *init) init_prog_pll(init, reg, freq); } -/** +/* * INIT_ZM_REG_INDIR...
2023 Aug 24
1
[PATCH 03/20] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
...-/** +/* * INIT_CONDITION_TIME - opcode 0x56 * */ @@ -1256,7 +1256,7 @@ init_condition_time(struct nvbios_init *init) init_exec_set(init, false); } -/** +/* * INIT_LTIME - opcode 0x57 * */ @@ -1273,7 +1273,7 @@ init_ltime(struct nvbios_init *init) mdelay(msec); } -/** +/* * INIT_ZM_REG_SEQUENCE - opcode 0x58 * */ @@ -1298,7 +1298,7 @@ init_zm_reg_sequence(struct nvbios_init *init) } } -/** +/* * INIT_PLL_INDIRECT - opcode 0x59 * */ @@ -1317,7 +1317,7 @@ init_pll_indirect(struct nvbios_init *init) init_prog_pll(init, reg, freq); } -/** +/* * INIT_ZM_REG_INDIR...
2019 Jun 02
3
[PATCH 0/2] drm/nouveau/bios/init: Improve pre-PMU devinit opcode coverage
NVIDIA GPUs include a common scripting language (devinit) that can be interpreted by a number of "engines", e.g. within a kernel-mode software driver, the VGA BIOS or an on-board small microcontroller which provides certain security assertions (the 'PMU'). This system allows a GPU programming sequence to be shared by multiple entities that would not otherwise be able to execute
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>