Searched refs:crtc_pitch (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_crtc.c932 uint32_t crtc_gen_cntl, crtc2_gen_cntl, crtc_pitch; local in function:legacy_set_base_format
951 crtc_pitch = (((pScrn->displayWidth * pScrn->bitsPerPixel) +
954 crtc_pitch |= crtc_pitch << 16;
961 OUTREG(RADEON_CRTC_PITCH, crtc_pitch);
969 OUTREG(RADEON_CRTC2_PITCH, crtc_pitch);
H A Dlegacy_crtc.c164 OUTREG(RADEON_CRTC_PITCH, restore->crtc_pitch);
544 save->crtc_pitch = INREG(RADEON_CRTC_PITCH);
956 save->crtc_pitch = (((pScrn->displayWidth * pScrn->bitsPerPixel) +
959 save->crtc_pitch |= save->crtc_pitch << 16;
H A Dradeon_probe.h598 uint32_t crtc_pitch; member in struct:__anon297917400b08
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c147 save->crtc_pitch = info->CurrentLayout.displayWidth / 8;
152 save->crtc_pitch, pScrn->virtualX,
269 OUTREG(R128_CRTC_PITCH, restore->crtc_pitch);
H A Dr128.h195 uint32_t crtc_pitch; member in struct:__anona5d7874c0208
H A Dr128_driver.c2369 save->crtc_pitch = INREG(R128_CRTC_PITCH);

Completed in 20 milliseconds