1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: MIT */
/* Copyright © 2025 Intel Corporation */

#ifndef __I915_GEM_OBJECT_H__
#define __I915_GEM_OBJECT_H__

struct dma_fence;
struct i915_sched_attr;

static inline void i915_gem_fence_wait_priority(struct dma_fence *fence,
						const struct i915_sched_attr *attr)
{
}

#endif
我等夜監聽你說多愛我