Searched refs:ncrtc (Results 1 – 2 of 2) sorted by relevance
1639 int ncrtc; in xf86RandR12SetInfo12() local1648 ncrtc = 0; in xf86RandR12SetInfo12()1651 crtcs[ncrtc++] = config->crtc[c]->randr_crtc; in xf86RandR12SetInfo12()1653 if (!RROutputSetCrtcs(output->randr_output, crtcs, ncrtc)) { in xf86RandR12SetInfo12()
3800 int ncrtc = lease->numCrtcs; in drmmode_create_lease() local3809 nobjects = ncrtc + noutput; in drmmode_create_lease()3812 nobjects += ncrtc; /* account for planes as well */ in drmmode_create_lease()3831 for (c = 0; c < ncrtc; c++) { in drmmode_create_lease()