xref: /linux/drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h (revision 815e260a18a3af4dab59025ee99a7156c0e8b5e0)
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