xref: /linux/drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h (revision 7a9b709e7cc5ce1ffb84ce07bf6d157e1de758df)
1 /* SPDX-License-Identifier: MIT */
2 /* Copyright © 2025 Intel Corporation */
3 
4 #ifndef __I915_GEM_OBJECT_H__
5 #define __I915_GEM_OBJECT_H__
6 
7 struct dma_fence;
8 struct i915_sched_attr;
9 
10 static inline void i915_gem_fence_wait_priority(struct dma_fence *fence,
11 						const struct i915_sched_attr *attr)
12 {
13 }
14 
15 #endif
16