| /Linux-v5.15/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_context.h | 22 static inline bool i915_gem_context_is_closed(const struct i915_gem_context *ctx) in i915_gem_context_is_closed() 27 static inline void i915_gem_context_set_closed(struct i915_gem_context *ctx) in i915_gem_context_set_closed() 33 static inline bool i915_gem_context_no_error_capture(const struct i915_gem_context *ctx) in i915_gem_context_no_error_capture() 38 static inline void i915_gem_context_set_no_error_capture(struct i915_gem_context *ctx) in i915_gem_context_set_no_error_capture() 43 static inline void i915_gem_context_clear_no_error_capture(struct i915_gem_context *ctx) in i915_gem_context_clear_no_error_capture() 48 static inline bool i915_gem_context_is_bannable(const struct i915_gem_context *ctx) in i915_gem_context_is_bannable() 53 static inline void i915_gem_context_set_bannable(struct i915_gem_context *ctx) in i915_gem_context_set_bannable() 58 static inline void i915_gem_context_clear_bannable(struct i915_gem_context *ctx) in i915_gem_context_clear_bannable() 63 static inline bool i915_gem_context_is_recoverable(const struct i915_gem_context *ctx) in i915_gem_context_is_recoverable() 68 static inline void i915_gem_context_set_recoverable(struct i915_gem_context *ctx) in i915_gem_context_set_recoverable() [all …]
|
| D | i915_gem_context.c | 98 static void lut_close(struct i915_gem_context *ctx) in lut_close() 140 lookup_user_engine(struct i915_gem_context *ctx, in lookup_user_engine() 739 context_get_vm_rcu(struct i915_gem_context *ctx) in context_get_vm_rcu() 777 struct i915_gem_context *ctx, in intel_context_set_gem() 851 struct i915_gem_context *ctx = engines->ctx; in engines_notify() 882 static struct i915_gem_engines *default_engines(struct i915_gem_context *ctx, in default_engines() 932 static struct i915_gem_engines *user_engines(struct i915_gem_context *ctx, in user_engines() 987 struct i915_gem_context *ctx = container_of(ref, typeof(*ctx), ref); in i915_gem_context_release() 1005 __context_engines_static(const struct i915_gem_context *ctx) in __context_engines_static() 1010 static void __reset_context(struct i915_gem_context *ctx, in __reset_context() [all …]
|
| D | i915_gem_context_types.h | 49 struct i915_gem_context *ctx; 209 struct i915_gem_context { struct
|
| D | i915_gem_throttle.c | 41 struct i915_gem_context *ctx; in i915_gem_throttle_ioctl()
|
| D | i915_gem_object_types.h | 31 struct i915_gem_context *ctx;
|
| D | i915_gem_object.c | 125 struct i915_gem_context *ctx = lut->ctx; in i915_gem_close_object() 148 struct i915_gem_context *ctx = lut->ctx; in i915_gem_close_object()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gem/selftests/ |
| D | mock_context.h | 17 struct i915_gem_context * 21 void mock_context_close(struct i915_gem_context *ctx); 23 struct i915_gem_context * 26 struct i915_gem_context * 29 struct i915_gem_context *kernel_context(struct drm_i915_private *i915, 31 void kernel_context_close(struct i915_gem_context *ctx);
|
| D | mock_context.c | 11 struct i915_gem_context * 15 struct i915_gem_context *ctx; in mock_context() 66 void mock_context_close(struct i915_gem_context *ctx) in mock_context_close() 76 struct i915_gem_context * 81 struct i915_gem_context *ctx; in live_context() 109 struct i915_gem_context * 113 struct i915_gem_context *ctx; in live_context_for_engine() 147 struct i915_gem_context * 151 struct i915_gem_context *ctx; in kernel_context() 176 void kernel_context_close(struct i915_gem_context *ctx) in kernel_context_close()
|
| D | igt_gem_utils.h | 13 struct i915_gem_context; 20 igt_request_alloc(struct i915_gem_context *ctx, struct intel_engine_cs *engine);
|
| D | i915_gem_context.c | 30 static inline struct i915_address_space *ctx_vm(struct i915_gem_context *ctx) in ctx_vm() 41 struct i915_gem_context **ctx; in live_nop_switch() 284 struct i915_gem_context *ctx; in live_parallel_switch() 680 struct i915_gem_context *ctx; in igt_ctx_exec() 767 struct i915_gem_context *parent; in igt_shared_ctx_exec() 813 struct i915_gem_context *ctx; in igt_shared_ctx_exec() 1354 struct i915_gem_context *ctx; in igt_ctx_readonly() 1488 static int write_to_scratch(struct i915_gem_context *ctx, in write_to_scratch() 1583 static int read_from_scratch(struct i915_gem_context *ctx, in read_from_scratch() 1736 static int check_scratch_page(struct i915_gem_context *ctx, u32 *out) in check_scratch_page() [all …]
|
| D | huge_pages.c | 1115 static int igt_write_huge(struct i915_gem_context *ctx, in igt_write_huge() 1275 struct i915_gem_context *ctx = arg; in igt_ppgtt_smoke_huge() 1361 struct i915_gem_context *ctx = arg; in igt_ppgtt_sanity_check() 1456 struct i915_gem_context *ctx = arg; in igt_tmpfs_fallback() 1513 struct i915_gem_context *ctx = arg; in igt_shrink_thp() 1668 struct i915_gem_context *ctx; in i915_gem_huge_page_live_selftests()
|
| D | igt_gem_utils.c | 20 igt_request_alloc(struct i915_gem_context *ctx, struct intel_engine_cs *engine) in igt_request_alloc()
|
| /Linux-v5.15/drivers/gpu/drm/i915/selftests/ |
| D | i915_gem.c | 20 static int switch_to_context(struct i915_gem_context *ctx) in switch_to_context() 136 struct i915_gem_context *ctx; in igt_gem_suspend() 171 struct i915_gem_context *ctx; in igt_gem_hibernate()
|
| D | i915_vma.c | 38 struct i915_gem_context *ctx) in assert_vma() 111 struct i915_gem_context *ctx; in create_vmas() 153 struct i915_gem_context *ctx, *cn; in igt_vma_create()
|
| D | intel_memory_region.c | 553 static int igt_gpu_write(struct i915_gem_context *ctx, in igt_gpu_write() 793 struct i915_gem_context *ctx; in igt_lmem_write_gpu()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gt/ |
| D | intel_context_types.h | 26 struct i915_gem_context; 87 struct i915_gem_context __rcu *gem_context;
|
| D | selftest_execlists.c | 1529 struct i915_gem_context *ctx_hi, *ctx_lo; in live_busywait_preempt() 1713 struct i915_gem_context *ctx, in spinner_create_request() 1732 struct i915_gem_context *ctx_hi, *ctx_lo; in live_preempt() 1823 struct i915_gem_context *ctx_hi, *ctx_lo; in live_late_preempt() 1925 struct i915_gem_context *ctx; 3368 struct i915_gem_context *ctx_hi, *ctx_lo; in live_preempt_timeout() 3471 struct i915_gem_context **contexts; 3479 static struct i915_gem_context *smoke_context(struct preempt_smoke *smoke) in smoke_context() 3486 struct i915_gem_context *ctx, int prio, in smoke_submit() 3544 struct i915_gem_context *ctx = smoke_context(smoke); in smoke_crescendo_thread() [all …]
|
| D | intel_engine_types.h | 47 struct i915_gem_context;
|
| D | intel_reset.c | 41 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned) in client_mark_guilty() 70 struct i915_gem_context *ctx; in mark_guilty() 121 struct i915_gem_context *ctx; in mark_innocent()
|
| /Linux-v5.15/drivers/gpu/drm/i915/ |
| D | i915_perf_types.h | 27 struct i915_gem_context; 167 struct i915_gem_context *ctx;
|
| D | i915_trace.h | 1234 TP_PROTO(struct i915_gem_context *ctx), 1239 __field(struct i915_gem_context *, ctx) 1254 TP_PROTO(struct i915_gem_context *ctx), 1259 TP_PROTO(struct i915_gem_context *ctx),
|
| D | i915_request.h | 615 static inline struct i915_gem_context *
|
| D | Makefile | 138 gem/i915_gem_context.o \
|
| D | i915_perf.c | 1190 struct i915_gem_context *ctx = stream->ctx; in oa_pin_context() 2243 static int gen8_configure_context(struct i915_gem_context *ctx, in gen8_configure_context() 2353 struct i915_gem_context *ctx, *cn; in oa_configure_all_contexts() 2620 struct i915_gem_context *ctx = stream->ctx; in gen7_oa_enable() 3413 struct i915_gem_context *specific_ctx = NULL; in i915_perf_open_ioctl_locked()
|
| D | i915_request.c | 64 const struct i915_gem_context *ctx; in i915_fence_get_timeline_name() 1677 struct i915_gem_context *ctx; in i915_request_add()
|