Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_log.c346 * @full_cnt: The count of buffer full
356 unsigned int full_cnt) in xe_guc_check_log_buf_overflow() argument
361 if (full_cnt != prev_full_cnt) { in xe_guc_check_log_buf_overflow()
364 log->stats[type].overflow = full_cnt; in xe_guc_check_log_buf_overflow()
365 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in xe_guc_check_log_buf_overflow()
367 if (full_cnt < prev_full_cnt) { in xe_guc_check_log_buf_overflow()
H A Dxe_guc_log.h59 unsigned int full_cnt);
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c319 unsigned int full_cnt) in intel_guc_check_log_buf_overflow() argument
324 if (full_cnt != prev_full_cnt) { in intel_guc_check_log_buf_overflow()
327 log->stats[type].overflow = full_cnt; in intel_guc_check_log_buf_overflow()
328 log->stats[type].sampled_overflow += full_cnt - prev_full_cnt; in intel_guc_check_log_buf_overflow()
330 if (full_cnt < prev_full_cnt) { in intel_guc_check_log_buf_overflow()
376 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; in _guc_log_copy_debuglogs_for_relay() local
422 full_cnt = log_buf_state_local.buffer_full_cnt; in _guc_log_copy_debuglogs_for_relay()
426 new_overflow = intel_guc_check_log_buf_overflow(log, type, full_cnt); in _guc_log_copy_debuglogs_for_relay()
H A Dintel_guc_log.h78 unsigned int full_cnt);