Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c254 int vertTotal = mode->crtc_vtotal - 2; in nv_crtc_mode_set_vga() local
271 vertStart = vertTotal - 3; in nv_crtc_mode_set_vga()
272 vertEnd = vertTotal - 2; in nv_crtc_mode_set_vga()
285 vertTotal |= 1; in nv_crtc_mode_set_vga()
297 ErrorF("vertTotal: 0x%X \n", vertTotal); in nv_crtc_mode_set_vga()
353 regp->CRTC[NV_CIO_CR_VDT_INDEX] = vertTotal; in nv_crtc_mode_set_vga()
356 XLATE(vertTotal, 9, NV_CIO_CR_OVL_VDT_9) | in nv_crtc_mode_set_vga()
361 XLATE(vertTotal, 8, NV_CIO_CR_OVL_VDT_8); in nv_crtc_mode_set_vga()
398 XLATE(vertTotal, 10, NV_CIO_CRE_LSR_VDT_10); in nv_crtc_mode_set_vga()
406 XLATE(vertTotal, 11, NV_CIO_CRE_EBR_VDT_11); in nv_crtc_mode_set_vga()