summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/t30/channel_t30.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/host/t30/channel_t30.c')
-rw-r--r--drivers/video/tegra/host/t30/channel_t30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/t30/channel_t30.c b/drivers/video/tegra/host/t30/channel_t30.c
index 985ecf29fc43..84c9e71c1b46 100644
--- a/drivers/video/tegra/host/t30/channel_t30.c
+++ b/drivers/video/tegra/host/t30/channel_t30.c
@@ -68,7 +68,7 @@ const struct nvhost_channeldesc nvhost_t30_channelmap[] = {
.waitbases = BIT(NVWAITBASE_3D),
.modulemutexes = BIT(NVMODMUTEX_3D),
.class = NV_GRAPHICS_3D_CLASS_ID,
- .waitbasesync = true,
+ .waitbasesync = false,
.module = {
.prepare_poweroff = nvhost_3dctx_prepare_power_off,
.busy = nvhost_scale3d_notify_busy,