Skip to content

Commit 7e261c9

Browse files
nlellaigcbot
authored andcommitted
Xe2 Fix slice bit offset in sr register for calculating debug surface offset
Xe2 Fix slice bit offset in sr register for calculating debug surface offset
1 parent ab90d29 commit 7e261c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IGC/common/SIPKernels/Xe2SIPCSRDebugBindless.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*========================== begin_copyright_notice ============================
22

3-
Copyright (C) 2019-2024 Intel Corporation
3+
Copyright (C) 2024 Intel Corporation
44

55
SPDX-License-Identifier: MIT
66

@@ -17,7 +17,7 @@ const unsigned char Xe2SIPCSRDebugBindless[] =
1717
0x61, 0x00, 0x00, 0x80, 0x20, 0x02, 0x01, 0xf0, 0x04, 0x00, 0x00, 0x00,
1818
0x00, 0x00, 0x00, 0x00, 0x65, 0x09, 0x00, 0x80, 0x20, 0x82, 0x05, 0x00,
1919
0x00, 0x70, 0x00, 0x02, 0xff, 0xff, 0x00, 0x00, 0x68, 0x09, 0x00, 0x80,
20-
0x20, 0x82, 0x05, 0x00, 0x04, 0x00, 0x00, 0x01, 0x11, 0x00, 0x11, 0x00,
20+
0x20, 0x82, 0x05, 0x00, 0x04, 0x00, 0x00, 0x01, 0x0b, 0x00, 0x0b, 0x00,
2121
0x41, 0x19, 0x00, 0x80, 0x10, 0x82, 0x0d, 0x00, 0x04, 0x00, 0x00, 0x01,
2222
0x04, 0x00, 0x04, 0x00, 0x68, 0x09, 0x00, 0x80, 0x10, 0x82, 0x05, 0x00,
2323
0x00, 0x70, 0x00, 0x01, 0x08, 0x00, 0x08, 0x00, 0x65, 0x09, 0x00, 0x80,

0 commit comments

Comments
 (0)