Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dlp8788-buck.c69 #define PIN_HIGH 1 macro
241 else if (pin1 == PIN_LOW && pin2 == PIN_HIGH) in lp8788_select_buck_vout_addr()
243 else if (pin1 == PIN_HIGH && pin2 == PIN_LOW) in lp8788_select_buck_vout_addr()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_render_state.c203 err = i915_vma_pin(so.vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in i915_gem_render_state_emit()
Di915_gem_evict.c157 if (flags & PIN_HIGH) in i915_gem_evict_something()
Di915_gem_gtt.h676 #define PIN_HIGH BIT(9) macro
Dintel_engine_cs.c516 ret = i915_vma_pin(vma, 0, 4096, PIN_GLOBAL | PIN_HIGH); in intel_engine_create_scratch()
600 flags |= PIN_HIGH; in init_status_page()
Dintel_ringbuffer.c1037 flags |= PIN_HIGH; in intel_ring_pin()
1234 PIN_GLOBAL | PIN_HIGH); in __context_pin()
Dintel_lrc.c1305 flags = PIN_GLOBAL | PIN_HIGH; in __context_pin()
1646 err = i915_vma_pin(vma, 0, PAGE_SIZE, PIN_GLOBAL | PIN_HIGH); in lrc_setup_wa_ctx()
Di915_gem_gtt.c2148 PIN_GLOBAL | PIN_HIGH); in gen6_ppgtt_pin()
4037 if (flags & PIN_HIGH) in i915_gem_gtt_insert()
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Daperture_gm.c54 flags = PIN_HIGH; in alloc_gm()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_context.c137 err = i915_vma_pin(vma, 0, 0, PIN_HIGH | PIN_USER); in gpu_fill()