Skip to content

Commit

Permalink
drm/asahi: fw/microseq: Document bits of has_attachments
Browse files Browse the repository at this point in the history
Signed-off-by: Asahi Lina <lina@asahilina.net>
  • Loading branch information
asahilina authored and jannau committed Dec 21, 2024
1 parent 8eb140f commit d4e810b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/gpu/drm/asahi/fw/microseq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down Expand Up @@ -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>,
Expand Down Expand Up @@ -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>,
Expand Down

0 comments on commit d4e810b

Please sign in to comment.