Home
last modified time | relevance | path

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

/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/gt/
Dintel_renderstate.c202 err = i915_vma_pin(so.vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_renderstate_emit()
Dintel_timeline.c320 err = i915_vma_pin(tl->hwsp_ggtt, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_timeline_pin()
426 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in __intel_timeline_get_seqno()
Dintel_gt.c246 ret = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_gt_init_scratch()
Dintel_context.c119 flags |= PIN_HIGH | PIN_GLOBAL; in __context_pin_state()
Dintel_engine_cs.c530 flags |= PIN_HIGH; in pin_ggtt_status_page()
Dintel_ringbuffer.c1205 flags |= PIN_HIGH; in intel_ring_pin()
Dintel_lrc.c2229 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in lrc_setup_wa_ctx()
/drivers/gpu/drm/i915/
Di915_gem_evict.c122 if (flags & PIN_HIGH) in i915_gem_evict_something()
Di915_gem_gtt.h608 #define PIN_HIGH BIT_ULL(5) macro
Di915_gem_gtt.c1926 PIN_GLOBAL | PIN_HIGH); in gen6_ppgtt_pin()
3749 if (flags & PIN_HIGH) in i915_gem_gtt_insert()
/drivers/gpu/drm/i915/gvt/
Daperture_gm.c55 flags = PIN_HIGH; in alloc_gm()
/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c191 err = i915_vma_pin(vma, 0, 0, PIN_HIGH | PIN_USER); in gpu_fill()