mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Add setEngines function stub to drm class
Related-To: NEO-3008 Change-Id: I43d66fb9db1a0005922d7fbd8b96fccff3e7046d Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
d581130ac7
commit
a59559e516
@@ -21,6 +21,10 @@ void Drm::queryEngineInfo() {
|
||||
void Drm::queryMemoryInfo() {
|
||||
}
|
||||
|
||||
int Drm::setEngines() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Drm::setMemoryRegions() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user