Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A 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 in nv_crtc_mode_set_vga()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A 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 in nv_crtc_mode_set_vga()
[all...]

Completed in 4 milliseconds