[PATCH] test/intel/xe_pmt: Add testing for BMG crashlog
Ruhl, Michael J
michael.j.ruhl at intel.com
Mon Jun 30 15:15:39 UTC 2025
>-----Original Message-----
>From: Kamil Konieczny <kamil.konieczny at linux.intel.com>
>Sent: Monday, June 30, 2025 8:30 AM
>To: Ruhl, Michael J <michael.j.ruhl at intel.com>
>Cc: igt-dev at lists.freedesktop.org; De Marchi, Lucas
><lucas.demarchi at intel.com>; Vivi, Rodrigo <rodrigo.vivi at intel.com>;
>david.e.box at linux.intel.com
>Subject: Re: [PATCH] test/intel/xe_pmt: Add testing for BMG crashlog
>
>Hi Michael,
>On 2025-06-27 at 16:48:42 -0400, Michael J. Ruhl wrote:
>> The BMG devices has the PMT crashlog feature. If the devices present
>> is a BMG, test PMT api.
>>
>> NOTE: the testing order is not flexible and must be done in
>> the currently specified order.
>>
>> Signed-off-by: Michael J. Ruhl <michael.j.ruhl at intel.com>
>> ---
>> tests/intel/xe_pmt.c | 561
>+++++++++++++++++++++++++++++++++++++++++++
>> tests/meson.build | 1 +
>> 2 files changed, 562 insertions(+)
>> create mode 100644 tests/intel/xe_pmt.c
>>
>> diff --git a/tests/intel/xe_pmt.c b/tests/intel/xe_pmt.c
>> new file mode 100644
>> index 000000000..21a2e74e7
>> --- /dev/null
>> +++ b/tests/intel/xe_pmt.c
>> @@ -0,0 +1,561 @@
>> +// SPDX-License-Identifier: MIT
>> +/*
>> + * Copyright © 2025 Intel Corporation
>> + */
>> +
>> +/**
>> + * TEST: Verify BMG PMT files operations
>
>Is it PMT == Platform Monitoring Technology
>?
Yes, this is correct. I will make sure to expand to this for the next version.
Thank you for your comments!
M
>Regards,
>Kamil
>
>...cut...
More information about the igt-dev
mailing list