Skip to content

Commit 43fecb9

Browse files
Update stateComputeModeForceNonCoherentMask definition
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
1 parent b33473e commit 43fecb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/source/gen12lp/hw_cmds_base.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ namespace NEO {
2121

2222
struct GEN12LP {
2323
#include "shared/source/generated/gen12lp/hw_cmds_generated_gen12lp.inl"
24-
static constexpr uint32_t stateComputeModeForceNonCoherentMask = (((1 << 0) | (1 << 1)) << 3);
24+
25+
static constexpr uint32_t stateComputeModeForceNonCoherentMask = (0b11u << 3);
2526

2627
struct DataPortBindlessSurfaceExtendedMessageDescriptor {
2728
union {

0 commit comments

Comments
 (0)