Home
last modified time | relevance | path

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

/drivers/regulator/
A Dlp8788-buck.c65 #define PIN_HIGH 1 macro
223 else if (pin1 == PIN_LOW && pin2 == PIN_HIGH) in lp8788_select_buck_vout_addr()
225 else if (pin1 == PIN_HIGH && pin2 == PIN_LOW) in lp8788_select_buck_vout_addr()
/drivers/gpu/drm/i915/
A Di915_gem_gtt.h46 #define PIN_HIGH BIT_ULL(5) macro
A Di915_gem_gtt.c218 if (flags & PIN_HIGH) in i915_gem_gtt_insert()
A Di915_gem_evict.c179 if (flags & PIN_HIGH) in i915_gem_evict_something()
A Di915_perf.c1884 ret = i915_vma_pin(vma, 0, SZ_16M, PIN_GLOBAL | PIN_HIGH); in alloc_oa_buffer()
1991 ret = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in alloc_noa_wait()
2325 err = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in emit_oa_config()
/drivers/gpu/drm/i915/display/
A Dintel_hdcp_gsc.c70 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_hdcp_gsc_initialize_message()
/drivers/gpu/drm/i915/gt/
A Dintel_renderstate.c181 err = i915_vma_pin_ww(so->vma, &so->ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_renderstate_init()
A Dselftest_ring_submission.c26 err = i915_vma_pin(vma, 0, 0, PIN_USER | PIN_HIGH); in create_wally()
A Dintel_ring.c51 flags |= PIN_HIGH; in intel_ring_pin()
A Dintel_timeline.c204 err = i915_ggtt_pin(tl->hwsp_ggtt, ww, 0, PIN_HIGH); in intel_timeline_pin()
A Dmock_engine.c190 return i915_vma_pin_ww(ce->ring->vma, ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in mock_context_pre_pin()
A Dgen6_ppgtt.c351 err = i915_ggtt_pin(ppgtt->vma, ww, GEN6_PD_ALIGN, PIN_HIGH); in gen6_ppgtt_pin()
A Dintel_context.c123 err = i915_ggtt_pin(vma, ww, 0, bias | PIN_HIGH); in __context_pin_state()
A Dintel_gt.c488 ret = i915_ggtt_pin(vma, NULL, 0, PIN_HIGH); in intel_gt_init_scratch()
A Dgen8_ppgtt.c982 ret = i915_vma_pin(vma, 0, 0, PIN_USER | PIN_HIGH); in gen8_init_rsvd()
A Dintel_ring_submission.c1290 err = i915_vma_pin_ww(vma, ww, 0, 0, PIN_USER | PIN_HIGH); in gen7_ctx_switch_bb_init()
A Dintel_lrc.c1880 err = i915_ggtt_pin(wa_ctx->vma, &ww, 0, PIN_HIGH); in lrc_init_wa_ctx()
A Dintel_engine_cs.c1062 flags = PIN_HIGH; in pin_ggtt_status_page()
/drivers/gpu/drm/i915/gvt/
A Daperture_gm.c57 flags = PIN_HIGH; in alloc_gm()
/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_client_blt.c490 err = i915_vma_pin(t->batch, 0, 0, PIN_USER | PIN_HIGH); in tiled_blit()
A Di915_gem_context.c455 err = i915_vma_pin(vma, 0, 0, PIN_HIGH | PIN_USER); in gpu_fill()

Completed in 55 milliseconds