HomeSort by: relevance | last modified time | path
    Searched refs:vsc (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_probe.h 237 float vsc; member in struct:_RADEONCrtcPrivateRec
atombios_crtc.c 1209 float vsc1 = pRADEONEnt->Controller[0]->vsc;
1212 float vsc2 = pRADEONEnt->Controller[1]->vsc;
1226 vsc = vertical scaling ratio, defined as source/destination
radeon_output.c 631 radeon_crtc->vsc = (float)mode->VDisplay / (float)native_mode->PanelYRes;
677 /* FIXME: vsc/hsc */
681 radeon_crtc->vsc = (float)mode->VDisplay / (float)480;
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
tv_fs450.c 2240 double vsc; local
2321 /* VSC. */
2322 vsc =
2326 reg = ((unsigned long) -vsc) & 0xffff;
2327 TRACE(("vsc=%04x, tv_lines=%d, v_total=%d\n", reg, g_specs.tv_lines,
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
tv_fs450.c 2466 double vsc; local
2550 /*VSC. */
2551 vsc = (65536.0f *
2553 reg = ((unsigned long)-vsc) & 0xffff;
2554 TRACE(("vsc=%04x, tv_lines=%d, v_total=%d\n", reg, g_specs.tv_lines,

Completed in 11 milliseconds