summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
index 0eb39406..78461b5d 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
+++ b/drivers/gpu/nvgpu/common/linux/platform_gv11b_tegra.c
@@ -188,6 +188,9 @@ static int gv11b_tegra_suspend(struct device *dev)
188struct gk20a_platform t19x_gpu_tegra_platform = { 188struct gk20a_platform t19x_gpu_tegra_platform = {
189 .has_syncpoints = true, 189 .has_syncpoints = true,
190 190
191 /* no cde. use sysmem compression */
192 .has_cde = false,
193
191 /* power management configuration */ 194 /* power management configuration */
192 195
193 /* ptimer src frequency in hz*/ 196 /* ptimer src frequency in hz*/