Searched refs:vse (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c137 int vr, vss, vse, vfl; member in struct:__mode
194 m->vr, m->vss, m->vse, m->vfl);
259 m->vfl - m->vse, /* upper margin (in pixel lines) */
262 m->vse - m->vss); /* vert sync length (pixel lines) */
630 m->vse = (int) (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c135 int vr, vss, vse, vfl; member in struct:__mode
183 m->hr, m->hss, m->hse, m->hfl, m->vr, m->vss, m->vse, m->vfl);
244 m->vfl - m->vse, /* upper margin (in pixel lines) */
247 m->vse - m->vss); /* vert sync length (pixel lines) */
584 m->vse = (int) (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_utility.c808 int hd, int vd, int ht, int vt, int hss, int hse, int vss, int vse, int clk,
822 mode = sisFindModeFromTiming(pScrn, hd, vd, ht, vt, hss, hse, vss, vse, clk);
961 int clk, hd, hss, hse, ht, vd, vss, vse, vt, result; local in function:SiSHandleSiSDirectCommand
972 vse = sdcbuf->sdc_parm[8];
976 hd, vd, ht, vt, hss, hse, vss, vse, clk, pSiS->SCLogQuiet) & 0xff;
1552 int clk, hd, hss, hse, ht, vd, vss, vse, vt; local in function:SiSHandleSiSDirectCommand
1562 vse = sdcbuf->sdc_parm[7];
1566 hd, vd, ht, vt, hss, hse, vss, vse, clk,
807 SISGetMergedModeDetails(ScrnInfoPtr pScrn,int hd,int vd,int ht,int vt,int hss,int hse,int vss,int vse,int clk,unsigned int * pos,unsigned int * crt1x,unsigned int * crt1y,unsigned int * crt1clk,unsigned int * crt2x,unsigned int * crt2y,unsigned int * crt2clk) argument

Completed in 7 milliseconds