mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-04-03 12:05:13 +02:00
Signed-off-by: Francois Dugast <francois.dugast@intel.com> Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
24 lines
378 B
C
24 lines
378 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2021 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _XE_DRV_H_
|
|
#define _XE_DRV_H_
|
|
|
|
#include <drm/drm_drv.h>
|
|
|
|
#define DRIVER_NAME "xe"
|
|
#define DRIVER_DESC "Intel Xe Graphics"
|
|
#define DRIVER_DATE "20201103"
|
|
|
|
/* Interface history:
|
|
*
|
|
* 1.1: Original.
|
|
*/
|
|
#define DRIVER_MAJOR 1
|
|
#define DRIVER_MINOR 1
|
|
#define DRIVER_PATCHLEVEL 0
|
|
|
|
#endif
|