Searched refs:new_crtc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1166 xf86CrtcPtr new_crtc; local in function:xf86RandR12CrtcSet
1171 new_crtc = NULL;
1173 new_crtc = output->crtc;
1177 new_crtc = crtc;
1180 if (new_crtc != output->crtc)
1183 output->crtc = new_crtc;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c1176 xf86CrtcPtr new_crtc; local in function:xf86RandR12CrtcSet
1181 new_crtc = NULL;
1183 new_crtc = output->crtc;
1186 new_crtc = crtc;
1189 if (new_crtc != output->crtc) {
1191 output->crtc = new_crtc;

Completed in 7 milliseconds