summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/nvhost_acm.h
diff options
context:
space:
mode:
authorAndrew Howe <ahowe@nvidia.com>2011-03-24 17:06:50 +0200
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:44:59 -0800
commitde2a020c59cbf1d540dcd581158571f5dc4becbe (patch)
treedb9e60c53af6f742396941c906cbc6af684fb8d1 /drivers/video/tegra/host/nvhost_acm.h
parent92be709bc9862ea968a1cc8ca006427bb787b57c (diff)
video: tegra: host: Add emc clock to gr2d, gr3d and mpe modules
Add emc to the set of units to power-manage. Original-Change-Id: I9d9624ce3673fc005447df3356867b37f4a75006 Reviewed-on: http://git-master/r/24158 Reviewed-by: Scott Williams <scwilliams@nvidia.com> Tested-by: Scott Williams <scwilliams@nvidia.com> Original-Change-Id: I75a48f19bd94b832b9f70707806aef26a53cae45 Rebase-Id: Rac3067ac41491e4e3a63f64ff87df851b2e9bc6c
Diffstat (limited to 'drivers/video/tegra/host/nvhost_acm.h')
-rw-r--r--drivers/video/tegra/host/nvhost_acm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/tegra/host/nvhost_acm.h b/drivers/video/tegra/host/nvhost_acm.h
index c765d983afb4..d116d61a75e0 100644
--- a/drivers/video/tegra/host/nvhost_acm.h
+++ b/drivers/video/tegra/host/nvhost_acm.h
@@ -3,7 +3,7 @@
*
* Tegra Graphics Host Automatic Clock Management
*
- * Copyright (c) 2010, NVIDIA Corporation.
+ * Copyright (c) 2010-2011, NVIDIA Corporation.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@
#include <linux/mutex.h>
#include <linux/clk.h>
-#define NVHOST_MODULE_MAX_CLOCKS 2
+#define NVHOST_MODULE_MAX_CLOCKS 3
struct nvhost_module;