diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-07-02 10:37:47 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-09-18 06:28:21 -0400 |
commit | 2e3b3c42f06ff6801b3d7839757bbdb231619083 (patch) | |
tree | b047e7b4a69808a9a87865d71730c9fac0b39ade /drivers/gpu/drm/Kconfig | |
parent | b9d474500546160dd6af35f60cd8bc20edd13807 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 2df146dd0c85..7da5f0887cad 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig | |||
@@ -60,6 +60,15 @@ config DRM_GEM_CMA_HELPER | |||
60 | help | 60 | help |
61 | Choose this if you need the GEM CMA helper functions | 61 | Choose this if you need the GEM CMA helper functions |
62 | 62 | ||
63 | config DRM_KMS_CMA_HELPER | ||
64 | bool | ||
65 | select DRM_GEM_CMA_HELPER | ||
66 | select FB_SYS_FILLRECT | ||
67 | select FB_SYS_COPYAREA | ||
68 | select FB_SYS_IMAGEBLIT | ||
69 | help | ||
70 | Choose this if you need the KMS CMA helper functions | ||
71 | |||
63 | config DRM_TDFX | 72 | config DRM_TDFX |
64 | tristate "3dfx Banshee/Voodoo3+" | 73 | tristate "3dfx Banshee/Voodoo3+" |
65 | depends on DRM && PCI | 74 | depends on DRM && PCI |