Skip to content

Commit 2442d3b

Browse files
committed
drm/asahi: fw/microseq: Document bits of has_attachments
Signed-off-by: Asahi Lina <[email protected]>
1 parent 425e80d commit 2442d3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/gpu/drm/asahi/fw/microseq.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ pub(crate) struct FinalizeVertex {
224224
pub(crate) unk_68_g14: U64,
225225

226226
pub(crate) restart_branch_offset: i32,
227-
pub(crate) has_attachments: u32,
227+
pub(crate) has_attachments: u32, // Check DCMP errors bits 2,3 1=ktrace 2=log 3=panic
228228

229229
#[ver(V >= V13_0B4)]
230230
pub(crate) unk_74: Array<0x10, u8>,
@@ -310,7 +310,7 @@ pub(crate) struct FinalizeFragment {
310310
pub(crate) unk_8c_g14: U64,
311311

312312
pub(crate) restart_branch_offset: i32,
313-
pub(crate) has_attachments: u32,
313+
pub(crate) has_attachments: u32, // Check DCMP errors bits 2,3 1=ktrace 2=log 3=panic
314314

315315
#[ver(V >= V13_0B4)]
316316
pub(crate) unk_9c: Array<0x10, u8>,
@@ -383,7 +383,7 @@ pub(crate) struct FinalizeCompute<'a> {
383383
pub(crate) unk_5c_g14: U64,
384384

385385
pub(crate) restart_branch_offset: i32,
386-
pub(crate) has_attachments: u32,
386+
pub(crate) has_attachments: u32, // Check DCMP errors bits 2,3 1=ktrace 2=log 3=panic
387387

388388
#[ver(V >= V13_0B4)]
389389
pub(crate) unk_64: Array<0xd, u8>,

0 commit comments

Comments
 (0)