aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/glamo.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-11-17 23:45:29 +0100
committerThomas White <taw@bitwiz.org.uk>2009-11-22 18:53:54 +0100
commit6bdf584dcf4fe8e6ef1296e43d3479b3b6951a29 (patch)
treeefba8e5c362f0a4fd079a72b485587a8e4675748 /include/linux/mfd/glamo.h
parenta16e58312acbc8543cd1dda98b75ea847c032301 (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/linux/mfd/glamo.h')
-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