Searched refs:gfx_get_vactive (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvid_1400.c406 if (yend >= gfx_get_vactive())
407 yend = gfx_get_vactive();
H A Dvid_5530.c750 if ((y + h) < gfx_get_vactive())
753 yend = (unsigned long)gfx_get_vactive() + vadjust;
H A Dvid_1200.c969 if ((y + h) < gfx_get_vactive())
972 yend = (unsigned long)gfx_get_vactive() + vadjust;
1624 if ((y + height) > gfx_get_vactive())
1625 height = gfx_get_vactive() - y;
H A Dvid_rdcl.c1110 if ((y + h) < gfx_get_vactive())
1115 yend = (unsigned long)gfx_get_vactive() + vadjust;
1467 if ((y + height) > gfx_get_vactive())
1468 height = gfx_get_vactive() - y;
H A Ddisp_gu1.c1210 while ((gfx_get_vline()) > gfx_get_vactive()) ;
2247 *yres = gfx_get_vactive();
2355 * gfx_get_vactive
2363 gfx_get_vactive(void)
H A Dtv_1200.c1005 *height = gfx_get_vactive();
H A Dgfx_rtns.h328 unsigned short gfx_get_vactive(void);
H A Ddisp_gu2.c2346 *yres = gfx_get_vactive();
2540 * gfx_get_vactive
2548 gfx_get_vactive(void)
H A Dgfx_disp.c49 * gfx_get_vactive
1670 * gfx_get_vactive
1674 gfx_get_vactive(void) function in typeref:typename:unsigned short
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvid_5530.c551 if (yend >= gfx_get_vactive())
552 yend = gfx_get_vactive();
H A Dvid_1200.c810 if ((y + h) < gfx_get_vactive())
813 yend = (unsigned long) gfx_get_vactive() + vadjust;
1534 if ((y + height) > gfx_get_vactive())
1535 height = gfx_get_vactive() - y;
H A Ddisp_gu1.c938 while ((gfx_get_vline()) > gfx_get_vactive());
1953 *yres = gfx_get_vactive();
2059 * gfx_get_vactive
2067 gfx_get_vactive(void)
H A Dtv_1200.c866 *height = gfx_get_vactive();
H A Dvid_rdcl.c934 if ((y + h) < gfx_get_vactive())
939 yend = (unsigned long) gfx_get_vactive() + vadjust;
1452 if ((y + height) > gfx_get_vactive())
1453 height = gfx_get_vactive() - y;
H A Dgfx_rtns.h227 unsigned short gfx_get_vactive(void);
H A Ddisp_gu2.c2003 *yres = gfx_get_vactive();
2185 * gfx_get_vactive
2193 gfx_get_vactive(void)
H A Dgfx_disp.c69 * gfx_get_vactive
1927 * gfx_get_vactive
1931 gfx_get_vactive(void) function in typeref:typename:unsigned short
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_driver.c1079 pGeode->FBgfxdisplaytiming.wVActive = gfx_get_vactive();
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_driver.c1417 pGeode->FBgfxdisplaytiming.wVActive = gfx_get_vactive();
H A Dnsc_gx2_driver.c1342 pGeode->FBgfxdisplaytiming.wVActive = gfx_get_vactive();

Completed in 50 milliseconds