Searched refs:fp_horz_stretch (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_output.c180 uint32_t fp_horz_stretch = INREG(RADEON_FP_HORZ_STRETCH); local in function:RADEONGetPanelInfoFromReg
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 |
[all...]
H A Dradeon_probe.h629 uint32_t fp_horz_stretch; member in struct:__anon297917400b08
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_driver.c2263 OUTREG(R128_FP_HORZ_STRETCH, restore->fp_horz_stretch);
2382 save->fp_horz_stretch = INREG(R128_FP_HORZ_STRETCH);
2679 save->fp_horz_stretch =
2682 (orig->fp_horz_stretch & (R128_HORZ_PANEL_SIZE |
2685 save->fp_horz_stretch &= ~R128_HORZ_AUTO_RATIO_FIX_EN;
2686 save->fp_horz_stretch &= ~R128_AUTO_HORZ_RATIO;
2688 save->fp_horz_stretch &= ~(R128_HORZ_STRETCH_BLEND | R128_HORZ_STRETCH_ENABLE);
2690 save->fp_horz_stretch |= (R128_HORZ_STRETCH_BLEND | R128_HORZ_STRETCH_ENABLE);
H A Dr128.h212 uint32_t fp_horz_stretch; member in struct:__anona5d7874c0208

Completed in 36 milliseconds