NvAPI_GPU_SetCoolerPolicyTable

Function NvAPI_GPU_SetCoolerPolicyTable 

Source
pub unsafe fn NvAPI_GPU_SetCoolerPolicyTable(
    hPhysicalGPU: NvPhysicalGpuHandle,
    coolerIndex: u32,
    pCoolerTable: *const NV_GPU_COOLER_POLICY_TABLE,
    count: u32,
) -> NvAPI_Status
Expand description

Undocumented function. Restore the modified cooler settings to NVIDIA defaults. Supported only for NVAPI_COOLER_POLICY_PERF.

pCoolerTable: Updated table of policy levels and associated cooler levels. Every non-zero policy level gets updated.

count: Number of valid levels in the policy table.