summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2014-03-26 14:49:04 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:08:54 -0400
commitb5acc421ee159c932e9e95adaa6d89a0c2141b38 (patch)
tree62ddee386d8da27e1e8f7519d739862137277a9d /drivers/gpu/nvgpu/gk20a/gk20a.h
parenta9785995d5f22aaeb659285f8aeb64d8b56982e0 (diff)
video: tegra: host: flexible to select fw per chip
Decouple the firmware selection of different gpu architecture. Change-Id: I62bf6b3bc51a8606c5973e475988cd5987a65a1a Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/389793 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index a9081a9d..c19b2bf8 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -191,6 +191,10 @@ struct gpu_ops {
191 void *(*get_pmu_seq_out_a_ptr)( 191 void *(*get_pmu_seq_out_a_ptr)(
192 struct pmu_sequence *seq); 192 struct pmu_sequence *seq);
193 } pmu_ver; 193 } pmu_ver;
194 struct {
195 int (*get_netlist_name)(int index, char *name);
196 bool (*is_fw_defined)(void);
197 } gr_ctx;
194}; 198};
195 199
196struct gk20a { 200struct gk20a {