From 366f0090a9926b1e1fab2a65ccee9dcdf0d2e0f3 Mon Sep 17 00:00:00 2001 From: icex2 Date: Wed, 19 Feb 2025 19:39:51 +0100 Subject: [PATCH] chore: Remove TODO (#332) Forgot to remove that after adressing the issue of needing three calls in nvgpu to get the config data correctly. --- src/main/nvgpu/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/nvgpu/main.c b/src/main/nvgpu/main.c index 7905e38..9899651 100644 --- a/src/main/nvgpu/main.c +++ b/src/main/nvgpu/main.c @@ -174,8 +174,6 @@ static bool _display_config_get(const nv_api_t *nv_api, displayconfig_path_info_ assert(nv_api); assert(displayconfig_path_info); - // TODO we need a total of three calls to GetDisplayConfig: https://github.com/NVIDIA/nvapi/blob/d08488fcc82eef313b0464db37d2955709691e94/Sample_Code/DisplayConfiguration/DisplayConfiguration.cpp#L68 - status = nv_api->NvAPI_DISP_GetDisplayConfig(&displayconfig_path_info->path_info_count , NULL); if (status != NVAPI_OK) {