HomeSort by: relevance | last modified time | path
    Searched refs:crtc_pitch (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
atombios_crtc.c 932 uint32_t crtc_gen_cntl, crtc2_gen_cntl, crtc_pitch; local
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);
legacy_crtc.c 164 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;
radeon_probe.h 598 uint32_t crtc_pitch; member in struct:__anon6870
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c 148 save->crtc_pitch = info->CurrentLayout.displayWidth / 8;
153 save->crtc_pitch, pScrn->virtualX,
271 OUTREG(R128_CRTC_PITCH, restore->crtc_pitch);
r128.h 192 uint32_t crtc_pitch; member in struct:__anon167
r128_driver.c 2354 save->crtc_pitch = INREG(R128_CRTC_PITCH);

Completed in 8 milliseconds