Home
last modified time | relevance | path

Searched refs:bw_val_profile (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/amd/display/dc/
A Ddc.h717 unsigned long long start_tick = dc->debug.bw_val_profile.enable ? \
721 if (dc->debug.bw_val_profile.enable) \
722 dc->debug.bw_val_profile.total_count++
725 if (dc->debug.bw_val_profile.enable) { \
728 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
732 if (dc->debug.bw_val_profile.enable) \
736 if (dc->debug.bw_val_profile.enable) \
740 if (dc->debug.bw_val_profile.enable) { \
742 dc->debug.bw_val_profile.total_ticks += end_tick - start_tick; \
746 dc->debug.bw_val_profile.rq_dlg_ticks += end_tick - watermark_tick; \
[all …]

Completed in 246 milliseconds