Home
last modified time | relevance | path

Searched refs:ncrtc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1639 int ncrtc; in xf86RandR12SetInfo12() local
1648 ncrtc = 0; in xf86RandR12SetInfo12()
1651 crtcs[ncrtc++] = config->crtc[c]->randr_crtc; in xf86RandR12SetInfo12()
1653 if (!RROutputSetCrtcs(output->randr_output, crtcs, ncrtc)) { in xf86RandR12SetInfo12()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3800 int ncrtc = lease->numCrtcs; in drmmode_create_lease() local
3809 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()