aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-cmdq.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-08-19 17:42:57 +0100
committerThomas White <taw@bitwiz.org.uk>2009-08-19 17:42:57 +0100
commitd64cf0eb8af643de2dd949539de56fcbc95de704 (patch)
treefc5d9f970d17789af229826f55e675f89c8d80b7 /drivers/mfd/glamo/glamo-cmdq.c
parenta3fd5fd06e2b06c50721ede366b9cdf40ef56389 (diff)
Move glamo_ioctl_gem_wait_rendering() to glamo-cmdq.c
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/glamo-cmdq.c')
-rw-r--r--drivers/mfd/glamo/glamo-cmdq.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mfd/glamo/glamo-cmdq.c b/drivers/mfd/glamo/glamo-cmdq.c
index b09ddb8edd9..80340b100d3 100644
--- a/drivers/mfd/glamo/glamo-cmdq.c
+++ b/drivers/mfd/glamo/glamo-cmdq.c
@@ -305,6 +305,13 @@ cleanup:
}
+int glamo_ioctl_gem_wait_rendering(struct drm_device *dev, void *data,
+ struct drm_file *file_priv)
+{
+ return 0;
+}
+
+
int glamo_cmdq_init(struct glamodrm_handle *gdrm)
{
unsigned int i;