| 504 | } |
| 505 | |
| 506 | NVAPI_INTERFACE |
| 507 | NvAPI_DISP_GetMonitorCapabilities(__in NvU32 displayId, __inout NV_MONITOR_CAPABILITIES *pMonitorCapabilities) { |
| 508 | if (!pMonitorCapabilities) |
| 509 | return NVAPI_INVALID_ARGUMENT; |
| 510 | |
| 511 | return NVAPI_NOT_SUPPORTED; |
| 512 | } |
| 513 | |
| 514 | NVAPI_INTERFACE |
| 515 | NvAPI_GPU_GetAllClockFrequencies(__in NvPhysicalGpuHandle hPhysicalGPU, |
nothing calls this directly
no outgoing calls
no test coverage detected