Home
last modified time | relevance | path

Searched refs:i915_vma_get (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_timeline.c176 i915_vma_get(hwsp->vma); in cacheline_alloc()
250 timeline->hwsp_ggtt = i915_vma_get(hwsp); in intel_timeline_init()
455 tl->hwsp_ggtt = i915_vma_get(vma); in __intel_timeline_get_seqno()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_vma.h228 static inline struct i915_vma *i915_vma_get(struct i915_vma *vma) in i915_vma_get() function
Di915_gpu_error.c1300 *c->slot = i915_vma_get(vma); in capture_vma()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_overlay.c293 overlay->vma = i915_vma_get(vma); in intel_overlay_flip_prepare()
Dintel_display.c2153 i915_vma_get(vma); in intel_pin_and_fence_fb_obj()
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c2034 eb->vma[eb->buffer_count] = i915_vma_get(vma); in eb_parse()