From d4e810bea9d07a59a305af8b7b65e6ef838bf27b Mon Sep 17 00:00:00 2001 From: Asahi Lina Date: Wed, 2 Aug 2023 15:02:15 +0900 Subject: [PATCH] drm/asahi: fw/microseq: Document bits of has_attachments Signed-off-by: Asahi Lina --- drivers/gpu/drm/asahi/fw/microseq.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/asahi/fw/microseq.rs b/drivers/gpu/drm/asahi/fw/microseq.rs index 70c069fee95e83..69c070dca13e6e 100644 --- a/drivers/gpu/drm/asahi/fw/microseq.rs +++ b/drivers/gpu/drm/asahi/fw/microseq.rs @@ -224,7 +224,7 @@ pub(crate) struct FinalizeVertex { pub(crate) unk_68_g14: U64, pub(crate) restart_branch_offset: i32, - pub(crate) has_attachments: u32, + pub(crate) has_attachments: u32, // Check DCMP errors bits 2,3 1=ktrace 2=log 3=panic #[ver(V >= V13_0B4)] pub(crate) unk_74: Array<0x10, u8>, @@ -310,7 +310,7 @@ pub(crate) struct FinalizeFragment { pub(crate) unk_8c_g14: U64, pub(crate) restart_branch_offset: i32, - pub(crate) has_attachments: u32, + pub(crate) has_attachments: u32, // Check DCMP errors bits 2,3 1=ktrace 2=log 3=panic #[ver(V >= V13_0B4)] pub(crate) unk_9c: Array<0x10, u8>, @@ -383,7 +383,7 @@ pub(crate) struct FinalizeCompute<'a> { pub(crate) unk_5c_g14: U64, pub(crate) restart_branch_offset: i32, - pub(crate) has_attachments: u32, + pub(crate) has_attachments: u32, // Check DCMP errors bits 2,3 1=ktrace 2=log 3=panic #[ver(V >= V13_0B4)] pub(crate) unk_64: Array<0xd, u8>,