Dump allocator state to a seq_file
int drm_mm_dump_table(struct seq_file * m, struct drm_mm * mm);
m
seq_file to dump to
mm
drm_mm allocator to dump
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place