mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Revert "fix ocloc/ult: set default PVC device id to pvc xt device id"
This reverts commit bd84ba819b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
007f5d70bf
commit
e79fb5f39b
@@ -8,7 +8,6 @@
|
||||
#include "shared/source/aub_mem_dump/definitions/aub_services.h"
|
||||
#include "shared/source/command_stream/preemption_mode.h"
|
||||
#include "shared/source/gen9/hw_cmds_kbl.h"
|
||||
#include "shared/source/gen9/kbl/device_ids_configs_kbl.h"
|
||||
#include "shared/source/helpers/compiler_product_helper.h"
|
||||
#include "shared/source/helpers/constants.h"
|
||||
|
||||
@@ -24,11 +23,11 @@ const PLATFORM KBL::platform = {
|
||||
PCH_UNKNOWN,
|
||||
IGFX_GEN9_CORE,
|
||||
IGFX_GEN9_CORE,
|
||||
PLATFORM_NONE, // default init
|
||||
kblDeviceIds[0], // usDeviceID
|
||||
9, // usRevId. 0 sets the stepping to A0
|
||||
0, // usDeviceID_PCH
|
||||
0, // usRevId_PCH
|
||||
PLATFORM_NONE, // default init
|
||||
0, // usDeviceID
|
||||
9, // usRevId. 0 sets the stepping to A0
|
||||
0, // usDeviceID_PCH
|
||||
0, // usRevId_PCH
|
||||
GTTYPE_UNDEFINED};
|
||||
|
||||
const RuntimeCapabilityTable KBL::capabilityTable{
|
||||
|
||||
Reference in New Issue
Block a user