Misc fixes (#3171)

This commit is contained in:
Marcin Mikołajczyk
2025-07-20 19:52:05 +02:00
committed by GitHub
parent 0b72a795eb
commit bd0102c8d0
2 changed files with 5 additions and 3 deletions

View File

@@ -699,7 +699,7 @@ struct PM4CmdWaitRegMem {
struct PM4CmdWriteData {
PM4Type3Header header;
union {
BitField<8, 11, u32> dst_sel;
BitField<8, 4, u32> dst_sel;
BitField<16, 1, u32> wr_one_addr;
BitField<20, 1, u32> wr_confirm;
BitField<30, 1, u32> engine_sel;