summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-04-25 01:58:53 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-27 06:56:52 -0400
commitb8c92ae1d8b7f2fcee006729fd55f5c315ba9349 (patch)
treebcd1ab90522d5876ea63b3482d31990487b26587 /drivers/gpu/nvgpu/gv11b
parentaf02a002457533bebf1f77d58b8f83867a1c0c1c (diff)
gpu: nvgpu: gv11b: enable sync point support
JIRA GPUT19X-2 Change-Id: If69567af3f6de6cd65429086578715fb4d6dfeb5 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master/r/1323440 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
index fee4ebbf..acec2d3a 100644
--- a/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
+++ b/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
@@ -114,7 +114,7 @@ static int gv11b_tegra_suspend(struct device *dev)
114} 114}
115 115
116struct gk20a_platform t19x_gpu_tegra_platform = { 116struct gk20a_platform t19x_gpu_tegra_platform = {
117 .has_syncpoints = false, 117 .has_syncpoints = true,
118 118
119 /* power management configuration */ 119 /* power management configuration */
120 120