diff options
author | Ankita Garg <ankitag@nvidia.com> | 2013-11-05 14:14:25 -0800 |
---|---|---|
committer | Riham Haidar <rhaidar@nvidia.com> | 2013-11-15 16:18:01 -0800 |
commit | 06f6d58036fdad608683b1f5c8c9f4865166c88d (patch) | |
tree | 8392ab4c1e1eb75dcdac2ceed2e2f6f7f0f18962 | |
parent | 60b8af52417eb174a1373addedf8fffa87a215ad (diff) |
video: tegra: host: disable gr2d power gate.daily-2013.12.26.0_rel-roth-r3-partnerdaily-2013.12.03.0_rel-roth-r3-partner
Bug 1300659
Change-Id: I7e18c696ad2616b1696312c1244f52d44b250d85
Signed-off-by: Ankita Garg <ankitag@nvidia.com>
Reviewed-on: http://git-master/r/326830
Reviewed-by: Riham Haidar <rhaidar@nvidia.com>
Tested-by: Riham Haidar <rhaidar@nvidia.com>
-rw-r--r-- | drivers/video/tegra/host/t114/t114.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/tegra/host/t114/t114.c b/drivers/video/tegra/host/t114/t114.c index d18d45208578..b49436d5b475 100644 --- a/drivers/video/tegra/host/t114/t114.c +++ b/drivers/video/tegra/host/t114/t114.c @@ -3,7 +3,7 @@ * * Tegra Graphics Init for Tegra11 Architecture Chips * - * Copyright (c) 2011-2012, NVIDIA Corporation. + * Copyright (c) 2011-2013, NVIDIA Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -149,7 +149,7 @@ static struct nvhost_device_data tegra_gr2d03_info = { {"emc", 300000000, 75 } }, .powergate_ids = { TEGRA_POWERGATE_HEG, -1 }, .clockgate_delay = 0, - .can_powergate = true, + .can_powergate = false, .powergate_delay = 100, .powerup_reset = true, .moduleid = NVHOST_MODULE_NONE, |