|
5 | 5 | * SPDX-License-Identifier: MIT
|
6 | 6 | *
|
7 | 7 | * @file zes_ddi.h
|
8 |
| - * @version v1.6-r1.6.3 |
| 8 | + * @version v1.6-r1.6.10 |
9 | 9 | *
|
10 | 10 | */
|
11 | 11 | #ifndef _ZES_DDI_H
|
@@ -43,8 +43,8 @@ typedef struct _zes_global_dditable_t
|
43 | 43 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
44 | 44 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
45 | 45 | zesGetGlobalProcAddrTable(
|
46 |
| - ze_api_version_t version, ///< [in] API version requested |
47 |
| - zes_global_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 46 | + ze_api_version_t version, ///< [in] API version requested |
| 47 | + zes_global_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
48 | 48 | );
|
49 | 49 |
|
50 | 50 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -383,8 +383,8 @@ typedef struct _zes_device_dditable_t
|
383 | 383 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
384 | 384 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
385 | 385 | zesGetDeviceProcAddrTable(
|
386 |
| - ze_api_version_t version, ///< [in] API version requested |
387 |
| - zes_device_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 386 | + ze_api_version_t version, ///< [in] API version requested |
| 387 | + zes_device_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
388 | 388 | );
|
389 | 389 |
|
390 | 390 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -443,8 +443,8 @@ typedef struct _zes_driver_dditable_t
|
443 | 443 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
444 | 444 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
445 | 445 | zesGetDriverProcAddrTable(
|
446 |
| - ze_api_version_t version, ///< [in] API version requested |
447 |
| - zes_driver_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 446 | + ze_api_version_t version, ///< [in] API version requested |
| 447 | + zes_driver_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
448 | 448 | );
|
449 | 449 |
|
450 | 450 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -555,8 +555,8 @@ typedef struct _zes_overclock_dditable_t
|
555 | 555 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
556 | 556 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
557 | 557 | zesGetOverclockProcAddrTable(
|
558 |
| - ze_api_version_t version, ///< [in] API version requested |
559 |
| - zes_overclock_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 558 | + ze_api_version_t version, ///< [in] API version requested |
| 559 | + zes_overclock_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
560 | 560 | );
|
561 | 561 |
|
562 | 562 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -651,8 +651,8 @@ typedef struct _zes_scheduler_dditable_t
|
651 | 651 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
652 | 652 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
653 | 653 | zesGetSchedulerProcAddrTable(
|
654 |
| - ze_api_version_t version, ///< [in] API version requested |
655 |
| - zes_scheduler_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 654 | + ze_api_version_t version, ///< [in] API version requested |
| 655 | + zes_scheduler_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
656 | 656 | );
|
657 | 657 |
|
658 | 658 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -703,8 +703,8 @@ typedef struct _zes_performance_factor_dditable_t
|
703 | 703 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
704 | 704 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
705 | 705 | zesGetPerformanceFactorProcAddrTable(
|
706 |
| - ze_api_version_t version, ///< [in] API version requested |
707 |
| - zes_performance_factor_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 706 | + ze_api_version_t version, ///< [in] API version requested |
| 707 | + zes_performance_factor_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
708 | 708 | );
|
709 | 709 |
|
710 | 710 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -801,8 +801,8 @@ typedef struct _zes_power_dditable_t
|
801 | 801 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
802 | 802 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
803 | 803 | zesGetPowerProcAddrTable(
|
804 |
| - ze_api_version_t version, ///< [in] API version requested |
805 |
| - zes_power_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 804 | + ze_api_version_t version, ///< [in] API version requested |
| 805 | + zes_power_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
806 | 806 | );
|
807 | 807 |
|
808 | 808 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -968,8 +968,8 @@ typedef struct _zes_frequency_dditable_t
|
968 | 968 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
969 | 969 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
970 | 970 | zesGetFrequencyProcAddrTable(
|
971 |
| - ze_api_version_t version, ///< [in] API version requested |
972 |
| - zes_frequency_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 971 | + ze_api_version_t version, ///< [in] API version requested |
| 972 | + zes_frequency_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
973 | 973 | );
|
974 | 974 |
|
975 | 975 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1012,8 +1012,8 @@ typedef struct _zes_engine_dditable_t
|
1012 | 1012 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1013 | 1013 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1014 | 1014 | zesGetEngineProcAddrTable(
|
1015 |
| - ze_api_version_t version, ///< [in] API version requested |
1016 |
| - zes_engine_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1015 | + ze_api_version_t version, ///< [in] API version requested |
| 1016 | + zes_engine_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1017 | 1017 | );
|
1018 | 1018 |
|
1019 | 1019 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1064,8 +1064,8 @@ typedef struct _zes_standby_dditable_t
|
1064 | 1064 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1065 | 1065 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1066 | 1066 | zesGetStandbyProcAddrTable(
|
1067 |
| - ze_api_version_t version, ///< [in] API version requested |
1068 |
| - zes_standby_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1067 | + ze_api_version_t version, ///< [in] API version requested |
| 1068 | + zes_standby_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1069 | 1069 | );
|
1070 | 1070 |
|
1071 | 1071 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1109,8 +1109,8 @@ typedef struct _zes_firmware_dditable_t
|
1109 | 1109 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1110 | 1110 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1111 | 1111 | zesGetFirmwareProcAddrTable(
|
1112 |
| - ze_api_version_t version, ///< [in] API version requested |
1113 |
| - zes_firmware_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1112 | + ze_api_version_t version, ///< [in] API version requested |
| 1113 | + zes_firmware_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1114 | 1114 | );
|
1115 | 1115 |
|
1116 | 1116 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1161,8 +1161,8 @@ typedef struct _zes_memory_dditable_t
|
1161 | 1161 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1162 | 1162 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1163 | 1163 | zesGetMemoryProcAddrTable(
|
1164 |
| - ze_api_version_t version, ///< [in] API version requested |
1165 |
| - zes_memory_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1164 | + ze_api_version_t version, ///< [in] API version requested |
| 1165 | + zes_memory_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1166 | 1166 | );
|
1167 | 1167 |
|
1168 | 1168 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1237,8 +1237,8 @@ typedef struct _zes_fabric_port_dditable_t
|
1237 | 1237 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1238 | 1238 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1239 | 1239 | zesGetFabricPortProcAddrTable(
|
1240 |
| - ze_api_version_t version, ///< [in] API version requested |
1241 |
| - zes_fabric_port_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1240 | + ze_api_version_t version, ///< [in] API version requested |
| 1241 | + zes_fabric_port_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1242 | 1242 | );
|
1243 | 1243 |
|
1244 | 1244 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1297,8 +1297,8 @@ typedef struct _zes_temperature_dditable_t
|
1297 | 1297 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1298 | 1298 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1299 | 1299 | zesGetTemperatureProcAddrTable(
|
1300 |
| - ze_api_version_t version, ///< [in] API version requested |
1301 |
| - zes_temperature_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1300 | + ze_api_version_t version, ///< [in] API version requested |
| 1301 | + zes_temperature_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1302 | 1302 | );
|
1303 | 1303 |
|
1304 | 1304 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1341,8 +1341,8 @@ typedef struct _zes_psu_dditable_t
|
1341 | 1341 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1342 | 1342 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1343 | 1343 | zesGetPsuProcAddrTable(
|
1344 |
| - ze_api_version_t version, ///< [in] API version requested |
1345 |
| - zes_psu_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1344 | + ze_api_version_t version, ///< [in] API version requested |
| 1345 | + zes_psu_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1346 | 1346 | );
|
1347 | 1347 |
|
1348 | 1348 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1417,8 +1417,8 @@ typedef struct _zes_fan_dditable_t
|
1417 | 1417 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1418 | 1418 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1419 | 1419 | zesGetFanProcAddrTable(
|
1420 |
| - ze_api_version_t version, ///< [in] API version requested |
1421 |
| - zes_fan_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1420 | + ze_api_version_t version, ///< [in] API version requested |
| 1421 | + zes_fan_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1422 | 1422 | );
|
1423 | 1423 |
|
1424 | 1424 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1477,8 +1477,8 @@ typedef struct _zes_led_dditable_t
|
1477 | 1477 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1478 | 1478 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1479 | 1479 | zesGetLedProcAddrTable(
|
1480 |
| - ze_api_version_t version, ///< [in] API version requested |
1481 |
| - zes_led_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1480 | + ze_api_version_t version, ///< [in] API version requested |
| 1481 | + zes_led_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1482 | 1482 | );
|
1483 | 1483 |
|
1484 | 1484 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1538,8 +1538,8 @@ typedef struct _zes_ras_dditable_t
|
1538 | 1538 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1539 | 1539 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1540 | 1540 | zesGetRasProcAddrTable(
|
1541 |
| - ze_api_version_t version, ///< [in] API version requested |
1542 |
| - zes_ras_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1541 | + ze_api_version_t version, ///< [in] API version requested |
| 1542 | + zes_ras_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1543 | 1543 | );
|
1544 | 1544 |
|
1545 | 1545 | ///////////////////////////////////////////////////////////////////////////////
|
@@ -1593,8 +1593,8 @@ typedef struct _zes_diagnostics_dditable_t
|
1593 | 1593 | /// - ::ZE_RESULT_ERROR_UNSUPPORTED_VERSION
|
1594 | 1594 | ZE_DLLEXPORT ze_result_t ZE_APICALL
|
1595 | 1595 | zesGetDiagnosticsProcAddrTable(
|
1596 |
| - ze_api_version_t version, ///< [in] API version requested |
1597 |
| - zes_diagnostics_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
| 1596 | + ze_api_version_t version, ///< [in] API version requested |
| 1597 | + zes_diagnostics_dditable_t* pDdiTable ///< [in,out] pointer to table of DDI function pointers |
1598 | 1598 | );
|
1599 | 1599 |
|
1600 | 1600 | ///////////////////////////////////////////////////////////////////////////////
|
|
0 commit comments