Lines Matching refs:fp_vert_stretch
179 uint32_t fp_vert_stretch = INREG(RADEON_FP_VERT_STRETCH);
183 if (fp_vert_stretch & RADEON_VERT_STRETCH_ENABLE) {
184 native_mode->PanelYRes = ((fp_vert_stretch & RADEON_VERT_PANEL_SIZE) >>
333 OUTREG(RADEON_FP_VERT_STRETCH, restore->fp_vert_stretch);
388 save->fp_vert_stretch = INREG(RADEON_FP_VERT_STRETCH);
1356 save->fp_vert_stretch = info->SavedReg->fp_vert_stretch &
1435 save->fp_vert_stretch |= ((yres-1)<<12);
1438 inc = (save->fp_vert_stretch & RADEON_VERT_AUTO_RATIO_INC) ? 1 : 0;
1441 save->fp_vert_stretch |= (((scale) & RADEON_VERT_STRETCH_RATIO_MASK) |