commit | 6f646095ec2f5d38a6429dd896cb2d5cbbb776dc | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Mon Dec 10 10:46:43 2012 -0600 |
committer | Rob Clark <robdclark@gmail.com> | Sun Feb 17 17:55:42 2013 -0500 |
tree | 41444767a379449c4e57f60dbee6d3bf2c670904 | |
parent | 21a245d2d62ef617978316203af032d499805cd2 [diff] |
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>