Lines Matching defs:node
52 static inline struct drm_i915_private *node_to_i915(struct drm_info_node *node)
54 return to_i915(node->minor->dev);
150 if (!drm_mm_node_allocated(&vma->node))
160 vma->node.start, vma->node.size,
245 if (!drm_mm_node_allocated(&vma->node))
249 stats->active += vma->node.size;
251 stats->inactive += vma->node.size;
254 stats->closed += vma->node.size;
265 if (drm_mm_node_allocated(&vma->node)) {
267 stats->active += vma->node.size;
269 stats->inactive += vma->node.size;
272 stats->closed += vma->node.size;