mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 21:42:53 +08:00
Store hardware IP version in hardware info
Query HW IP version using ioctl helper prelim Related-To: NEO-7457 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
49c828e481
commit
8ddc889c1d
@@ -24,6 +24,7 @@ class OsContextLinux;
|
||||
class IoctlHelper;
|
||||
enum class CacheRegion : uint16_t;
|
||||
struct HardwareInfo;
|
||||
struct HardwareIpVersion;
|
||||
|
||||
struct MemoryRegion {
|
||||
MemoryClassInstance region;
|
||||
@@ -261,6 +262,8 @@ class IoctlHelperPrelim20 : public IoctlHelper {
|
||||
bool getFabricLatency(uint32_t fabricId, uint32_t &latency, uint32_t &bandwidth) override;
|
||||
|
||||
protected:
|
||||
bool queryHwIpVersion(EngineClassInstance &engineInfo, HardwareIpVersion &ipVersion, int &ret);
|
||||
|
||||
bool handleExecBufferInNonBlockMode = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user