summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
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);