From: Michal Wajdeczko Date: Wed, 27 May 2026 11:26:07 +0000 (+0200) Subject: drm/xe: Move xe_uc_fw_abi.h to abi/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637c8e3a525b73ac3cf765831119b02a927d11cd;p=thirdparty%2Flinux.git drm/xe: Move xe_uc_fw_abi.h to abi/ We aim to keep all pure ABI headers in the abi/ folder, but somehow we missed this file. Signed-off-by: Michal Wajdeczko Reviewed-by: Rodrigo Vivi Link: https://patch.msgid.link/20260527112608.22448-1-michal.wajdeczko@intel.com --- diff --git a/Documentation/gpu/xe/xe_firmware.rst b/Documentation/gpu/xe/xe_firmware.rst index 9c15a300bc625..d3030d1c9a845 100644 --- a/Documentation/gpu/xe/xe_firmware.rst +++ b/Documentation/gpu/xe/xe_firmware.rst @@ -7,10 +7,10 @@ Firmware Firmware Layout =============== -.. kernel-doc:: drivers/gpu/drm/xe/xe_uc_fw_abi.h +.. kernel-doc:: drivers/gpu/drm/xe/abi/uc_fw_abi.h :doc: CSS-based Firmware Layout -.. kernel-doc:: drivers/gpu/drm/xe/xe_uc_fw_abi.h +.. kernel-doc:: drivers/gpu/drm/xe/abi/uc_fw_abi.h :doc: GSC-based Firmware Layout Write Once Protected Content Memory (WOPCM) Layout diff --git a/drivers/gpu/drm/xe/xe_uc_fw_abi.h b/drivers/gpu/drm/xe/abi/uc_fw_abi.h similarity index 99% rename from drivers/gpu/drm/xe/xe_uc_fw_abi.h rename to drivers/gpu/drm/xe/abi/uc_fw_abi.h index 74b888904fdc7..198e949660e09 100644 --- a/drivers/gpu/drm/xe/xe_uc_fw_abi.h +++ b/drivers/gpu/drm/xe/abi/uc_fw_abi.h @@ -3,8 +3,8 @@ * Copyright © 2022 Intel Corporation */ -#ifndef _XE_UC_FW_ABI_H_ -#define _XE_UC_FW_ABI_H_ +#ifndef _ABI_UC_FW_ABI_H +#define _ABI_UC_FW_ABI_H #include #include diff --git a/drivers/gpu/drm/xe/xe_late_bind_fw_types.h b/drivers/gpu/drm/xe/xe_late_bind_fw_types.h index 7fdb24e810b3c..ee5efe60774ea 100644 --- a/drivers/gpu/drm/xe/xe_late_bind_fw_types.h +++ b/drivers/gpu/drm/xe/xe_late_bind_fw_types.h @@ -10,7 +10,8 @@ #include #include #include -#include "xe_uc_fw_abi.h" + +#include "abi/uc_fw_abi.h" #define XE_LB_MAX_PAYLOAD_SIZE SZ_4K diff --git a/drivers/gpu/drm/xe/xe_uc_fw.h b/drivers/gpu/drm/xe/xe_uc_fw.h index bb281b72a6772..f2d3a3e7208bc 100644 --- a/drivers/gpu/drm/xe/xe_uc_fw.h +++ b/drivers/gpu/drm/xe/xe_uc_fw.h @@ -8,8 +8,8 @@ #include +#include "abi/uc_fw_abi.h" #include "xe_macros.h" -#include "xe_uc_fw_abi.h" #include "xe_uc_fw_types.h" struct drm_printer;