Lines Matching defs:lease
2236 xf86CrtcLeaseTerminated(RRLeasePtr lease)
2240 ScrnInfoPtr scrn = xf86ScreenToScrn(lease->screen);
2242 RRLeaseTerminated(lease);
2244 * Force a full mode set on any crtc in the expiring lease which
2245 * was running before the lease started
2247 for (c = 0; c < lease->numCrtcs; c++) {
2248 RRCrtcPtr randr_crtc = lease->crtcs[c];
2257 for (o = 0; o < lease->numOutputs; o++) {
2258 RROutputPtr randr_output = lease->outputs[o];
2263 for (c = 0; c < lease->numCrtcs; c++)
2264 if (lease->crtcs[c] == crtc->randr_crtc)
2266 if (c != lease->numCrtcs)
2275 RRLeaseFree(lease);
2295 xf86CrtcLeaseStarted(RRLeasePtr lease)
2300 for (c = 0; c < lease->numCrtcs; c++) {
2301 RRCrtcPtr randr_crtc = lease->crtcs[c];
2309 * while the lease is active
2315 for (o = 0; o < lease->numOutputs; o++) {
2316 RROutputPtr randr_output = lease->outputs[o];