mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 04:12:57 +08:00
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>
14 lines
191 B
C++
14 lines
191 B
C++
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "igfxfmid.h"
|
|
|
|
template <PRODUCT_FAMILY productFamily>
|
|
struct TestTraitsPlatforms;
|