[PATCH i-g-t v2 3/4] xe/oa: Update scripts to support BMG

Dixit, Ashutosh ashutosh.dixit at intel.com
Tue Sep 3 19:52:25 UTC 2024


On Tue, 03 Sep 2024 06:24:35 -0700, José Roberto de Souza wrote:
>

Thanks for the patches Jose. This is also:

Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>

Though one more change is needed, at least in IGT, to use BMG, here:

In lib/xe/xe_oa.c:

struct intel_xe_perf *
intel_xe_perf_for_devinfo(uint32_t device_id,
{
	...

	} else if (intel_graphics_ver(device_id) >= IP_VER(20, 0)) {
		intel_xe_perf_load_metrics_lnl(perf);

	...
}

If this is not needed for Mesa, I can make the change for IGT. But for now
this series is R-b'd.


More information about the igt-dev mailing list