Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrlease.c217 RROutput *outputIds; in ProcRRCreateLease() local
274 outputIds = (RROutput *) (crtcIds + stuff->nCrtcs); in ProcRRCreateLease()
278 rc = dixLookupResourceByType((void **)&output, outputIds[o], in ProcRRCreateLease()
281 client->errorValue = outputIds[o]; in ProcRRCreateLease()
286 client->errorValue = outputIds[o]; in ProcRRCreateLease()
H A Drrcrtc.c1244 RROutput *outputIds; in ProcRRSetCrtcConfig() local
1276 outputIds = (RROutput *) (stuff + 1); in ProcRRSetCrtcConfig()
1278 ret = dixLookupResourceByType((void **) (outputs + i), outputIds[i], in ProcRRSetCrtcConfig()