Add Drm::queryEngineInfo.

Related-To: NEO-3008

Change-Id: I2a4d21bfa1f078b5da2f893bdb7554d502df8522
Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
Piotr Fusik
2019-04-30 13:09:49 +02:00
committed by sys_ocldev
parent ed2d3318df
commit f153fca90a
7 changed files with 47 additions and 10 deletions

View File

@@ -0,0 +1,22 @@
/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "drm_neo.h"
namespace NEO {
void *Drm::query(uint32_t queryId) {
return nullptr;
}
void Drm::queryEngineInfo() {
}
void Drm::queryMemoryInfo() {
}
} // namespace NEO