525.89.02

This commit is contained in:
Andy Ritger
2023-02-08 10:15:15 -08:00
parent 1dc88ff75e
commit e598191e8e
58 changed files with 1104 additions and 233 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 {