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