1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2020,2021 Intel Corporation
6 #ifndef __INTEL_STEP_H__
7 #define __INTEL_STEP_H__
9 #include <linux/types.h>
11 struct drm_i915_private;
13 struct intel_step_info {
19 * Symbolic steppings that do not match the hardware. These are valid both as gt
20 * and display steppings as symbolic names.
38 void intel_step_init(struct drm_i915_private *i915);
40 #endif /* __INTEL_STEP_H__ */