Home
last modified time | relevance | path

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

/linux/drivers/accel/ivpu/
H A Divpu_fw_log.c94 bool only_new_msgs, struct drm_printer *p) in fw_log_print_buffer() argument
98 u32 log_start = only_new_msgs ? READ_ONCE(log->read_index) : 0; in fw_log_print_buffer()
126 struct ivpu_bo *bo, bool only_new_msgs, struct drm_printer *p) in fw_log_print_all_in_bo() argument
132 fw_log_print_buffer(log, name, only_new_msgs, p); in fw_log_print_all_in_bo()
135 void ivpu_fw_log_print(struct ivpu_device *vdev, bool only_new_msgs, struct drm_printer *p) in ivpu_fw_log_print() argument
137 fw_log_print_all_in_bo(vdev, "NPU critical", vdev->fw->mem_log_crit, only_new_msgs, p); in ivpu_fw_log_print()
138 fw_log_print_all_in_bo(vdev, "NPU verbose", vdev->fw->mem_log_verb, only_new_msgs, p); in ivpu_fw_log_print()
H A Divpu_fw_log.h26 void ivpu_fw_log_print(struct ivpu_device *vdev, bool only_new_msgs, struct drm_printer *p);