Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c255 int vertTotal = mode->crtc_vtotal - 2; in nv_crtc_mode_set_vga() local
272 vertStart = vertTotal - 3; in nv_crtc_mode_set_vga()
273 vertEnd = vertTotal - 2; in nv_crtc_mode_set_vga()
286 vertTotal |= 1; in nv_crtc_mode_set_vga()
298 ErrorF("vertTotal: 0x%X \n", vertTotal); in nv_crtc_mode_set_vga()
354 regp->CRTC[NV_CIO_CR_VDT_INDEX] = vertTotal; in nv_crtc_mode_set_vga()
357 XLATE(vertTotal, 9, NV_CIO_CR_OVL_VDT_9) | in nv_crtc_mode_set_vga()
362 XLATE(vertTotal, 8, NV_CIO_CR_OVL_VDT_8); in nv_crtc_mode_set_vga()
399 XLATE(vertTotal, 10, NV_CIO_CRE_LSR_VDT_10); in nv_crtc_mode_set_vga()
407 XLATE(vertTotal, 11, NV_CIO_CRE_EBR_VDT_11); in nv_crtc_mode_set_vga()