Add Debug API handlers

Related-To: NEO-4554


Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2021-02-23 17:57:27 +00:00
committed by Compute-Runtime-Automation
parent 4764cbd9d3
commit 8f87dfaf0c
25 changed files with 417 additions and 13 deletions

View File

@@ -23,4 +23,8 @@ bool Drm::queryTopology(const HardwareInfo &hwInfo, int &sliceCount, int &subSli
return translateTopologyInfo(data, sliceCount, subSliceCount, euCount);
}
bool Drm::isDebugAttachAvailable() {
return false;
}
} // namespace NEO