mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Program all fields in SCM
Related-To: NEO-6432 This change applies WA that always programs all fields in SCM for gen12lp. Also for those platforms Force Non-Coherent is set to 0x2. Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
300a971af3
commit
615688336f
@@ -17,4 +17,5 @@ struct TestTraits<IGFX_GEN11_CORE> {
|
||||
static constexpr bool isUsingNonDefaultIoctls = false;
|
||||
static constexpr bool deviceEnqueueSupport = true;
|
||||
static constexpr bool implementsPreambleThreadArbitration = true;
|
||||
static constexpr bool forceGpuNonCoherent = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user