Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c801 return RRCrtcNotify(crtc, mode, x, y, rotation, NULL, numOutput, outputs); in vfbRRCrtcSet()
865 RRCrtcNotify (crtc, mode, 0, 0, RR_Rotate_0, NULL, 1, &output); in vfbRandRInit()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrinfo.c165 RRCrtcNotify(crtc, newMode, 0, 0, pScrPriv->rotation, NULL, 1, &output); in RRScanOldConfig()
H A Drrcrtc.c132 RRCrtcNotify(RRCrtcPtr crtc, in RRCrtcNotify() function
792 RRCrtcNotify(crtc, NULL, x, y, rotation, NULL, 0, NULL); in RRCrtcSet()
816 RRCrtcNotify(crtc, mode, x, y, rotation, NULL, 1, in RRCrtcSet()
H A Drandrstr.h663 RRCrtcNotify(RRCrtcPtr crtc,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c240 RRCrtcNotify(xwl_output->randr_crtc, randr_mode, in apply_output_change()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1097 ret = RRCrtcNotify(randr_crtc, randr_mode, x, y, in xf86RandR12CrtcNotify()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog101245 by tracking them through RRCrtcNotify.
139216 Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.
139219 add the transform to RRCrtcNotify so that the whole Crtc state changes
156405 Upon recreation of the RandR internal data structures in RRCrtcNotify() the
162173 The output crtc is set by RRCrtcNotify, which is called at the end of
162713 Remember output->crtc before setting a NULL mode because RRCrtcNotify now sets
162957 the output's crtc on RRCrtcNotify