Skip to content

Commit b488aab

Browse files
nlellaigcbot
authored andcommitted
Enable debug and wmtp SIP on all Xe3 gen platforms
Enable debug and wmtp SIP on all Xe3 gen platforms
1 parent 48d644c commit b488aab

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

IGC/common/SystemThread.cpp

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,25 +1542,11 @@ CGenSystemInstructionKernelProgram* CGenSystemInstructionKernelProgram::Create(
15421542
case IGFX_XE3_CORE:
15431543
if (mode & SYSTEM_THREAD_MODE_DEBUG)
15441544
{
1545-
switch (platform.getPlatformInfo().eProductFamily)
1546-
{
1547-
case IGFX_PTL:
1548-
SIPIndex = XE3G_DEBUG_BINDLESS;
1549-
break;
1550-
default:
1551-
IGC_ASSERT(false);
1552-
}
1545+
SIPIndex = XE3G_DEBUG_BINDLESS;
15531546
}
15541547
else if(mode & SYSTEM_THREAD_MODE_CSR)
15551548
{
1556-
switch (platform.getPlatformInfo().eProductFamily)
1557-
{
1558-
case IGFX_PTL:
1559-
SIPIndex = XE3_CSR_DEBUG_BINDLESS;
1560-
break;
1561-
default:
1562-
IGC_ASSERT(false);
1563-
}
1549+
SIPIndex = XE3_CSR_DEBUG_BINDLESS;
15641550
}
15651551
break;
15661552

0 commit comments

Comments
 (0)