Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrlease.c216 RRCrtc *crtcIds; in ProcRRCreateLease()
252 crtcIds = (RRCrtc *) (stuff + 1); in ProcRRCreateLease()
H A Drrprovider.c143 RRCrtc *crtcs; in ProcRRGetProviderInfo()
193 crtcs = (RRCrtc *)extra; in ProcRRGetProviderInfo()
H A Drrscreen.c376 RRCrtc *crtcs; in rrGetMultiScreenResources()
436 crtcs = (RRCrtc *)extra; in rrGetMultiScreenResources()
495 RRCrtc *crtcs; in rrGetScreenResources()
570 crtcs = (RRCrtc *) extra; in rrGetScreenResources()
H A Drroutput.c459 RRCrtc *crtcs; in ProcRRGetOutputInfo()
534 crtcs = (RRCrtc *) extra; in ProcRRGetOutputInfo()
H A Drandrstr.h64 typedef XID RRCrtc; typedef
113 RRCrtc id;
/OK3568_Linux_fs/external/xserver/
H A DChangeLog10429 Monitor outputs are of type RROutput, not RRCrtc.
22071 xwayland: Avoid double free of RRCrtc and RROutput
22074 RRCrtc and RROutput created.
22077 xwl_close_screen(), leading to a double free of existing RRCrtc
31695 …at ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘RRCrtc’ [-Werror=format=]
31697 RRCrtc is XID is CARD32, which inside the server is unsigned long or int
104838 RROutput, RRMode and RRCrtc). The fix moves the setting of error
167038 RRModes are referenced by the resource db, RROutput and RRCrtc structures.