HomeSort by: relevance | last modified time | path
    Searched defs:crtc_pitch (Results 1 - 3 of 3) 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);
radeon_probe.h 598 uint32_t crtc_pitch; member in struct:__anon6870
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128.h 192 uint32_t crtc_pitch; member in struct:__anon167

Completed in 6 milliseconds