Searched refs:crtc_offset_cntl (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_crtc.c116 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
[all...]
H A Dradeon_probe.h597 uint32_t crtc_offset_cntl; member in struct:__anon297917400b08
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128.h194 uint32_t crtc_offset_cntl; member in struct:__anona5d7874c0208
H A Dr128_crtc.c268 OUTREG(R128_CRTC_OFFSET_CNTL, restore->crtc_offset_cntl);
313 save->crtc_offset_cntl = 0;
H A Dr128_driver.c2368 save->crtc_offset_cntl = INREG(R128_CRTC_OFFSET_CNTL);

Completed in 11 milliseconds