On 17-06-2026 11:56, Raag Jadav wrote:
On Mon, Jun 15, 2026 at 01:47:02PM +0530, Tauro, Riana wrote:
quoted
On 05-06-2026 00:16, Raag Jadav wrote:
quoted
System controller allows getting/setting per counter threshold, which it
uses to raise error events to the driver. Get/set it using the respective
mailbox command.
...
quoted
quoted
+ xe_dbg(xe, "[RAS]: get counter threshold %u for %s %s\n", *threshold,
+ comp_to_str(counter->common.component), sev_to_str(counter->common.severity));
"get threshold" to be consistent with <operation> <value> <component>
<severity>
and other prints
I thought "counter threshold" was the correct[1] terminology?
Raag
[1] https://lore.kernel.org/intel-xe/ahgNW0Z9eQmQzGzY@black.igk.intel.com/ (local)
That should be fine. But keep all logs consistent.
The previous logs have get threshold
Thanks
Riana