Home
last modified time | relevance | path

Searched refs:bPatchCrc (Results 1 – 2 of 2) sorted by relevance

/open-nvidia-gpu/src/common/displayport/src/
H A Ddp_edid.cpp38 EdidAssembler::EdidAssembler(Edid * const edid, bool bPatchCrc): in EdidAssembler() argument
41 bPatchCrc(bPatchCrc) {} in EdidAssembler()
75 if (bPatchCrc) in postReply()
/open-nvidia-gpu/src/common/displayport/inc/
H A Ddp_edid.h56 EdidAssembler(Edid * const edid, bool bPatchCrc = false);
80 bool bPatchCrc; variable