mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: Remove the current Ras Util Interface from specific products
Related-To: NEO-15787 Signed-off-by: Pratik Bari <pratik.bari@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
c31ca0a748
commit
a48c99e580
@@ -1254,16 +1254,6 @@ const std::map<std::string, std::map<std::string, uint64_t>> *SysmanProductHelpe
|
||||
return &guidToKeyOffsetMap;
|
||||
}
|
||||
|
||||
template <>
|
||||
RasInterfaceType SysmanProductHelperHw<gfxProduct>::getGtRasUtilInterface() {
|
||||
return RasInterfaceType::netlink;
|
||||
}
|
||||
|
||||
template <>
|
||||
RasInterfaceType SysmanProductHelperHw<gfxProduct>::getHbmRasUtilInterface() {
|
||||
return RasInterfaceType::netlink;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool SysmanProductHelperHw<gfxProduct>::isUpstreamPortConnected() {
|
||||
return true;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2024 Intel Corporation
|
||||
* Copyright (C) 2024-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -14,16 +14,6 @@ constexpr static auto gfxProduct = IGFX_LUNARLAKE;
|
||||
|
||||
#include "level_zero/sysman/source/shared/linux/product_helper/sysman_product_helper_xe_hp_and_later.inl"
|
||||
|
||||
template <>
|
||||
RasInterfaceType SysmanProductHelperHw<gfxProduct>::getGtRasUtilInterface() {
|
||||
return RasInterfaceType::netlink;
|
||||
}
|
||||
|
||||
template <>
|
||||
RasInterfaceType SysmanProductHelperHw<gfxProduct>::getHbmRasUtilInterface() {
|
||||
return RasInterfaceType::netlink;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool SysmanProductHelperHw<gfxProduct>::isZesInitSupported() {
|
||||
return true;
|
||||
|
||||
@@ -14,16 +14,6 @@ constexpr static auto gfxProduct = IGFX_PTL;
|
||||
|
||||
#include "level_zero/sysman/source/shared/linux/product_helper/sysman_product_helper_xe_hp_and_later.inl"
|
||||
|
||||
template <>
|
||||
RasInterfaceType SysmanProductHelperHw<gfxProduct>::getGtRasUtilInterface() {
|
||||
return RasInterfaceType::netlink;
|
||||
}
|
||||
|
||||
template <>
|
||||
RasInterfaceType SysmanProductHelperHw<gfxProduct>::getHbmRasUtilInterface() {
|
||||
return RasInterfaceType::netlink;
|
||||
}
|
||||
|
||||
template <>
|
||||
bool SysmanProductHelperHw<gfxProduct>::isZesInitSupported() {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user