Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c747 m->hcorr = h2 - 2; in maven_find_exact_clocks()
781 if (m->hcorr < mt->HTotal) in maven_compute_timming()
782 hcrt += m->hcorr; in maven_compute_timming()
790 m->regs[0x96] = m->hcorr; in maven_compute_timming()
791 m->regs[0x97] = m->hcorr >> 8; in maven_compute_timming()
895 b = (mt->VTotal - 1) * (m->htotal + 2) + m->hcorr + 2; in maven_compute_timming()
Dmatroxfb_base.h256 u_int16_t hcorr; member