mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Related-To: NEO-6149
Source location of Linux kernel DRM/i915 interface headers:
9641c49adb
Signed-off-by: Szymon Morek <szymon.morek@intel.com>
15 lines
264 B
C++
15 lines
264 B
C++
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace DRM_TIP {
|
|
#undef DRM_IOCTL_I915_GEM_CREATE_EXT
|
|
#undef __I915_EXEC_UNKNOWN_FLAGS
|
|
#include "third_party/uapi/drm_tip/drm/i915_drm.h"
|
|
} // namespace DRM_TIP
|