summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorDonghan Ryu <dryu@nvidia.com>2012-03-06 13:33:40 +0800
committerSimone Willett <swillett@nvidia.com>2012-03-18 19:59:46 -0700
commit418625277a9e7ec0399179efab32f89febb637c8 (patch)
treeec63d41594f2e288207d87ae7eae10e52635747c /drivers/video
parentc4c08e3de2923fcf526a1307eae442549ccf8477 (diff)
video: tegra: host: disable 3d powergating
this is a workaround for the SLI scissor bug which can happen intermittently. Bug 914785 Change-Id: I5b7071df5bbfdd03bfe8b6f6b12ac7279221bd4e Signed-off-by: Donghan Ryu <dryu@nvidia.com> Reviewed-on: http://git-master/r/87968 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/tegra/host/t30/t30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/t30/t30.c b/drivers/video/tegra/host/t30/t30.c
index 484f077d63d9..d90b71739fd2 100644
--- a/drivers/video/tegra/host/t30/t30.c
+++ b/drivers/video/tegra/host/t30/t30.c
@@ -82,7 +82,7 @@ static struct nvhost_device devices[] = {
.powergate_ids = {TEGRA_POWERGATE_3D,
TEGRA_POWERGATE_3D1},
NVHOST_DEFAULT_CLOCKGATE_DELAY,
- .can_powergate = true,
+ .can_powergate = false,
.powergate_delay = 250,
.moduleid = NVHOST_MODULE_NONE,
},