[PATCH i-g-t] intel/xe_fault_injection.c : Update function name for xe_wa_init
K V P, Satyanarayana
satyanarayana.k.v.p at intel.com
Mon Aug 11 14:45:33 UTC 2025
On 11-08-2025 18:31, himanshu.girotra at intel.com wrote:
> From: Himanshu Girotra <himanshu.girotra at intel.com>
Patch looks good to me. Please remove this statement from the commit
message. If you can remove this, then
Reviewed-by: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
-Satya.>
> Update function xe_wa_init to xe_wa_gt_init as per latest kernel changes
> introduced in https://gitlab.freedesktop.org/drm/xe/kernel/-/commit/342d1f84320994ab72a6ca96e18f2985868e1cbd
>
> Cc: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
> Cc: Matt Atwood <matthew.s.atwood at intel.com>
> Signed-off-by: Himanshu Girotra <himanshu.girotra at intel.com>
> ---
> tests/intel/xe_fault_injection.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/intel/xe_fault_injection.c b/tests/intel/xe_fault_injection.c
> index 00d045cd8..04de2bfd5 100644
> --- a/tests/intel/xe_fault_injection.c
> +++ b/tests/intel/xe_fault_injection.c
> @@ -256,7 +256,7 @@ static void ignore_fail_dump_in_dmesg(const char function_name[], bool enable)
> * @xe_sriov_init: xe_sriov_init
> * @xe_tile_init_early: xe_tile_init_early
> * @xe_uc_fw_init: xe_uc_fw_init
> - * @xe_wa_init: xe_wa_init
> + * @xe_wa_gt_init: xe_wa_gt_init
> * @xe_wopcm_init: xe_wopcm_init
> */
> static int
> @@ -562,7 +562,7 @@ igt_main_args("I:", NULL, help_str, opt_handler, NULL)
> { "xe_sriov_init" },
> { "xe_tile_init_early" },
> { "xe_uc_fw_init" },
> - { "xe_wa_init" },
> + { "xe_wa_gt_init" },
> { "xe_wopcm_init", 0, true },
> { }
> };
More information about the igt-dev
mailing list