HomeSort by: relevance | last modified time | path
    Searched defs:fw_to_load (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_smu7_smumgr.c 348 uint32_t fw_to_load; local in function:smu7_request_smu_load_fw
368 fw_to_load = UCODE_ID_RLC_G_MASK
376 fw_to_load = UCODE_ID_RLC_G_MASK
434 smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_LoadUcodes, fw_to_load);
436 r = smu7_check_fw_load_finish(hwmgr, fw_to_load);
amdgpu_smu7_smumgr.c 348 uint32_t fw_to_load; local in function:smu7_request_smu_load_fw
368 fw_to_load = UCODE_ID_RLC_G_MASK
376 fw_to_load = UCODE_ID_RLC_G_MASK
434 smu7_send_msg_to_smc_with_parameter(hwmgr, PPSMC_MSG_LoadUcodes, fw_to_load);
436 r = smu7_check_fw_load_finish(hwmgr, fw_to_load);

Completed in 23 milliseconds