summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-22 15:58:43 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-30 21:34:58 -0400
commit82c0c96290602b1baf296133c7f55ae1848e433a (patch)
tree1f32dc8571ce777c50984be1194c68ddeea73b38 /drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h
parent3ffcadc8dd6152d4ce2677b4e5d8e043a3df58ac (diff)
gpu: nvgpu: Remove gk20a support
Remove gk20a support. Leave only gk20a code which is reused by other GPUs. JIRA NVGPU-38 Change-Id: I3d5f2bc9f71cd9f161e64436561a5eadd5786a3b Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master/r/1507927 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h
index b82f5275..d645ed13 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.h
@@ -22,10 +22,6 @@
22 22
23struct gr_gk20a; 23struct gr_gk20a;
24 24
25/* production netlist, one and only one from below */
26/*#undef GK20A_NETLIST_IMAGE_FW_NAME*/
27#define GK20A_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_B
28
29/* emulation netlists, match majorV with HW */ 25/* emulation netlists, match majorV with HW */
30#define GK20A_NETLIST_IMAGE_A "NETA_img.bin" 26#define GK20A_NETLIST_IMAGE_A "NETA_img.bin"
31#define GK20A_NETLIST_IMAGE_B "NETB_img.bin" 27#define GK20A_NETLIST_IMAGE_B "NETB_img.bin"