forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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