Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_log.c661 unsigned int full_cnt) in xe_guc_check_log_buf_overflow() argument
666 if (full_cnt != prev_full_cnt) { in xe_guc_check_log_buf_overflow()
669 log->stats[type].overflow = full_cnt; in xe_guc_check_log_buf_overflow()
670 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in xe_guc_check_log_buf_overflow()
672 if (full_cnt < prev_full_cnt) { in xe_guc_check_log_buf_overflow()