Fixed in SiS 315+ includes all chips (+XGI) set 'Blue' custom gamma RGB options

Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/-/merge_requests/32>
This commit is contained in:
Semenov Herman
2024-08-27 00:22:23 +03:00
committed by Marge Bot
parent cde13ef143
commit 4f24960405

View File

@@ -2131,7 +2131,7 @@ SiSOptions(ScrnInfoPtr pScrn)
pSiS->XvGamma = pSiS->XvGammaGiven = TRUE;
pSiS->XvGammaRedDef = pSiS->XvGammaRed;
pSiS->XvGammaGreenDef = pSiS->XvGammaGreen;
pSiS->XvGammaBlue = pSiS->XvGammaBlue;
pSiS->XvGammaBlueDef = pSiS->XvGammaBlue;
}
}
}