Searched refs:intel_context (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_lrc.h | 44 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,
|
D | i915_gem_context.c | 138 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 …]
|
D | intel_lrc.c | 207 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 …]
|
D | intel_ringbuffer.h | 119 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;
|
D | i915_trace.h | 750 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)
|
D | i915_drv.h | 777 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()
|
D | i915_gem_execbuffer.c | 984 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()
|
D | i915_sysfs.c | 236 struct intel_context *ctx; in i915_l3_write()
|
D | intel_ringbuffer.c | 45 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()
|
D | i915_debugfs.c | 178 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()
|
D | intel_uncore.c | 1282 struct intel_context *ctx; in i915_get_reset_stats_ioctl()
|
D | i915_gem.c | 2449 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()
|