Files
compute-runtime/shared/source/os_interface/linux/flags/drm_query_flags.h
Bartosz Dunajski e08bd20289 Add queryItem flags to drm query ioctl
Signed-off-by: Bartosz Dunajski bartosz.dunajski@intel.com
2020-11-19 18:26:12 +01:00

18 lines
281 B
C++

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
namespace DrmQueryItemFlags {
constexpr uint32_t empty = 0;
constexpr uint32_t topology = 0;
} // namespace DrmQueryItemFlags
} // namespace NEO