mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
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:
committed by
Marge Bot
parent
cde13ef143
commit
4f24960405
@@ -2131,7 +2131,7 @@ SiSOptions(ScrnInfoPtr pScrn)
|
|||||||
pSiS->XvGamma = pSiS->XvGammaGiven = TRUE;
|
pSiS->XvGamma = pSiS->XvGammaGiven = TRUE;
|
||||||
pSiS->XvGammaRedDef = pSiS->XvGammaRed;
|
pSiS->XvGammaRedDef = pSiS->XvGammaRed;
|
||||||
pSiS->XvGammaGreenDef = pSiS->XvGammaGreen;
|
pSiS->XvGammaGreenDef = pSiS->XvGammaGreen;
|
||||||
pSiS->XvGammaBlue = pSiS->XvGammaBlue;
|
pSiS->XvGammaBlueDef = pSiS->XvGammaBlue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user