]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe: Move xe_uc_fw_abi.h to abi/
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 27 May 2026 11:26:07 +0000 (13:26 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 27 May 2026 19:28:01 +0000 (21:28 +0200)
We aim to keep all pure ABI headers in the abi/ folder, but
somehow we missed this file.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patch.msgid.link/20260527112608.22448-1-michal.wajdeczko@intel.com
Documentation/gpu/xe/xe_firmware.rst
drivers/gpu/drm/xe/abi/uc_fw_abi.h [moved from drivers/gpu/drm/xe/xe_uc_fw_abi.h with 99% similarity]
drivers/gpu/drm/xe/xe_late_bind_fw_types.h
drivers/gpu/drm/xe/xe_uc_fw.h

index 9c15a300bc6257e85a44049da545e8eb29ebbef8..d3030d1c9a8458466073e89ebc606b2a14269b5d 100644 (file)
@@ -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
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 74b888904fdc7ed6df8685c9ffd051b758c7d86e..198e949660e09dca764608e8df03a3b270e93946 100644 (file)
@@ -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 <linux/build_bug.h>
 #include <linux/types.h>
index 7fdb24e810b3c68c917b54659203ebd821a7cb74..ee5efe60774ea85d539b9e71f06d9e9fd933499d 100644 (file)
@@ -10,7 +10,8 @@
 #include <linux/mutex.h>
 #include <linux/types.h>
 #include <linux/workqueue.h>
-#include "xe_uc_fw_abi.h"
+
+#include "abi/uc_fw_abi.h"
 
 #define XE_LB_MAX_PAYLOAD_SIZE SZ_4K
 
index bb281b72a6772b954c81414886ca8ec39176bd4f..f2d3a3e7208bc1d0351c4f544b006889267d81e4 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <linux/errno.h>
 
+#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;