Lines Matching refs:view
46 const struct i915_gtt_view *view);
210 const struct i915_gtt_view *view)
214 GEM_BUG_ON(view && !i915_is_ggtt_or_dpt(vm));
222 if (!view)
225 cmp -= view->type;
244 BUILD_BUG_ON(offsetof(typeof(*view), rotated) !=
245 offsetof(typeof(*view), partial));
246 BUILD_BUG_ON(offsetof(typeof(*view), rotated) !=
247 offsetof(typeof(*view), remapped));
248 return memcmp(&vma->gtt_view.partial, &view->partial, view->type);