xref: /linux/drivers/gpu/drm/xe/xe_drv.h (revision dd08ebf6c3525a7ea2186e636df064ea47281987)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2021 Intel Corporation
4  */
5 
6 #ifndef _XE_DRV_H_
7 #define _XE_DRV_H_
8 
9 #include <drm/drm_drv.h>
10 
11 #define DRIVER_NAME		"xe"
12 #define DRIVER_DESC		"Intel Xe Graphics"
13 #define DRIVER_DATE		"20201103"
14 #define DRIVER_TIMESTAMP	1604406085
15 
16 /* Interface history:
17  *
18  * 1.1: Original.
19  */
20 #define DRIVER_MAJOR		1
21 #define DRIVER_MINOR		1
22 #define DRIVER_PATCHLEVEL	0
23 
24 #endif
25