Lines Matching refs:i915_gem_context

85 #include "i915_gem_context.h"
103 static void lut_close(struct i915_gem_context *ctx)
145 lookup_user_engine(struct i915_gem_context *ctx,
969 struct i915_gem_context *ctx,
1077 struct i915_gem_context *ctx = engines->ctx;
1114 static struct i915_gem_engines *default_engines(struct i915_gem_context *ctx,
1197 static struct i915_gem_engines *user_engines(struct i915_gem_context *ctx,
1282 struct i915_gem_context *ctx = container_of(work, typeof(*ctx),
1317 struct i915_gem_context *ctx = container_of(ref, typeof(*ctx), ref);
1323 __context_engines_static(const struct i915_gem_context *ctx)
1328 static void __reset_context(struct i915_gem_context *ctx,
1431 static void kill_context(struct i915_gem_context *ctx)
1458 static void engines_idle_release(struct i915_gem_context *ctx,
1498 static void set_closed_name(struct i915_gem_context *ctx)
1515 static void context_close(struct i915_gem_context *ctx)
1560 static int __context_set_persistence(struct i915_gem_context *ctx, bool state)
1602 static struct i915_gem_context *
1606 struct i915_gem_context *ctx;
1714 static void gem_context_register(struct i915_gem_context *ctx,
1747 struct i915_gem_context *ctx;
1789 struct i915_gem_context *ctx;
1871 struct i915_gem_context *ctx,
2005 static int set_sseu(struct i915_gem_context *ctx,
2061 set_persistence(struct i915_gem_context *ctx,
2070 static int set_priority(struct i915_gem_context *ctx,
2098 static int get_protected(struct i915_gem_context *ctx,
2108 struct i915_gem_context *ctx,
2207 static inline struct i915_gem_context *
2210 struct i915_gem_context *ctx;
2221 static struct i915_gem_context *
2225 struct i915_gem_context *ctx;
2252 struct i915_gem_context *
2256 struct i915_gem_context *ctx;
2319 struct i915_gem_context *ctx;
2356 struct i915_gem_context *ctx;
2385 static int get_sseu(struct i915_gem_context *ctx,
2445 struct i915_gem_context *ctx;
2518 struct i915_gem_context *ctx;
2551 struct i915_gem_context *ctx;
2601 #include "selftests/i915_gem_context.c"