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

  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_output.c 180 uint32_t fp_horz_stretch = INREG(RADEON_FP_HORZ_STRETCH); local
189 if (fp_horz_stretch & RADEON_HORZ_STRETCH_ENABLE) {
190 native_mode->PanelXRes = (((fp_horz_stretch & RADEON_HORZ_PANEL_SIZE) >>
332 OUTREG(RADEON_FP_HORZ_STRETCH, restore->fp_horz_stretch);
387 save->fp_horz_stretch = INREG(RADEON_FP_HORZ_STRETCH);
1359 save->fp_horz_stretch = info->SavedReg->fp_horz_stretch &
1421 save->fp_horz_stretch |= ((xres/8-1)<<16);
1424 inc = (save->fp_horz_stretch & RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0;
1427 save->fp_horz_stretch |= (((scale) & RADEON_HORZ_STRETCH_RATIO_MASK)
    [all...]
radeon_probe.h 629 uint32_t fp_horz_stretch; member in struct:__anon6870
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_driver.c 2248 OUTREG(R128_FP_HORZ_STRETCH, restore->fp_horz_stretch);
2367 save->fp_horz_stretch = INREG(R128_FP_HORZ_STRETCH);
2664 save->fp_horz_stretch =
2667 (orig->fp_horz_stretch & (R128_HORZ_PANEL_SIZE |
2670 save->fp_horz_stretch &= ~R128_HORZ_AUTO_RATIO_FIX_EN;
2671 save->fp_horz_stretch &= ~R128_AUTO_HORZ_RATIO;
2673 save->fp_horz_stretch &= ~(R128_HORZ_STRETCH_BLEND | R128_HORZ_STRETCH_ENABLE);
2675 save->fp_horz_stretch |= (R128_HORZ_STRETCH_BLEND | R128_HORZ_STRETCH_ENABLE);
r128.h 209 uint32_t fp_horz_stretch; member in struct:__anon167

Completed in 15 milliseconds