1. 05 7月, 2013 1 次提交
  2. 28 6月, 2013 1 次提交
  3. 11 6月, 2013 1 次提交
  4. 08 6月, 2013 3 次提交
  5. 18 2月, 2013 1 次提交
    • R
      drm/cma: add debugfs helpers · 6f646095
      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 used if the driver bothers to keep
      a list of CMA GEM objects.
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      6f646095
  6. 18 9月, 2012 1 次提交