summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-03-01 13:36:53 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-03-02 11:53:38 -0500
commit3c3f947cf4a7d2db72f3bb3e2f7eab4d7d926a30 (patch)
tree80747c20d4daeccee7e299307a617e6b68ef860e /drivers/gpu/nvgpu/gk20a/gk20a.h
parent0aafa9e279da0fdcca19b610a57919fd00ad35aa (diff)
gpu: nvgpu: add fifo ops for *data_fault_id_enum_v
generated hw header for top_device_info_data_fault_id_enum_v is different between legacy chips and t19x JIRA GV11B-7 Change-Id: I877e88a5b1b1f3f41bc72b895536f4a01b4fbd4e Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1313384 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 272fadbb..c30a8eaf 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -417,6 +417,7 @@ struct gpu_ops {
417 void (*device_info_data_parse)(struct gk20a *g, 417 void (*device_info_data_parse)(struct gk20a *g,
418 u32 table_entry, u32 *inst_id, 418 u32 table_entry, u32 *inst_id,
419 u32 *pri_base, u32 *fault_id); 419 u32 *pri_base, u32 *fault_id);
420 u32 (*device_info_fault_id)(u32 table_entry);
420 int (*tsg_bind_channel)(struct tsg_gk20a *tsg, 421 int (*tsg_bind_channel)(struct tsg_gk20a *tsg,
421 struct channel_gk20a *ch); 422 struct channel_gk20a *ch);
422 int (*tsg_unbind_channel)(struct channel_gk20a *ch); 423 int (*tsg_unbind_channel)(struct channel_gk20a *ch);