/* SPDX-License-Identifier: MIT */ /* Copyright © 2025 Intel Corporation */ #ifndef __I915_SCHEDULER_TYPES_H__ #define __I915_SCHEDULER_TYPES_H__ #define I915_PRIORITY_DISPLAY 0 struct i915_sched_attr { int priority; }; #endif