Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/stats/
H A Dstats.c98 #define MOD_STATS_TO_CORE(mod_stats)\ argument
101 bool mod_stats_init(struct mod_stats *mod_stats) in mod_stats_init()
189 void mod_stats_destroy(struct mod_stats *mod_stats) in mod_stats_destroy()
200 void mod_stats_dump(struct mod_stats *mod_stats) in mod_stats_dump()
277 void mod_stats_reset_data(struct mod_stats *mod_stats) in mod_stats_reset_data()
301 void mod_stats_update_event(struct mod_stats *mod_stats, in mod_stats_update_event()
333 void mod_stats_update_flip(struct mod_stats *mod_stats, in mod_stats_update_flip()
376 void mod_stats_update_vupdate(struct mod_stats *mod_stats, in mod_stats_update_vupdate()
419 void mod_stats_update_freesync(struct mod_stats *mod_stats, in mod_stats_update_freesync()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
H A Dmod_stats.h33 struct mod_stats { struct
41 struct mod_stats *mod_stats_create(struct dc *dc); argument