Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_context_types.h29 struct intel_context_ops { struct
30 int (*alloc)(struct intel_context *ce);
32 int (*pin)(struct intel_context *ce);
33 void (*unpin)(struct intel_context *ce);
35 void (*enter)(struct intel_context *ce);
36 void (*exit)(struct intel_context *ce);
38 void (*reset)(struct intel_context *ce);
39 void (*destroy)(struct kref *kref);