Home
last modified time | relevance | path

Searched refs:horizTotal (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c243 int horizTotal = (mode->crtc_htotal >> 3) - 5; in nv_crtc_mode_set_vga() local
269 horizStart = horizTotal - 5; in nv_crtc_mode_set_vga()
270 horizEnd = horizTotal - 2; in nv_crtc_mode_set_vga()
271 horizBlankEnd = horizTotal + 4; in nv_crtc_mode_set_vga()
275 horizTotal += 2; in nv_crtc_mode_set_vga()
286 ErrorF("horizTotal: 0x%X \n", horizTotal); in nv_crtc_mode_set_vga()
340 regp->CRTC[NV_CIO_CR_HDT_INDEX] = horizTotal; in nv_crtc_mode_set_vga()
397 XLATE(horizTotal, 8, NV_CIO_CRE_HEB_HDT_8); in nv_crtc_mode_set_vga()
404 horizTotal = (horizTotal >> 1) & ~1; in nv_crtc_mode_set_vga()
405 regp->CRTC[NV_CIO_CRE_ILACE__INDEX] = horizTotal; in nv_crtc_mode_set_vga()
[all …]