mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-06 21:59:55 +00:00
525.47.11
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user