aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-11-17 23:45:29 +0100
committerThomas White <taw@bitwiz.org.uk>2010-05-22 19:01:11 +0200
commit0c38c5d7bcce1b62534e76419ee04eea0fe50128 (patch)
tree758ed1f7e3ab61d2b13d26b9f4a910a44d8585dc /include
parent4fe52e62cc86fc303cbc0f9a3c5081e38f95b950 (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.h7
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