[][src]Function nvapi_sys::gpu::cooler::private::NvAPI_GPU_SetCoolerPolicyTable

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

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.