Lines Matching refs:view
45 const struct i915_ggtt_view *view);
154 const struct i915_ggtt_view *view)
158 GEM_BUG_ON(view && !i915_is_ggtt(vm));
166 if (!view)
169 cmp -= view->type;
188 BUILD_BUG_ON(offsetof(typeof(*view), rotated) !=
189 offsetof(typeof(*view), partial));
190 BUILD_BUG_ON(offsetof(typeof(*view), rotated) !=
191 offsetof(typeof(*view), remapped));
192 return memcmp(&vma->ggtt_view.partial, &view->partial, view->type);