Home
last modified time | relevance | path

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

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