Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c174 RROutputPtr *newoutputs; in RRCrtcNotify() local
178 newoutputs = reallocarray(crtc->outputs, in RRCrtcNotify()
181 newoutputs = xallocarray(numOutputs, sizeof(RROutputPtr)); in RRCrtcNotify()
182 if (!newoutputs) in RRCrtcNotify()
187 newoutputs = NULL; in RRCrtcNotify()
189 crtc->outputs = newoutputs; in RRCrtcNotify()