21 Aug, 2013

1 commit


18 Feb, 2013

1 commit

  • 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

    Rob Clark
     

18 Sep, 2012

1 commit

  • This patchset introduces a set of helper function for implementing the KMS
    framebuffer layer for drivers which use the DRM GEM CMA helper function.

    Signed-off-by: Lars-Peter Clausen
    Tested-by: Sascha Hauer
    Acked-by: Sascha Hauer
    [Make DRM_KMS_CMA_HELPER a boolean Kconfig option]
    Signed-off-by: Laurent Pinchart

    Lars-Peter Clausen