From b5acc421ee159c932e9e95adaa6d89a0c2141b38 Mon Sep 17 00:00:00 2001 From: Kevin Huang Date: Wed, 26 Mar 2014 11:49:04 -0700 Subject: 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 Reviewed-on: http://git-master/r/389793 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/gk20a.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h') 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 { void *(*get_pmu_seq_out_a_ptr)( struct pmu_sequence *seq); } pmu_ver; + struct { + int (*get_netlist_name)(int index, char *name); + bool (*is_fw_defined)(void); + } gr_ctx; }; struct gk20a { -- cgit v1.2.2