mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-22 16:34:01 -05:00
chore: Remove TODO (#332)
Forgot to remove that after adressing the issue of needing three calls in nvgpu to get the config data correctly.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user