PIN_HIGH
err = i915_vma_pin(t->batch, 0, 0, PIN_USER | PIN_HIGH);
err = i915_vma_pin(vma, 0, 0, PIN_HIGH | PIN_USER);
err = i915_ggtt_pin(ppgtt->vma, ww, GEN6_PD_ALIGN, PIN_HIGH);
ret = i915_vma_pin(vma, 0, 0, PIN_USER | PIN_HIGH);
err = i915_ggtt_pin(vma, ww, 0, bias | PIN_HIGH);
flags = PIN_HIGH;
ret = i915_ggtt_pin(vma, NULL, 0, PIN_HIGH);
err = i915_ggtt_pin(wa_ctx->vma, &ww, 0, PIN_HIGH);
err = i915_vma_pin_ww(so->vma, &so->ww, 0, 0, PIN_GLOBAL | PIN_HIGH);
flags |= PIN_HIGH;
err = i915_vma_pin_ww(vma, ww, 0, 0, PIN_USER | PIN_HIGH);
err = i915_ggtt_pin(tl->hwsp_ggtt, ww, 0, PIN_HIGH);
return i915_vma_pin_ww(ce->ring->vma, ww, 0, 0, PIN_GLOBAL | PIN_HIGH);
err = i915_vma_pin(vma, 0, 0, PIN_USER | PIN_HIGH);
flags = PIN_HIGH;
if (flags & PIN_HIGH)
if (flags & PIN_HIGH)
err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH);
ret = i915_vma_pin(vma, 0, SZ_16M, PIN_GLOBAL | PIN_HIGH);
ret = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH);
err = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH);
else if (pin1 == PIN_LOW && pin2 == PIN_HIGH)
else if (pin1 == PIN_HIGH && pin2 == PIN_LOW)