Searched refs:RROutput (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrmonitor.c | 95 monitor->outputs = calloc(crtc->numOutputs, sizeof(RROutput)); in RRMonitorSetFromServer() 173 monitor->outputs = calloc(client_monitor->numOutputs, sizeof (RROutput)); in RRMonitorSetFromClient() 176 … memcpy(monitor->outputs, client_monitor->outputs, client_monitor->numOutputs * sizeof (RROutput)); in RRMonitorSetFromClient() 411 monitor = calloc(1, sizeof (RRMonitorRec) + noutput * sizeof (RROutput)); in RRMonitorAlloc() 415 monitor->outputs = (RROutput *) (monitor + 1); in RRMonitorAlloc() 541 (existing->numOutputs - (eo + 1)) * sizeof (RROutput)); in RRMonitorAdd() 686 WriteSwappedDataToClient(client, monitor->numOutputs * sizeof (RROutput), monitor->outputs); in ProcRRGetMonitors() 726 memcpy(monitor->outputs, stuff + 1, stuff->monitor.noutput * sizeof (RROutput)); in ProcRRSetMonitor()
|
| H A D | rrlease.c | 217 RROutput *outputIds; in ProcRRCreateLease() 274 outputIds = (RROutput *) (crtcIds + stuff->nCrtcs); in ProcRRCreateLease()
|
| H A D | rrprovider.c | 144 RROutput *outputs; in ProcRRGetProviderInfo() 194 outputs = (RROutput *)(crtcs + rep.nCrtcs); in ProcRRGetProviderInfo()
|
| H A D | randrstr.h | 63 typedef XID RROutput; typedef 139 RROutput id; 187 RROutput *outputs;
|
| H A D | rrscreen.c | 378 RROutput *outputs; in rrGetMultiScreenResources() 437 outputs = (RROutput *)(crtcs + total_crtcs); in rrGetMultiScreenResources() 496 RROutput *outputs; in rrGetScreenResources() 571 outputs = (RROutput *) (crtcs + pScrPriv->numCrtcs); in rrGetScreenResources()
|
| H A D | rrcrtc.c | 1111 RROutput *outputs; in ProcRRGetCrtcInfo() 1112 RROutput *possible; in ProcRRGetCrtcInfo() 1188 outputs = (RROutput *) extra; in ProcRRGetCrtcInfo() 1189 possible = (RROutput *) (outputs + rep.nOutput); in ProcRRGetCrtcInfo() 1244 RROutput *outputIds; in ProcRRSetCrtcConfig() 1276 outputIds = (RROutput *) (stuff + 1); in ProcRRSetCrtcConfig()
|
| H A D | rroutput.c | 461 RROutput *clones; in ProcRRGetOutputInfo() 536 clones = (RROutput *) (modes + output->numModes + output->numUserModes); in ProcRRGetOutputInfo()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 10429 Monitor outputs are of type RROutput, not RRCrtc. 22071 xwayland: Avoid double free of RRCrtc and RROutput 22074 RRCrtc and RROutput created. 22078 RROutput: 104838 RROutput, RRMode and RRCrtc). The fix moves the setting of error 167038 RRModes are referenced by the resource db, RROutput and RRCrtc structures.
|