[Intel-xe] [PATCH 1/2] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs

Jani Nikula jani.nikula at linux.intel.com
Thu Jul 6 14:49:01 UTC 2023


On Thu, 06 Jul 2023, Francois Dugast <francois.dugast at intel.com> wrote:
> Fix some SPDX license identifier warnings reported by checkpatch.
>
> Signed-off-by: Francois Dugast <francois.dugast at intel.com>
> ---
>  drivers/gpu/drm/xe/xe_map.h   | 2 +-
>  drivers/gpu/drm/xe/xe_trace.c | 2 +-
>  drivers/gpu/drm/xe/xe_trace.h | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_map.h b/drivers/gpu/drm/xe/xe_map.h
> index 032c2e8b5438..f62e0c8b67ab 100644
> --- a/drivers/gpu/drm/xe/xe_map.h
> +++ b/drivers/gpu/drm/xe/xe_map.h
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: MIT
> +/* SPDX-License-Identifier: MIT */
>  /*
>   * Copyright © 2022 Intel Corporation
>   */
> diff --git a/drivers/gpu/drm/xe/xe_trace.c b/drivers/gpu/drm/xe/xe_trace.c
> index 1026fb37f75b..70c8a5f1a9ca 100644
> --- a/drivers/gpu/drm/xe/xe_trace.c
> +++ b/drivers/gpu/drm/xe/xe_trace.c
> @@ -1,4 +1,4 @@
> -// SPDX-Liense-Identifier: GPL-2.0
> +// SPDX-License-Identifier: MIT

The trace system is GPL-2.0, and all trace users are innately tied to
the guts of it, not linked to. Usually trace stuff has been GPL-2.0 for
this reason.

>  /*
>   * Copyright © 2022 Intel Corporation
>   */
> diff --git a/drivers/gpu/drm/xe/xe_trace.h b/drivers/gpu/drm/xe/xe_trace.h
> index 02861c26e145..b92ad4ab1c79 100644
> --- a/drivers/gpu/drm/xe/xe_trace.h
> +++ b/drivers/gpu/drm/xe/xe_trace.h
> @@ -1,4 +1,4 @@
> -/* SPDX-Liense-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: MIT */

Ditto.

>  /*
>   * Copyright © 2022 Intel Corporation
>   */

-- 
Jani Nikula, Intel Open Source Graphics Center


More information about the Intel-xe mailing list