Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc.h382 unsigned long long start_tick = dc->debug.bw_val_profile.enable ? \
386 if (dc->debug.bw_val_profile.enable) \
387 dc->debug.bw_val_profile.total_count++
390 if (dc->debug.bw_val_profile.enable) { \
393 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
397 if (dc->debug.bw_val_profile.enable) \
401 if (dc->debug.bw_val_profile.enable) \
405 if (dc->debug.bw_val_profile.enable) { \
407 dc->debug.bw_val_profile.total_ticks += end_tick - start_tick; \
408 dc->debug.bw_val_profile
486 struct dc_bw_validation_profile bw_val_profile; global() member
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc.h586 unsigned long long start_tick = dc->debug.bw_val_profile.enable ? \
590 if (dc->debug.bw_val_profile.enable) \
591 dc->debug.bw_val_profile.total_count++
594 if (dc->debug.bw_val_profile.enable) { \
597 dc->debug.bw_val_profile.skip_ ## status ## _count++; \
601 if (dc->debug.bw_val_profile.enable) \
605 if (dc->debug.bw_val_profile.enable) \
609 if (dc->debug.bw_val_profile.enable) { \
611 dc->debug.bw_val_profile.total_ticks += end_tick - start_tick; \
612 dc->debug.bw_val_profile
830 struct dc_bw_validation_profile bw_val_profile; global() member
[all...]

Completed in 6 milliseconds