NVAPI Reference Documentation
NVIDIA
Release 361: January 27
2016

Data Fields
NV_EDID_V3 Struct Reference

#include <nvapi.h>

Data Fields

NvU32 version
NvU8 EDID_Data [NV_EDID_DATA_SIZE]
NvU32 sizeofEDID
NvU32 edidId
NvU32 offset

Detailed Description

Used in NvAPI_GPU_GetEDID()


Field Documentation

ID which always returned in a monotonically increasing counter. Across a split-EDID read we need to verify that all calls returned the same edidId. This counter is incremented if we get the updated EDID.

Which 256-byte page of the EDID we want to read. Start at 0. If the read succeeds with edidSize > NV_EDID_DATA_SIZE, call back again with offset+256 until we have read the entire buffer

Structure version.


The documentation for this struct was generated from the following file:


Copyright (c) 2007-2015 NVIDIA Corporation. All rights reserved.

NVIDIA