search for: init_zm_cr

Displaying 8 results from an estimated 8 matches for "init_zm_cr".

2023 Jun 09
1
[RESEND 07/15] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
...de 0x51 * */ @@ -1168,7 +1168,7 @@ init_cr_idx_adr_latch(struct nvbios_init *init) init_wrvgai(init, 0x03d4, addr0, save0); } -/** +/* * INIT_CR - opcode 0x52 * */ @@ -1188,7 +1188,7 @@ init_cr(struct nvbios_init *init) init_wrvgai(init, 0x03d4, addr, val | data); } -/** +/* * INIT_ZM_CR - opcode 0x53 * */ @@ -1205,7 +1205,7 @@ init_zm_cr(struct nvbios_init *init) init_wrvgai(init, 0x03d4, addr, data); } -/** +/* * INIT_ZM_CR_GROUP - opcode 0x54 * */ @@ -1229,7 +1229,7 @@ init_zm_cr_group(struct nvbios_init *init) } } -/** +/* * INIT_CONDITION_TIME - opcode 0x...
2023 Aug 24
1
[PATCH 03/20] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
...de 0x51 * */ @@ -1168,7 +1168,7 @@ init_cr_idx_adr_latch(struct nvbios_init *init) init_wrvgai(init, 0x03d4, addr0, save0); } -/** +/* * INIT_CR - opcode 0x52 * */ @@ -1188,7 +1188,7 @@ init_cr(struct nvbios_init *init) init_wrvgai(init, 0x03d4, addr, val | data); } -/** +/* * INIT_ZM_CR - opcode 0x53 * */ @@ -1205,7 +1205,7 @@ init_zm_cr(struct nvbios_init *init) init_wrvgai(init, 0x03d4, addr, data); } -/** +/* * INIT_ZM_CR_GROUP - opcode 0x54 * */ @@ -1229,7 +1229,7 @@ init_zm_cr_group(struct nvbios_init *init) } } -/** +/* * INIT_CONDITION_TIME - opcode 0x...
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
2008 Apr 04
1
Driver Problem with 7150M
..., 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, Mask: 0xFF, Data: 0x20 (II) NOUVEAU(0): Indexed IO read: Port: 0x03C4, Index: 0x01, Head: 0x01, Data: 0x0...
2007 Nov 01
4
Looking for NV44 testers?
...xDE86: REG: 0x00600818, VALUE: 0x01100010 (II) NOUVEAU(0): 0xDE86: CURRENT VALUE IS: 0x01100010 (II) NOUVEAU(0): 0xDE93: [ (0x6E) - INIT_NV_REG ] (II) NOUVEAU(0): 0xDE93: REG: 0x0060081C, VALUE: 0x66655602 (II) NOUVEAU(0): 0xDE93: CURRENT VALUE IS: 0x66655602 (II) NOUVEAU(0): 0xDEA0: [ (0x53) - INIT_ZM_CR ] (II) NOUVEAU(0): 0xDEA0: CRTC INDEX: 0x44, VALUE: 0x03 (II) NOUVEAU(0): 0xDEA0: CURRENT VALUE IS: 0x24 (II) NOUVEAU(0): 0xDEA3: [ (0x78) - INIT_INDEX_IO ] (II) NOUVEAU(0): 0xDEA3: CRTC REG: 0x03C4, INDEX: 0x0001, VALUE: 0x20 (II) NOUVEAU(0): 0xDEA3: CURRENT VALUE IS: 0x00 (II) NOUVEAU(0): 0xDEA...
2008 Apr 21
0
hang when starting X
...NG COMMANDS ------ (II) NOUVEAU(0): 0xE1DC: [ (0x6E) - INIT_NV_REG ] (II) NOUVEAU(0): 0xE1DC: Reg: 0x000012C4, Mask: 0xFFFFFFFF, Data: 0x00000000 (II) NOUVEAU(0): Read: Reg: 0x000012C4, Data: 0x0100B030 (II) NOUVEAU(0): Write: Reg: 0x000012C4, Data: 0x0100B030 (II) NOUVEAU(0): 0xE1E9: [ (0x53) - INIT_ZM_CR ] (II) NOUVEAU(0): Indexed IO write: Port: 0x03D4, Index: 0x44, Head: 0x00, Data: 0x03 (II) NOUVEAU(0): 0xE1EC: [ (0x78) - INIT_INDEX_IO ] (II) NOUVEAU(0): 0xE1EC: Port: 0x03C4, Index: 0x01, Mask: 0xFF, Data: 0x20 (II) NOUVEAU(0): Indexed IO read: Port: 0x03C4, Index: 0x01, Head: 0x01, Data: 0x0...
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>