Searched refs:newoutputs (Results 1 – 1 of 1) sorted by relevance
174 RROutputPtr *newoutputs; in RRCrtcNotify() local178 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()