summaryrefslogtreecommitdiffstats
path: root/src/occ_405/gpu/gpu_service_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/gpu/gpu_service_codes.h')
-rwxr-xr-xsrc/occ_405/gpu/gpu_service_codes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/occ_405/gpu/gpu_service_codes.h b/src/occ_405/gpu/gpu_service_codes.h
index 41cb3f9..4ea7c6f 100755
--- a/src/occ_405/gpu/gpu_service_codes.h
+++ b/src/occ_405/gpu/gpu_service_codes.h
@@ -39,6 +39,9 @@ enum gpuModuleId
GPU_MID_GPU_READ_TEMP = GPU_COMP_ID | 0x06,
GPU_MID_GPU_READ_MEM_TEMP = GPU_COMP_ID | 0x07,
GPU_MID_GPU_READ_MEM_TEMP_CAPABLE = GPU_COMP_ID | 0x08,
+ GPU_MID_GPU_CHECK_DRIVER_LOADED = GPU_COMP_ID | 0x09,
+ GPU_MID_GPU_READ_PWR_LIMIT = GPU_COMP_ID | 0x0A,
+ GPU_MID_GPU_SET_PWR_LIMIT = GPU_COMP_ID | 0x0B,
};
#endif /* #ifndef _GPU_SERVICE_CODES_H_ */
OpenPOWER on IntegriCloud