Program L3 error detection behavior.

Change-Id: Ifeccb707376f5b267de58ffd6ad009cf000c5047
This commit is contained in:
Zdunowski, Piotr
2019-02-18 13:43:10 +01:00
committed by sys_ocldev
parent 4ac2c079dc
commit d99e833786
6 changed files with 52 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2018 Intel Corporation
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -13,8 +13,8 @@ namespace OCLRT {
struct CNLFamily;
template <>
struct L3CNTLREGConfig<IGFX_CANNONLAKE> {
static const uint32_t valueForSLM = 0xA0000121u;
static const uint32_t valueForNoSLM = 0xc0000140u;
static const uint32_t valueForSLM = 0xA0000321u;
static const uint32_t valueForNoSLM = 0xc0000340u;
};
template <>