drm/xe: Drop duplicated declaration
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 13 Jun 2024 19:57:02 +0000 (21:57 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Fri, 14 Jun 2024 10:52:46 +0000 (12:52 +0200)
The declaration of xe_reg_whitelist_process_engine() function does
not fit into "xe_wa.h" and is already a duplicate.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240613195702.2164-1-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_hw_engine.c
drivers/gpu/drm/xe/xe_wa.h

index 0a83506..52f1200 100644 (file)
@@ -26,6 +26,7 @@
 #include "xe_macros.h"
 #include "xe_mmio.h"
 #include "xe_reg_sr.h"
+#include "xe_reg_whitelist.h"
 #include "xe_rtp.h"
 #include "xe_sched_job.h"
 #include "xe_sriov.h"
index 1b24d66..db9ddea 100644 (file)
@@ -17,8 +17,6 @@ void xe_wa_process_gt(struct xe_gt *gt);
 void xe_wa_process_engine(struct xe_hw_engine *hwe);
 void xe_wa_process_lrc(struct xe_hw_engine *hwe);
 void xe_wa_apply_tile_workarounds(struct xe_tile *tile);
-
-void xe_reg_whitelist_process_engine(struct xe_hw_engine *hwe);
 void xe_wa_dump(struct xe_gt *gt, struct drm_printer *p);
 
 /**