Home
last modified time | relevance | path

Searched refs:intel_context (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_lrc.h44 struct intel_context *ctx);
67 struct intel_context *ctx,
71 void intel_lr_context_free(struct intel_context *ctx);
72 int intel_lr_context_deferred_create(struct intel_context *ctx,
75 struct intel_context *ctx);
77 struct intel_context *ctx);
83 struct intel_context *ctx,
Di915_gem_context.c138 struct intel_context *ctx = container_of(ctx_ref, in i915_gem_context_free()
184 static struct intel_context *
189 struct intel_context *ctx; in __create_hw_context()
239 static struct intel_context *
244 struct intel_context *ctx; in i915_gem_create_context()
300 struct intel_context *ctx; in i915_gem_context_reset()
311 struct intel_context *lctx = ring->last_context; in i915_gem_context_reset()
330 struct intel_context *ctx; in i915_gem_context_init()
374 struct intel_context *dctx = dev_priv->ring[RCS].default_context; in i915_gem_context_fini()
446 struct intel_context *ctx = p; in context_idr_cleanup()
[all …]
Dintel_lrc.c207 struct intel_context *ctx);
340 struct intel_context *to0, u32 tail0, in execlists_submit_contexts()
341 struct intel_context *to1, u32 tail1) in execlists_submit_contexts()
518 struct intel_context *to, in execlists_context_queue()
583 struct intel_context *ctx) in logical_ring_invalidate_all_caches()
603 struct intel_context *ctx, in execlists_move_to_gpu()
653 struct intel_context *ctx, in intel_execlists_submission()
759 struct intel_context *ctx = req->ctx; in intel_execlists_retire_requests()
794 struct intel_context *ctx) in logical_ring_flush_all_caches()
821 struct intel_context *ctx, in intel_logical_ring_advance_and_submit()
[all …]
Dintel_ringbuffer.h119 struct intel_context;
147 struct intel_context *ctx);
240 struct intel_context *ctx,
244 struct intel_context *ctx,
280 struct intel_context *default_context;
281 struct intel_context *last_context;
Di915_trace.h750 TP_PROTO(struct intel_context *ctx),
755 __field(struct intel_context *, ctx)
770 TP_PROTO(struct intel_context *ctx),
775 TP_PROTO(struct intel_context *ctx),
787 TP_PROTO(struct intel_engine_cs *ring, struct intel_context *to),
793 __field(struct intel_context *, to)
Di915_drv.h777 struct intel_context { struct
1820 struct intel_context *ctx,
2077 struct intel_context *ctx;
2575 struct intel_context *ctx,
2899 struct intel_context *to);
2900 struct intel_context *
2905 static inline void i915_gem_context_reference(struct intel_context *ctx) in i915_gem_context_reference()
2910 static inline void i915_gem_context_unreference(struct intel_context *ctx) in i915_gem_context_unreference()
2915 static inline bool i915_gem_context_is_default(const struct intel_context *c) in i915_gem_context_is_default()
Di915_gem_execbuffer.c984 static struct intel_context *
988 struct intel_context *ctx = NULL; in i915_gem_validate_context()
1190 struct intel_context *ctx, in i915_gem_ringbuffer_submission()
1412 struct intel_context *ctx; in i915_gem_do_execbuffer()
Di915_sysfs.c236 struct intel_context *ctx; in i915_l3_write()
Dintel_ringbuffer.c45 struct intel_context *dctx = ring->default_context; in intel_ring_initialized()
709 struct intel_context *ctx) in intel_ring_workarounds_emit()
748 struct intel_context *ctx) in intel_rcs_ctx_init()
Di915_debugfs.c178 static void describe_ctx(struct seq_file *m, struct intel_context *ctx) in describe_ctx()
1845 struct intel_context *ctx; in i915_context_status()
1942 struct intel_context *ctx; in i915_dump_lrc()
2130 struct intel_context *ctx = ptr; in per_file_ctx()
Dintel_uncore.c1282 struct intel_context *ctx; in i915_get_reset_stats_ioctl()
Di915_gem.c2449 const struct intel_context *ctx) in i915_context_is_banned()
2474 struct intel_context *ctx, in i915_set_reset_status()
2507 struct intel_context *ctx = req->ctx; in i915_gem_request_free()