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 9 static inline void i915_gem_fence_wait_priority_display(struct dma_fence *fence) 10 { 11 } 12 13 #endif 14