Skip to content

Commit 0e001e2

Browse files
nlellapszymich
authored andcommitted
Fix incorrect SLM read and writes command offset bits
Fix incorrect SLM read and writes command offset bits
1 parent 2ce6e05 commit 0e001e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

IGC/common/SIPKernels/XeHPCSIPCSRDebugBindless.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace SIP
22
{
3-
const unsigned char XeHPCSIPCSRDebugBindless[] =
4-
{
3+
const unsigned char XeHPCSIPCSRDebugBindless[] =
4+
{
55
0x61, 0x00, 0x00, 0x80, 0x20, 0x42, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
6-
0x04, 0x13, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x00,
6+
0x05, 0x13, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x00,
77
0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80,
88
0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00,
99
0x61, 0x00, 0x00, 0x80, 0x20, 0x02, 0x01, 0xf0, 0x04, 0x00, 0x00, 0x00,
@@ -208,7 +208,7 @@ namespace SIP
208208
0x20, 0x02, 0x05, 0x18, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
209209
0x61, 0x00, 0x00, 0x80, 0x20, 0x02, 0x15, 0x18, 0x34, 0x02, 0x00, 0x00,
210210
0x00, 0x00, 0x00, 0x00, 0x31, 0x20, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x04,
211-
0x0c, 0x18, 0x00, 0xe2, 0x00, 0x00, 0x02, 0x00, 0x31, 0xc0, 0x03, 0x80,
211+
0x0c, 0x18, 0x00, 0xea, 0x00, 0x00, 0x2c, 0x00, 0x31, 0xc0, 0x03, 0x80,
212212
0x00, 0x00, 0x00, 0x00, 0x8c, 0x08, 0x08, 0xfa, 0x0f, 0x04, 0xac, 0xf4,
213213
0x40, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x08, 0x04, 0x08, 0x00, 0x02,
214214
0x10, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x80, 0x20, 0x82, 0x05, 0x18,
@@ -234,8 +234,8 @@ namespace SIP
234234
0x00, 0x00, 0x00, 0x00, 0x31, 0xc0, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x04,
235235
0x8c, 0x08, 0x00, 0xfa, 0x03, 0x00, 0xac, 0xf4, 0x40, 0xa0, 0x00, 0x80,
236236
0x20, 0x82, 0x05, 0x08, 0x04, 0x08, 0x00, 0x02, 0x10, 0x00, 0x00, 0x00,
237-
0x31, 0x40, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x18, 0x08, 0xe2,
238-
0x0c, 0x04, 0x02, 0x00, 0x40, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x18,
237+
0x31, 0x40, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x18, 0x08, 0xea,
238+
0x0c, 0x04, 0x2c, 0x00, 0x40, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x18,
239239
0x04, 0x18, 0x00, 0x02, 0x10, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x80,
240240
0x20, 0x82, 0x15, 0x02, 0x14, 0x02, 0x00, 0x06, 0xff, 0xff, 0xff, 0xff,
241241
0x61, 0x00, 0x00, 0x80, 0x10, 0x41, 0x01, 0x30, 0x00, 0x00, 0x00, 0x00,

0 commit comments

Comments
 (0)