drm/amd/display: [FW Promotion] Release 0.1.8.0
authorTaimur Hassan <Syed.Hassan@amd.com>
Sun, 20 Apr 2025 15:29:09 +0000 (11:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 May 2025 16:57:06 +0000 (12:57 -0400)
Undefined unnecessary definition to avoid wrong referring

Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index 3ae31449983ad61e7c6c093aa91c1a9a98a5cafc..76e9dcc15466aae2bb6ec2b0c917757fbd782d71 100644 (file)
@@ -36,6 +36,9 @@
 //<DMUB_TYPES>==================================================================
 /* Basic type definitions. */
 
+#ifdef __forceinline
+#undef __forceinline
+#endif
 #define __forceinline inline
 
 /**