kernel/drivers/gpu/drm/amd/display/modules/inc/mod_stats.h
.. .. @@ -36,7 +36,13 @@ 36 36 bool dummy; 37 37 }; 38 38 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);40 46 41 47 void mod_stats_destroy(struct mod_stats *mod_stats); 42 48