[PATCH 2/4] drm/cma: add debugfs helpers

2013-01-11 Thread Daniel Vetter
On Tue, Jan 08, 2013 at 10:08:44PM -0600, Rob Clark wrote: > 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 a

Re: [PATCH 2/4] drm/cma: add debugfs helpers

2013-01-11 Thread Daniel Vetter
On Tue, Jan 08, 2013 at 10:08:44PM -0600, Rob Clark wrote: > 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 a

[PATCH 2/4] drm/cma: add debugfs helpers

2013-01-08 Thread Rob Clark
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 u

[PATCH 2/4] drm/cma: add debugfs helpers

2013-01-08 Thread Rob Clark
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 u