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

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_cursor.c41 const int headOff = 0x1000*G80CrtcGetHead(crtc);
68 const int headOff = 0x10 * G80CrtcGetHead(xf86_config->crtc[i]);
90 const int headOff = 0x10 * G80CrtcGetHead(xf86_config->crtc[i]);
H A Dg80_display.h15 Head G80CrtcGetHead(xf86CrtcPtr);
H A Dg80_display.c272 const int headOff = 0x800 * G80CrtcGetHead(crtc);
286 G80CrtcGetHead(xf86CrtcPtr crtc) function in typeref:typename:Head
378 const CARD32 mask = 4 << G80CrtcGetHead(crtc);
431 const int headOff = 0x400 * G80CrtcGetHead(crtc);
510 const int headOff = 0x400 * G80CrtcGetHead(crtc);
567 const int headOff = 0x400 * G80CrtcGetHead(crtc);
640 crtc_mask |= 1 << G80CrtcGetHead(output->crtc);
H A Dg80_dac.c111 (G80CrtcGetHead(output->crtc) == HEAD0 ? 1 : 2) | 0x40);
H A Dg80_sor.c127 (G80CrtcGetHead(output->crtc) == HEAD0 ? 1 : 2) |

Completed in 6 milliseconds