Skip to content
Commit 6f646095 authored by Rob Clark's avatar Rob Clark
Browse files

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: default avatarRob Clark <robdclark@gmail.com>
parent 21a245d2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment