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