Home
last modified time | relevance | path

Searched defs:intel_context_ops (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/gt/
Dintel_context_types.h33 struct intel_context_ops { struct
34 unsigned long flags;
38 int (*alloc)(struct intel_context *ce);
40 void (*ban)(struct intel_context *ce, struct i915_request *rq);
42 int (*pre_pin)(struct intel_context *ce, struct i915_gem_ww_ctx *ww, void **vaddr);
43 int (*pin)(struct intel_context *ce, void *vaddr);
44 void (*unpin)(struct intel_context *ce);
45 void (*post_unpin)(struct intel_context *ce);
47 void (*cancel_request)(struct intel_context *ce,
50 void (*enter)(struct intel_context *ce);
[all …]