Searched refs:only_new_msgs (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_fw_log.c | 98 bool only_new_msgs, struct drm_printer *p) in fw_log_print_buffer() argument 102 u32 log_start = only_new_msgs ? READ_ONCE(log->read_index) : 0; in fw_log_print_buffer() 135 struct ivpu_bo *bo, bool only_new_msgs, struct drm_printer *p) in fw_log_print_all_in_bo() argument 141 fw_log_print_buffer(log, name, only_new_msgs, p); in fw_log_print_all_in_bo() 144 void ivpu_fw_log_print(struct ivpu_device *vdev, bool only_new_msgs, struct drm_printer *p) in ivpu_fw_log_print() argument 146 fw_log_print_all_in_bo(vdev, "NPU critical", vdev->fw->mem_log_crit, only_new_msgs, p); in ivpu_fw_log_print() 147 fw_log_print_all_in_bo(vdev, "NPU verbose", vdev->fw->mem_log_verb, only_new_msgs, p); in ivpu_fw_log_print()
|