Skip to content

Commit d52fff4

Browse files
committed
drm/asahi: fw.channels: Fix DeviceControl message size
Aaaaaa how did I miss this... This has been broken since the TVB grow changes... Signed-off-by: Asahi Lina <[email protected]>
1 parent 2ed797d commit d52fff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub(crate) enum DeviceControlMsg {
178178
vm_slot: u32,
179179
counter: u32,
180180
subpipe: u32,
181-
__pad: Pad<{ DEVICECONTROL_SZ::ver - 0xc }>,
181+
__pad: Pad<{ DEVICECONTROL_SZ::ver - 0x14 }>,
182182
},
183183
Unk0e(Array<DEVICECONTROL_SZ::ver, u8>),
184184
Unk0f(Array<DEVICECONTROL_SZ::ver, u8>),

0 commit comments

Comments
 (0)