Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c5104 u32 boot_error; in amdgpu_ras_boot_time_error_reporting() local
5119 socket_id = AMDGPU_RAS_GPU_ERR_SOCKET_ID(boot_error); in amdgpu_ras_boot_time_error_reporting()
5120 aid_id = AMDGPU_RAS_GPU_ERR_AID_ID(boot_error); in amdgpu_ras_boot_time_error_reporting()
5123 if (AMDGPU_RAS_GPU_ERR_MEM_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()
5128 if (AMDGPU_RAS_GPU_ERR_FW_LOAD(boot_error)) in amdgpu_ras_boot_time_error_reporting()
5133 if (AMDGPU_RAS_GPU_ERR_WAFL_LINK_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()
5138 if (AMDGPU_RAS_GPU_ERR_XGMI_LINK_TRAINING(boot_error)) in amdgpu_ras_boot_time_error_reporting()
5153 if (AMDGPU_RAS_GPU_ERR_HBM_MEM_TEST(boot_error)) in amdgpu_ras_boot_time_error_reporting()
5158 if (AMDGPU_RAS_GPU_ERR_HBM_BIST_TEST(boot_error)) in amdgpu_ras_boot_time_error_reporting()
5163 if (AMDGPU_RAS_GPU_ERR_DATA_ABORT(boot_error)) in amdgpu_ras_boot_time_error_reporting()
[all …]
/linux-6.15/sound/pci/asihpi/
H A Dhpi6000.c463 short boot_error = 0; in create_adapter_obj() local
510 boot_error = hpi6000_adapter_boot_load_dsp(pao, pos_error_code); in create_adapter_obj()
511 if (boot_error) in create_adapter_obj()
512 return boot_error; in create_adapter_obj()