hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/gpu/drm/amd/display/modules/inc/mod_stats.h
....@@ -36,7 +36,13 @@
3636 bool dummy;
3737 };
3838
39
-struct mod_stats *mod_stats_create(struct dc *dc);
39
+struct mod_stats_init_params {
40
+ unsigned int stats_enable;
41
+ unsigned int stats_entries;
42
+};
43
+
44
+struct mod_stats *mod_stats_create(struct dc *dc,
45
+ struct mod_stats_init_params *init_params);
4046
4147 void mod_stats_destroy(struct mod_stats *mod_stats);
4248