brintos

brintos / linux-shallow public Read only

0
0
Text · 378 B · d45b714 Raw
24 lines · c
1/* SPDX-License-Identifier: MIT */2/*3 * Copyright © 2021 Intel Corporation4 */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		120#define DRIVER_MINOR		121#define DRIVER_PATCHLEVEL	022 23#endif24