summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/compat-i915-headers/intel_step.h
blob: 0006ef812346b82000bc15f76e467bc0725596f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2023 Intel Corporation
 */

#ifndef __INTEL_STEP_H__
#define __INTEL_STEP_H__

#include "xe_device_types.h"
#include "xe_step.h"

#define intel_display_step_name xe_display_step_name

static inline
const char *xe_display_step_name(struct xe_device *xe)
{
	return xe_step_name(xe->info.step.display);
}

#endif /* __INTEL_STEP_H__ */