[Intel-gfx] [PATCH v2 1/2] drm/i915: Extract GT render power state management
Andi Shyti
andi.shyti at intel.com
Wed Oct 23 12:32:16 UTC 2019
> > * maximum clocks following a vblank miss (see do_rps_boost()).
> > */
> > if (!intel_state->rps_interactive) {
> > - intel_rps_mark_interactive(dev_priv, true);
> > + intel_rps_mark_interactive(&dev_priv->gt.rps, true);
>
> I wonder if we can do &plane->vma->vm->gt->rps
agree, looks ugly, I could fix it by extracting rps. Shall I do
it now in a v3 or after the patch gets merged? As you can gues
I'd prefer doing after the patch is merged :)
Andi
More information about the Intel-gfx
mailing list