Home
last modified time | relevance | path

Searched defs:mod_stats (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/modules/stats/
H A Dstats.c93 #define MOD_STATS_TO_CORE(mod_stats)\ argument
96 bool mod_stats_init(struct mod_stats *mod_stats) in mod_stats_init()
184 void mod_stats_destroy(struct mod_stats *mod_stats) in mod_stats_destroy()
199 void mod_stats_dump(struct mod_stats *mod_stats) in mod_stats_dump()
276 void mod_stats_reset_data(struct mod_stats *mod_stats) in mod_stats_reset_data()
300 void mod_stats_update_event(struct mod_stats *mod_stats, in mod_stats_update_event()
332 void mod_stats_update_flip(struct mod_stats *mod_stats, in mod_stats_update_flip()
375 void mod_stats_update_vupdate(struct mod_stats *mod_stats, in mod_stats_update_vupdate()
418 void mod_stats_update_freesync(struct mod_stats *mod_stats, in mod_stats_update_freesync()
/dflybsd-src/sys/dev/drm/amd/display/modules/inc/
H A Dmod_stats.h31 struct mod_stats { struct
39 struct mod_stats *mod_stats_create(struct dc *dc); argument