mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Add Drm::queryEngineInfo.
Related-To: NEO-3008 Change-Id: I2a4d21bfa1f078b5da2f893bdb7554d502df8522 Signed-off-by: Piotr Fusik <piotr.fusik@intel.com>
This commit is contained in:
22
runtime/os_interface/linux/drm_query.cpp
Normal file
22
runtime/os_interface/linux/drm_query.cpp
Normal 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
|
||||
Reference in New Issue
Block a user