Lines Matching defs:output

95    xcb_randr_output_t           output;
2249 wsi_display_connector_from_handle(display)->output = None;
2259 xcb_randr_output_t output)
2265 if (connector->output == output)
2273 * Given a RandR output, find the associated kernel connector_id by
2280 xcb_randr_output_t output)
2310 output,
2352 * Given a kernel connector id, find the associated RandR output using the
2366 xcb_randr_output_t output = 0;
2368 /* Search all of the screens for the provided output */
2371 output == 0 && iter.rem;
2390 output = ro[o];
2396 return output;
2400 * Given a RandR output, find out which screen it's associated with
2404 xcb_randr_output_t output)
2412 /* Search all of the screens for the provided output */
2428 if (ro[o] == output) {
2512 xcb_randr_output_t output)
2519 xcb_window_t root = wsi_display_output_to_root(connection, output);
2523 /* See if we already have a connector for this output */
2524 connector = wsi_display_find_output(wsi_device, output);
2530 * Go get the kernel connector ID for this X output
2534 output);
2551 connector->output = output;
2557 xcb_randr_get_output_info(connection, output, XCB_CURRENT_TIME);
2600 xcb_randr_output_t output)
2614 /* Find either a crtc already connected to the desired output or idle */
2627 if (num_outputs == 1 && outputs[0] == output)
2636 if (possible[p] == output) {
2669 if (!connector->output) {
2670 connector->output = wsi_display_connector_id_to_output(connection,
2673 /* Check and see if we found the output */
2674 if (!connector->output)
2678 root = wsi_display_output_to_root(connection, connector->output);
2684 connector->output);
2693 &crtc, &connector->output);
2786 /* Start listening for output change notifications. */