Searched refs:error_reason (Results 1 – 10 of 10) sorted by relevance
259 uint64_t error_reason) in kfd_dbg_send_exception_to_runtime() argument261 if (error_reason & KFD_EC_MASK(EC_DEVICE_MEMORY_VIOLATION)) { in kfd_dbg_send_exception_to_runtime()281 error_reason &= ~KFD_EC_MASK(EC_DEVICE_MEMORY_VIOLATION); in kfd_dbg_send_exception_to_runtime()284 if (error_reason & (KFD_EC_MASK(EC_PROCESS_RUNTIME))) { in kfd_dbg_send_exception_to_runtime()290 error_reason &= ~KFD_EC_MASK(EC_PROCESS_RUNTIME); in kfd_dbg_send_exception_to_runtime()293 if (error_reason) in kfd_dbg_send_exception_to_runtime()294 return kfd_send_exception_to_runtime(p, queue_id, error_reason); in kfd_dbg_send_exception_to_runtime()
75 uint64_t error_reason);
2188 uint64_t error_reason; member2223 cur_err |= workarea->error_reason; in send_exception_work_handler()2236 uint64_t error_reason) in kfd_send_exception_to_runtime() argument2244 worker.error_reason = error_reason; in kfd_send_exception_to_runtime()
1516 uint64_t error_reason);
178 u8 error_reason; member
632 u32 error_reason; /* error reason of the currently encoded picture */ member
260 __func__, ret, enc_output_info.error_reason, enc_output_info.warn_info); in wave5_vpu_enc_finish_encode()
2340 result->error_reason = vpu_read_reg(inst->dev, W5_RET_ENC_ERR_INFO); in wave5_vpu_enc_get_result()
702 PI_UINT32 error_reason; member
1374 u8 error_reason; member
Completed in 45 milliseconds