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
..
2010-08-10 08:20:20 +10:00
2012-04-27 09:29:35 +01:00
2012-11-28 18:36:05 +10:00
2012-05-31 17:49:26 -07:00
2013-02-01 19:35:02 -05:00
2011-02-07 13:09:42 +10:00
2013-02-08 13:39:08 +10:00
2012-03-10 13:06:04 +00:00