Lines Matching refs:crtc_offset_cntl
116 OUTREG(RADEON_CRTC_OFFSET_CNTL, restore->crtc_offset_cntl);
543 save->crtc_offset_cntl = INREG(RADEON_CRTC_OFFSET_CNTL);
777 save->crtc_offset_cntl = RADEON_CRTC_OFFSET_FLIP_CNTL;
780 save->crtc_offset_cntl = 0;
784 save->crtc_offset_cntl |= (R300_CRTC_X_Y_MODE_EN |
788 save->crtc_offset_cntl |= RADEON_CRTC_TILE_EN;
792 save->crtc_offset_cntl &= ~(R300_CRTC_X_Y_MODE_EN |
796 save->crtc_offset_cntl &= ~RADEON_CRTC_TILE_EN;
810 /* note we cannot really simply use the info->ModeReg.crtc_offset_cntl value, since the
816 /*save->crtc_offset_cntl = INREG(RADEON_CRTC_OFFSET_CNTL) & ~0xf;*/
822 save->crtc_offset_cntl &= ~RADEON_CRTC_OFFSET_FLIP_CNTL;
829 save->crtc_offset_cntl = save->crtc_offset_cntl | (y % 16);
1032 /* note we cannot really simply use the info->ModeReg.crtc_offset_cntl value, since the
1051 save->crtc2_offset_cntl = save->crtc_offset_cntl | (y % 16);