[igt-dev] [PATCH i-g-t v2] test/intel/xe_guc_pc: Add debug message for gt freq
Riana Tauro
riana.tauro at intel.com
Tue Nov 21 10:30:18 UTC 2023
Hi Anshuman
The failures seem to be related to the folder change
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10220/bat-adlp-7/igt@xe_guc_pc@freq_basic_api.html
On 11/20/2023 9:43 PM, Anshuman Gupta wrote:
> Adding a igt_debug() message for gt freq, it will be
> useful to debug the xe_guc_pc igt test failures.
>
> v2:
> - Add missed freq argument to igt_debug(). [Riana]
>
> Signed-off-by: Anshuman Gupta <anshuman.gupta at intel.com>
Looks good to me
Reviewed-by: Riana Tauro <riana.tauro at intel.com>
> ---
> tests/intel/xe_guc_pc.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/intel/xe_guc_pc.c b/tests/intel/xe_guc_pc.c
> index fa2f20cca..d0ec0ee49 100644
> --- a/tests/intel/xe_guc_pc.c
> +++ b/tests/intel/xe_guc_pc.c
> @@ -166,6 +166,8 @@ static uint32_t get_freq(int fd, int gt_id, const char *freq_name)
> while (err == -EAGAIN)
> err = igt_sysfs_scanf(gt_fd, freq_attr, "%u", &freq);
>
> + igt_debug("gt%d: %s freq %u\n", gt_id, freq_name, freq);
> +
> close(gt_fd);
> return freq;
> }
More information about the igt-dev
mailing list