Home
last modified time | relevance | path

Searched refs:PIN_HIGH (Results 1 – 19 of 19) sorted by relevance

/drivers/gpu/drm/i915/
Di915_gem_gtt.h41 #define PIN_HIGH BIT_ULL(5) macro
Di915_gem_gtt.c214 if (flags & PIN_HIGH) in i915_gem_gtt_insert()
Di915_gem_evict.c129 if (flags & PIN_HIGH) in i915_gem_evict_something()
Di915_perf.c1669 vma = i915_gem_object_ggtt_pin_ww(bo, &ww, NULL, 0, 0, PIN_HIGH); in alloc_noa_wait()
1989 err = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in emit_oa_config()
/drivers/regulator/
Dlp8788-buck.c65 #define PIN_HIGH 1 macro
235 else if (pin1 == PIN_LOW && pin2 == PIN_HIGH) in lp8788_select_buck_vout_addr()
237 else if (pin1 == PIN_HIGH && pin2 == PIN_LOW) in lp8788_select_buck_vout_addr()
/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_execbuffer.c39 err = i915_vma_pin_ww(vma, &eb->ww, 0, 0, PIN_USER | PIN_HIGH); in __igt_gpu_reloc()
Di915_gem_client_blt.c346 err = i915_vma_pin(t->batch, 0, 0, PIN_USER | PIN_HIGH); in tiled_blit()
Di915_gem_context.c456 err = i915_vma_pin(vma, 0, 0, PIN_HIGH | PIN_USER); in gpu_fill()
/drivers/gpu/drm/i915/gt/
Dintel_renderstate.c179 err = i915_vma_pin_ww(so->vma, &so->ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_renderstate_init()
Dselftest_ring_submission.c26 err = i915_vma_pin(vma, 0, 0, PIN_USER | PIN_HIGH); in create_wally()
Dintel_ring.c48 flags |= PIN_HIGH; in intel_ring_pin()
Dintel_context.c106 err = i915_ggtt_pin(vma, ww, 0, bias | PIN_HIGH); in __context_pin_state()
Dintel_timeline.c201 err = i915_ggtt_pin(tl->hwsp_ggtt, ww, 0, PIN_HIGH); in intel_timeline_pin()
Dgen6_ppgtt.c360 err = i915_ggtt_pin(ppgtt->vma, ww, GEN6_PD_ALIGN, PIN_HIGH); in gen6_ppgtt_pin()
Dintel_gt.c465 ret = i915_ggtt_pin(vma, NULL, 0, PIN_HIGH); in intel_gt_init_scratch()
Dintel_ring_submission.c1244 err = i915_vma_pin_ww(vma, ww, 0, 0, PIN_USER | PIN_HIGH); in gen7_ctx_switch_bb_init()
Dintel_lrc.c1534 err = i915_ggtt_pin(wa_ctx->vma, &ww, 0, PIN_HIGH); in lrc_init_wa_ctx()
Dintel_engine_cs.c682 flags = PIN_HIGH; in pin_ggtt_status_page()
/drivers/gpu/drm/i915/gvt/
Daperture_gm.c55 flags = PIN_HIGH; in alloc_gm()