Rob Clark 6f646095ec drm/cma: add debugfs helpers
Add helper to display fb's which can be used directly in drm_info_list:

static struct drm_info_list foo_debugfs_list[] = {
		...
		{ "fb",   drm_fb_cma_debugfs_show, 0 },
};

to display information about CMA fb objects, as well as a
drm_gem_cma_describe() which can be used if the driver bothers to keep
a list of CMA GEM objects.

Signed-off-by: Rob Clark <robdclark@gmail.com>
2013-02-17 17:55:42 -05:00
..
2013-02-17 17:55:42 -05:00
2013-01-02 17:36:10 -08:00
2012-12-13 19:20:31 -08:00
2013-01-10 20:06:08 -08:00
2012-12-18 12:26:54 -08:00
2013-01-02 17:36:10 -08:00