From 06f6d58036fdad608683b1f5c8c9f4865166c88d Mon Sep 17 00:00:00 2001 From: Ankita Garg Date: Tue, 5 Nov 2013 14:14:25 -0800 Subject: video: tegra: host: disable gr2d power gate. Bug 1300659 Change-Id: I7e18c696ad2616b1696312c1244f52d44b250d85 Signed-off-by: Ankita Garg Reviewed-on: http://git-master/r/326830 Reviewed-by: Riham Haidar Tested-by: Riham Haidar --- drivers/video/tegra/host/t114/t114.c | 4 ++-- 1 file 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, -- cgit v1.2.3