Searched refs:randr_output (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-output.c | 93 RROutputSetPhysicalSize(xwl_output->randr_output, in output_handle_geometry() 95 RROutputSetSubpixelOrder(xwl_output->randr_output, in output_handle_geometry() 239 RROutputSetModes(xwl_output->randr_output, &randr_mode, 1, 1); in apply_output_change() 242 xwl_output->rotation, NULL, 1, &xwl_output->randr_output); in apply_output_change() 361 xwl_output->randr_output = RROutputCreate(xwl_screen->screen, name, in xwl_output_create() 363 if (!xwl_output->randr_output) { in xwl_output_create() 369 RROutputSetCrtcs(xwl_output->randr_output, &xwl_output->randr_crtc, 1); in xwl_output_create() 370 RROutputSetConnection(xwl_output->randr_output, RR_Connected); in xwl_output_create() 414 RROutputDestroy(xwl_output->randr_output); in xwl_output_remove()
|
| H A D | xwayland.h | 372 RROutputPtr randr_output; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1057 RROutputPtr randr_output; in xf86RandR12CrtcNotify() local 1075 randr_output = output->randr_output; in xf86RandR12CrtcNotify() 1076 randr_outputs[numOutputs++] = randr_output; in xf86RandR12CrtcNotify() 1081 for (j = 0; j < randr_output->numModes + randr_output->numUserModes; in xf86RandR12CrtcNotify() 1085 randr_output->numModes ? randr_output-> in xf86RandR12CrtcNotify() 1086 modes[j] : randr_output->userModes[j - in xf86RandR12CrtcNotify() 1087 randr_output-> in xf86RandR12CrtcNotify() 1189 if (output->randr_output == randr_outputs[ro]) { in xf86RandR12CrtcSet() 1514 RROutputPtr randr_output, in xf86RandR12OutputSetProperty() argument 1517 xf86OutputPtr output = randr_output->devPrivate; in xf86RandR12OutputSetProperty() [all …]
|
| H A D | xf86Crtc.h | 643 RROutputPtr randr_output; member 645 void *randr_output; member
|
| H A D | xf86Crtc.c | 198 if (!output->randr_output) in xf86OutputIsLeased() 200 return RROutputIsLeased(output->randr_output); in xf86OutputIsLeased() 646 output->randr_output = NULL; in xf86OutputCreate() 771 output->randr_output = NULL; in xf86CrtcCloseScreen() 3090 if (output->randr_output == NULL) in xf86OutputSetEDIDProperty() 3094 RRChangeOutputProperty(output->randr_output, edid_atom, XA_INTEGER, 8, in xf86OutputSetEDIDProperty() 3098 RRDeleteOutputProperty(output->randr_output, edid_atom); in xf86OutputSetEDIDProperty() 3111 if (output->randr_output == NULL) in xf86OutputSetTileProperty() 3115 RRChangeOutputProperty(output->randr_output, tile_atom, XA_INTEGER, 32, in xf86OutputSetTileProperty() 3119 RRDeleteOutputProperty(output->randr_output, tile_atom); in xf86OutputSetTileProperty()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 2679 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_update_properties() 2693 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_update_properties() 3088 err = RRConfigureOutputProperty(output->randr_output, name, in drmmode_output_create_resources() 3095 err = RRChangeOutputProperty(output->randr_output, name, in drmmode_output_create_resources() 3122 err = RRConfigureOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_create_resources() 3131 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_create_resources() 3151 err = RRConfigureOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_create_resources() 3165 err = RRChangeOutputProperty(output->randr_output, p->atoms[0], in drmmode_output_create_resources() 3543 …output->randr_output = RROutputCreate(xf86ScrnToScreen(pScrn), output->name, strlen(output->name),… in drmmode_output_init()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 5025 xfree86: Reset randr_crtc and randr_output early in xf86CrtcCloseScreen
|