Displaying 3 results from an estimated 3 matches for "horizdisplay".
2020 Apr 30
2
[PATCH] drm/nouveau/dispnv04: Remove dead code
...overlayAdaptor && drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS)
- /* This reportedly works around some video overlay bandwidth problems */
- horizTotal += 2;
-#endif
}
if (mode->flags & DRM_MODE_FLAG_INTERLACE)
vertTotal |= 1;
-#if 0
- ErrorF("horizDisplay: 0x%X \n", horizDisplay);
- ErrorF("horizStart: 0x%X \n", horizStart);
- ErrorF("horizEnd: 0x%X \n", horizEnd);
- ErrorF("horizTotal: 0x%X \n", horizTotal);
- ErrorF("horizBlankStart: 0x%X \n", horizBlankStart);
- ErrorF("horizBlankEnd: 0x%X \n"...
2020 Apr 30
0
[PATCH] drm/nouveau/dispnv04: Remove dead code
.../* This reportedly works around some video overlay bandwidth problems */
> - horizTotal += 2;
> -#endif
> }
>
> if (mode->flags & DRM_MODE_FLAG_INTERLACE)
> vertTotal |= 1;
>
> -#if 0
> - ErrorF("horizDisplay: 0x%X \n", horizDisplay);
> - ErrorF("horizStart: 0x%X \n", horizStart);
> - ErrorF("horizEnd: 0x%X \n", horizEnd);
> - ErrorF("horizTotal: 0x%X \n", horizTotal);
> - ErrorF("horizBlankStart: 0x%X \n", horizBlankStart)...
2020 May 01
1
[PATCH] drm/nouveau/dispnv04: Remove dead code
...eo overlay bandwidth problems */
> > - horizTotal += 2;
> > -#endif
> > }
> >
> > if (mode->flags & DRM_MODE_FLAG_INTERLACE)
> > vertTotal |= 1;
> >
> > -#if 0
> > - ErrorF("horizDisplay: 0x%X \n", horizDisplay);
> > - ErrorF("horizStart: 0x%X \n", horizStart);
> > - ErrorF("horizEnd: 0x%X \n", horizEnd);
> > - ErrorF("horizTotal: 0x%X \n", horizTotal);
> > - ErrorF("horizBlankStart: 0x%X \n&quo...