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:
Maciej Plewka
2021-12-20 16:09:41 +00:00
committed by Compute-Runtime-Automation
parent 300a971af3
commit 615688336f
37 changed files with 278 additions and 120 deletions

View File

@@ -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;
};