]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
DRM: Add DRM KMS/FB CMA helper
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 2 Jul 2012 14:37:47 +0000 (16:37 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 18 Sep 2012 10:28:21 +0000 (12:28 +0200)
commit2e3b3c42f06ff6801b3d7839757bbdb231619083
treeb047e7b4a69808a9a87865d71730c9fac0b39ade
parentb9d474500546160dd6af35f60cd8bc20edd13807
DRM: Add DRM KMS/FB CMA helper

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 <lars@metafoo.de>
Tested-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
[Make DRM_KMS_CMA_HELPER a boolean Kconfig option]
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_fb_cma_helper.c [new file with mode: 0644]
include/drm/drm_fb_cma_helper.h [new file with mode: 0644]