search for: nvresetvideo

Displaying 1 result from an estimated 1 matches for "nvresetvideo".

2007 May 30
0
[PATCH] added comments
...reen to get the default colorKey from + * @param pPriv port to reset to defaults + */ static void NVSetPortDefaults (ScrnInfoPtr pScrnInfo, NVPortPrivPtr pPriv) { @@ -155,9 +171,12 @@ NVSetPortDefaults (ScrnInfoPtr pScrnInfo, NVPortPrivPtr pPriv) pPriv->iturbt_709 = FALSE; } - +/** + * NVResetVideo + * writes the current attributes from the overlay port to the hardware + */ void -NVResetVideo (ScrnInfoPtr pScrnInfo) +NVResetVideo(ScrnInfoPtr pScrnInfo) { NVPtr pNv = NVPTR(pScrnInfo); NVPortPrivPtr pPriv = GET_OVERLAY_PRIVATE(pNv); @@ -184,8 +203,10 @@ NVResetVideo (Scrn...