mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
drm-tip: https://cgit.freedesktop.org/drm-tip/tree/ Related-to: NEO-6276 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
15 lines
260 B
C++
15 lines
260 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/i915_drm.h"
|
|
} // namespace DRM_TIP
|