mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
feature(sysman): adds firmware flash progress api support
Related-To: NEO-9297 Signed-off-by: Kulkarni, Ashwin Kumar <ashwin.kumar.kulkarni@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5e562ae7b0
commit
11f76277c8
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2023 Intel Corporation
|
||||
* Copyright (C) 2020-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -29,7 +29,7 @@ ze_result_t FirmwareImp::firmwareFlash(void *pImage, uint32_t size) {
|
||||
}
|
||||
|
||||
ze_result_t FirmwareImp::firmwareGetFlashProgress(uint32_t *pCompletionPercent) {
|
||||
return ZE_RESULT_ERROR_UNSUPPORTED_FEATURE;
|
||||
return pOsFirmware->osGetFirmwareFlashProgress(pCompletionPercent);
|
||||
}
|
||||
|
||||
FirmwareImp::FirmwareImp(OsSysman *pOsSysman, const std::string &initalizedFwType) {
|
||||
|
||||
Reference in New Issue
Block a user