summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/platform_gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
index ba4880af..927a2cee 100644
--- a/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/common/linux/platform_gk20a.h
@@ -217,7 +217,9 @@ struct gk20a_platform {
217 /* source frequency for ptimer in hz */ 217 /* source frequency for ptimer in hz */
218 u32 ptimer_src_freq; 218 u32 ptimer_src_freq;
219 219
220#ifdef CONFIG_NVGPU_SUPPORT_CDE
220 bool has_cde; 221 bool has_cde;
222#endif
221 223
222 /* soc name for finding firmware files */ 224 /* soc name for finding firmware files */
223 const char *soc_name; 225 const char *soc_name;