Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinrandr.c261 RROutputSetConnection(output, RR_Connected); in winRandRInit()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrinfo.c99 RROutputSetConnection(output, RR_Connected); in RRScanOldConfig()
H A Drroutput.c293 RROutputSetConnection(RROutputPtr output, CARD8 connection) in RROutputSetConnection() function
H A Drandrstr.h921 RROutputSetConnection(RROutputPtr output, CARD8 connection);
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-output.c370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1665 RROutputSetConnection(output->randr_output, RR_Connected); in xf86RandR12SetInfo12()
1668 RROutputSetConnection(output->randr_output, RR_Disconnected); in xf86RandR12SetInfo12()
1671 RROutputSetConnection(output->randr_output, RR_UnknownConnection); in xf86RandR12SetInfo12()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c863 if (!RROutputSetConnection (output, RR_Connected)) in vfbRandRInit()