Searched refs:horizTotal (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c248 int horizTotal = (mode->crtc_htotal >> 3) - 5; local
274 horizStart = horizTotal - 5;
275 horizEnd = horizTotal - 2;
276 horizBlankEnd = horizTotal + 4;
280 horizTotal += 2;
291 ErrorF("horizTotal: 0x%X \n", horizTotal);
345 regp->CRTC[NV_CIO_CR_HDT_INDEX] = horizTotal;
402 XLATE(horizTotal, 8, NV_CIO_CRE_HEB_HDT_8);
409 horizTotal
[all...]

Completed in 258 milliseconds