diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-11-17 23:45:29 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-02-09 23:37:32 +0100 |
commit | 2e3748841bd202b072b02919e56450b7b85de4af (patch) | |
tree | a37138cd40990e8bd885e1c1e46435bb506f5d38 /include | |
parent | 6ff96f5b029a3f246eab377f19539cba78eefbf8 (diff) |
Work on Glamo-core for DRM
This adds modifications to the core of the Glamo driver to expose functionality
to support DRM and KMS.
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/glamo.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/linux/mfd/glamo.h b/include/linux/mfd/glamo.h index 529d4f07f03..ea91a067e8c 100644 --- a/include/linux/mfd/glamo.h +++ b/include/linux/mfd/glamo.h @@ -41,12 +41,9 @@ enum glamo_engine { GLAMO_ENGINE_RISC = 11, GLAMO_ENGINE_MICROP1_MPEG_ENC = 12, GLAMO_ENGINE_MICROP1_MPEG_DEC = 13, -#if 0 - GLAMO_ENGINE_H264_DEC = 14, - GLAMO_ENGINE_RISC1 = 15, - GLAMO_ENGINE_SPI = 16, -#endif __NUM_GLAMO_ENGINES }; +#define GLAMO_ENGINE_ALL (__NUM_GLAMO_ENGINES) + #endif |