Searched refs:trace_destination_mask (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_debugfs.c | 62 u32 trace_destination_mask; in fw_trace_capability_show() local 65 ret = ivpu_jsm_trace_get_capability(vdev, &trace_destination_mask, in fw_trace_capability_show() 71 trace_destination_mask, trace_hw_component_mask); in fw_trace_capability_show() 84 u32 trace_destination_mask = vdev->fw->trace_destination_mask; in fw_trace_config_show() local 91 trace_level, trace_destination_mask, trace_hw_component_mask); in fw_trace_config_show() 262 u32 trace_destination_mask; in fw_trace_destination_mask_fops_write() local 265 ret = kstrtou32_from_user(user_buf, size, 0, &trace_destination_mask); in fw_trace_destination_mask_fops_write() 269 fw->trace_destination_mask = trace_destination_mask; in fw_trace_destination_mask_fops_write() 271 ivpu_jsm_trace_set_config(vdev, fw->trace_level, trace_destination_mask, in fw_trace_destination_mask_fops_write() 298 ivpu_jsm_trace_set_config(vdev, fw->trace_level, fw->trace_destination_mask, in fw_trace_hw_comp_mask_fops_write() [all …]
|
| H A D | ivpu_fw.c | 322 fw->trace_destination_mask = VPU_TRACE_DESTINATION_VERBOSE_TRACING; in ivpu_fw_parse() 606 boot_params->trace_destination_mask); in ivpu_fw_boot_params_print() 716 boot_params->trace_destination_mask = vdev->fw->trace_destination_mask; in ivpu_fw_boot_params_setup()
|