Skip to content

Commit db36582

Browse files
iwwuigcbot
authored andcommitted
Limit EnableNewTileYCheck to IGFX_XE_HPG_CORE only
Limit EnableNewTileYCheck to IGFX_XE_HPG_CORE
1 parent 4354d0b commit db36582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ bool typedReadSupportsAllRenderableFormats() const
964964

965965
bool EnableNewTileYCheckDefault() const
966966
{
967-
return (m_platformInfo.eProductFamily == IGFX_DG2);
967+
return (m_platformInfo.eRenderCoreFamily == IGFX_XE_HPG_CORE);
968968
}
969969

970970
bool EnableKeepTileYForFlattenedDefault() const

0 commit comments

Comments
 (0)