Searched defs:live_mocs (Results 1 – 2 of 2) sorted by relevance
16 struct live_mocs { struct17 struct drm_i915_mocs_table table;18 struct drm_i915_mocs_table *mocs;19 struct drm_i915_mocs_table *l3cc;20 struct i915_vma *scratch;21 void *vaddr;
19 struct live_mocs { struct23 static int live_mocs_init(struct live_mocs *arg, struct xe_gt *gt) in live_mocs_init() argument