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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_crtc.c208 OUTREG(RADEON_CRTC2_PITCH, restore->crtc2_pitch);
580 save->crtc2_pitch = INREG(RADEON_CRTC2_PITCH);
1147 save->crtc2_pitch = ((pScrn->displayWidth * pScrn->bitsPerPixel) +
1149 save->crtc2_pitch |= save->crtc2_pitch << 16;
H A Dradeon_probe.h619 uint32_t crtc2_pitch; member in struct:__anon297917400b08
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c242 save->crtc2_pitch = info->CurrentLayout.displayWidth / 8;
247 save->crtc2_pitch, pScrn->virtualX,
287 OUTREG(R128_CRTC2_PITCH, restore->crtc2_pitch);
H A Dr128.h205 uint32_t crtc2_pitch; member in struct:__anona5d7874c0208
H A Dr128_driver.c2404 save->crtc2_pitch = INREG(R128_CRTC2_PITCH);

Completed in 12 milliseconds