1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2022 Intel Corporation
9 #include <linux/types.h>
11 #include "xe_step_types.h"
15 struct xe_step_info xe_step_pre_gmdid_get(struct xe_device *xe);
16 struct xe_step_info xe_step_gmdid_get(struct xe_device *xe,
17 u32 graphics_gmdid_revid,
18 u32 media_gmdid_revid);
19 static inline u32 xe_step_to_gmdid(enum xe_step step) { return step - STEP_A0; }
21 const char *xe_step_name(enum xe_step step);