Searched defs:drm_mm_node (Results 1 – 1 of 1) sorted by relevance
589 struct drm_mm_node { struct590 struct list_head fl_entry;591 struct list_head ml_entry;592 int free;593 unsigned long start;594 unsigned long size;595 struct drm_mm *mm;596 void *private;