Skip to content

Commit 74e2dad

Browse files
weiyu-chensys_zuul
authored andcommitted
Encode render target (RT) index directly in RT-write message for TGL.
Change-Id: Ic249711e8d06ab028814c087d730f4b79b9f9e13
1 parent f9e44ba commit 74e2dad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

visa/HWCaps.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,11 @@
415415
return getGenxPlatform() == GENX_SKL ||
416416
getOption(vISA_replaceIndirectCallWithJmpi);
417417
}
418+
419+
bool canEncodeFullExtDesc() const
420+
{
421+
return getGenxPlatform() >= GENX_TGLLP;
422+
}
418423
bool no64bitType() const
419424
{
420425
return getGenxPlatform() == GENX_ICLLP || isGen12LP();
@@ -548,11 +553,6 @@
548553
return false;
549554
}
550555

551-
bool canEncodeFullExtDesc() const
552-
{
553-
return false;
554-
}
555-
556556
bool useAccForDF() const
557557
{
558558
return false;

0 commit comments

Comments
 (0)