Skip to content

Commit b38a782

Browse files
committed
drm/asahi: initdata: Fix 13.5 field position for G13X
Only affects unk_534 getting shifted over for G13X. Signed-off-by: Asahi Lina <[email protected]>
1 parent 10affe3 commit b38a782

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,11 +721,12 @@ pub(crate) mod raw {
721721
pub(crate) unk_528: u32,
722722
pub(crate) unk_52c: u32,
723723
pub(crate) unk_530: u32,
724-
pub(crate) unk_534: u32,
725-
pub(crate) unk_538: u32,
726724

727725
#[ver(V >= V13_0B4)]
728-
pub(crate) unk_53c_0: u32,
726+
pub(crate) unk_534_0: u32,
727+
728+
pub(crate) unk_534: u32,
729+
pub(crate) unk_538: u32,
729730

730731
pub(crate) num_frags: u32,
731732
pub(crate) unk_540: u32,

0 commit comments

Comments
 (0)