Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c1097 SetResourceTypeErrorValue(RRCrtcType, RRErrorBase + BadRRCrtc); in RRCrtcInitErrorValue()
1469 return RRErrorBase + BadRRCrtc; in ProcRRGetPanning()
1551 return RRErrorBase + BadRRCrtc; in ProcRRSetPanning()
1603 return RRErrorBase + BadRRCrtc; in ProcRRGetCrtcGammaSize()
1634 return RRErrorBase + BadRRCrtc; in ProcRRGetCrtcGamma()
H A Drandr.c57 int RRErrorBase; variable
438 RRErrorBase = extEntry->errorBase; in RRExtensionInit()
H A Drrmode.c280 SetResourceTypeErrorValue(RRModeType, RRErrorBase + BadRRMode); in RRModeInitErrorValue()
H A Drrprovider.c38 SetResourceTypeErrorValue(RRProviderType, RRErrorBase + BadRRProvider); in RRProviderInitErrorValue()
H A Drroutput.c444 SetResourceTypeErrorValue(RROutputType, RRErrorBase + BadRROutput); in RROutputInitErrorValue()
H A Drandrstr.h68 extern int RREventBase, RRErrorBase;
/OK3568_Linux_fs/external/xserver/
H A DChangeLog104836 before RRExtensionInit() is called. This causes RRErrorBase
104840 to get the right RRErrorBase.