summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.h')
-rw-r--r--drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.h b/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.h
index 0fcb9f39..fb69fa98 100644
--- a/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.h
+++ b/drivers/gpu/nvgpu/tegra/linux/platform_gp10b_tegra.h
@@ -22,12 +22,23 @@
22int gr_gp10b_ecc_stat_create(struct device *dev, 22int gr_gp10b_ecc_stat_create(struct device *dev,
23 int is_l2, 23 int is_l2,
24 char *ecc_stat_name, 24 char *ecc_stat_name,
25 struct gr_gp10b_ecc_stat *ecc_stat, 25 struct gk20a_ecc_stat *ecc_stat,
26 struct device_attribute *dev_attr_array);
27int gp10b_ecc_stat_create(struct device *dev,
28 int hw_units,
29 char *ecc_unit_name,
30 char *ecc_stat_name,
31 struct gk20a_ecc_stat *ecc_stat,
26 struct device_attribute *dev_attr_array); 32 struct device_attribute *dev_attr_array);
27 33
28void gr_gp10b_ecc_stat_remove(struct device *dev, 34void gr_gp10b_ecc_stat_remove(struct device *dev,
29 int is_l2, 35 int is_l2,
30 struct gr_gp10b_ecc_stat *ecc_stat, 36 struct gk20a_ecc_stat *ecc_stat,
37 struct device_attribute *dev_attr_array);
38
39void gp10b_ecc_stat_remove(struct device *dev,
40 int hw_units,
41 struct gk20a_ecc_stat *ecc_stat,
31 struct device_attribute *dev_attr_array); 42 struct device_attribute *dev_attr_array);
32 43
33int gp10b_tegra_remove(struct device *dev); 44int gp10b_tegra_remove(struct device *dev);