[igt-dev] [PATCH v24 06/14] test: perf_pmu: use the gem_engine_topology library

Andi Shyti andi.shyti at intel.com
Tue May 14 09:29:14 UTC 2019


> > @@ -1301,7 +1312,7 @@ test_frequency(int gem_fd)
> >   	igt_require(igt_sysfs_get_u32(sysfs, "gt_boost_freq_mhz") == min_freq);
> >   	gem_quiescent_gpu(gem_fd); /* Idle to be sure the change takes effect */
> > -	spin = spin_sync(gem_fd, 0, I915_EXEC_RENDER);
> > +	spin = spin_sync_flags(gem_fd, 0, I915_EXEC_RENDER);
> 
> You didn't need to change hotplug/frequency&interrupts to use
> I915_EXEC_DEFAULT? Does it work on patches kernel? It doesn't execute on
> engine index 1 from the map, which is not rcs0?

you know... that's an oversight, I was testing if it works with
RENDER and then squashed everything... I will post the real patch
as reply to this e-mail.

Andi


More information about the igt-dev mailing list