[Intel-gfx] [PATCH 4/6] drm/i915/gt: Switch to manual evaluation of RPS
Chris Wilson
chris at chris-wilson.co.uk
Sat Apr 25 18:51:27 UTC 2020
Quoting Chris Wilson (2020-04-25 18:57:49)
> +static bool has_busy_stats(struct intel_rps *rps)
> +{
> + struct intel_engine_cs *engine;
> + enum intel_engine_id id;
> +
> + for_each_engine(engine, rps_to_gt(rps), id) {
> + if (!intel_engine_supports_stats(engine))
Bah. The engines are not setup by this point. For the moment, I can just
hardcode it :(
-Chris
More information about the Intel-gfx
mailing list