Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_context_types.h25 struct intel_context_ops { struct
26 int (*alloc)(struct intel_context *ce);
28 int (*pin)(struct intel_context *ce);
29 void (*unpin)(struct intel_context *ce);
31 void (*enter)(struct intel_context *ce);
32 void (*exit)(struct intel_context *ce);
34 void (*reset)(struct intel_context *ce);
35 void (*destroy)(struct kref *kref);