525.47.11

This commit is contained in:
russellcnv
2023-02-27 13:32:00 -08:00
parent 1a970827d6
commit a553e6b6a2
59 changed files with 1226 additions and 289 deletions

View File

@@ -5483,6 +5483,8 @@ NvBool nvConstructHwModeTimingsEvo(const NVDpyEvoRec *pDpyEvo,
pTimings->pixelDepth = NVKMS_PIXEL_DEPTH_30_444;
} else if (pDpyEvo->parsedEdid.info.input.u.digital.bpc < 8) {
pTimings->pixelDepth = NVKMS_PIXEL_DEPTH_18_444;
} else {
pTimings->pixelDepth = NVKMS_PIXEL_DEPTH_24_444;
}
}
} else {