Linux Audio

Check our new training course

Loading...
Note: File does not exist in v4.6.
 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
15/* Interface history:
16 *
17 * 1.1: Original.
18 */
19#define DRIVER_MAJOR		1
20#define DRIVER_MINOR		1
21#define DRIVER_PATCHLEVEL	0
22
23#endif