summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-09-24 11:28:28 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2015-09-24 11:28:38 -0400
commit41f9e9747720f0658b84491fcf77010d71e1900d (patch)
tree8e46260b1d1b1e5983713e45ffcd8804c7cb27c6 /drivers/gpu/nvgpu/gm20b
parent6ceef08d52daabdf4911f28086e082b1dd2559f1 (diff)
Revert "gpu: nvgpu: Add CDE bits in FECS header"
This reverts commit 882975f7f1b4e050be79b0a047a2daa8b53a9187. Change-Id: I4940fc9f7a837840be1ea8e42d58d603235d88d5 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/804616
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hw_ctxsw_prog_gm20b.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hw_ctxsw_prog_gm20b.h b/drivers/gpu/nvgpu/gm20b/hw_ctxsw_prog_gm20b.h
index 34f8a6a4..cefd91e1 100644
--- a/drivers/gpu/nvgpu/gm20b/hw_ctxsw_prog_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/hw_ctxsw_prog_gm20b.h
@@ -58,18 +58,6 @@ static inline u32 ctxsw_prog_main_image_num_gpcs_o(void)
58{ 58{
59 return 0x00000008; 59 return 0x00000008;
60} 60}
61static inline u32 ctxsw_prog_main_image_ctl_o(void)
62{
63 return 0x0000000c;
64}
65static inline u32 ctxsw_prog_main_image_ctl_cde_enabled_f(void)
66{
67 return 0x400;
68}
69static inline u32 ctxsw_prog_main_image_ctl_cde_disabled_f(void)
70{
71 return 0x0;
72}
73static inline u32 ctxsw_prog_main_image_patch_count_o(void) 61static inline u32 ctxsw_prog_main_image_patch_count_o(void)
74{ 62{
75 return 0x00000010; 63 return 0x00000010;