Searched refs:PIN_HIGH (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gem_gtt.h | 46 #define PIN_HIGH BIT_ULL(5) macro
|
| H A D | i915_gem_gtt.c | 218 if (flags & PIN_HIGH) in i915_gem_gtt_insert()
|
| H A D | i915_hdcp_gsc.c | 71 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_hdcp_gsc_initialize_message()
|
| H A D | i915_gem_evict.c | 179 if (flags & PIN_HIGH) in i915_gem_evict_something()
|
| H A D | i915_perf.c | 1885 ret = i915_vma_pin(vma, 0, SZ_16M, PIN_GLOBAL | PIN_HIGH); in alloc_oa_buffer() 1992 ret = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in alloc_noa_wait() 2326 err = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in emit_oa_config()
|
| /linux/drivers/regulator/ |
| H A D | lp8788-buck.c | 65 #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()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring.c | 51 flags |= PIN_HIGH; in intel_ring_pin()
|
| H A D | mock_engine.c | 190 return i915_vma_pin_ww(ce->ring->vma, ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in mock_context_pre_pin()
|
| H A D | intel_timeline.c | 205 err = i915_ggtt_pin(tl->hwsp_ggtt, ww, 0, PIN_HIGH); in intel_timeline_pin()
|
| H A D | gen6_ppgtt.c | 351 err = i915_ggtt_pin(ppgtt->vma, ww, GEN6_PD_ALIGN, PIN_HIGH); in gen6_ppgtt_pin()
|
| H A D | intel_context.c | 123 err = i915_ggtt_pin(vma, ww, 0, bias | PIN_HIGH); in __context_pin_state()
|
| H A D | gen8_ppgtt.c | 982 ret = i915_vma_pin(vma, 0, 0, PIN_USER | PIN_HIGH); in gen8_init_rsvd()
|
| H A D | intel_engine_cs.c | 1060 flags = PIN_HIGH; in pin_ggtt_status_page()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_client_blt.c | 493 err = i915_vma_pin(t->batch, 0, 0, PIN_USER | PIN_HIGH); in tiled_blit()
|
| H A D | i915_gem_context.c | 455 err = i915_vma_pin(vma, 0, 0, PIN_HIGH | PIN_USER); in gpu_fill()
|