/* * 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