HomeSort by: relevance | last modified time | path
    Searched defs:connected (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_layout.c 56 * @connected: Number of connected outputs.
62 int connected; member in struct:vmwgfx_layout
81 for (i = 0; i < l1->connected; ++i)
100 if (l1->connected != l2->connected)
103 if (!l1->connected)
107 l1->connected*sizeof(struct vmwgfx_layout_box));
122 int i, connected; local
136 connected = i
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_crt.c 165 * \return TRUE if CRT is connected.
231 * \return TRUE if CRT is connected.
361 * This takes approximately 5ms in testing on an i915GM, with CRT connected or
364 * \return TRUE if the CRT is connected and responded to DDC.
399 Bool connected; local
427 connected = i830_crt_detect_load (crtc, output);
428 if (connected)
  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_output.c 381 * present) to see if the display is connected via VGA. Sets the cached status
387 xf86OutputPtr connected = NULL; local
395 connected = dac;
406 connected = sor;
412 if(connected)
413 xf86OutputSetEDID(connected, monInfo);
  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_output.c 277 /* R200 DAC connected via DVO */
524 /* the monitor either wasn't connected or it is a non-DDC CRT.
598 /* Power DAC down if CRT is not connected */
611 for now we always return false. If one wants to connected a
612 non-DDC monitor on the DVI port when CRT port is also connected,
1744 "Found %s CRT connected to primary DAC\n",
1769 int connected = 0; local
1822 connected = 1;
1824 connected = 0;
1826 if (!connected)
    [all...]
radeon_output.c 998 radeon_bios_output_connected(xf86OutputPtr output, Bool connected)
1009 if (connected)
1017 if (connected)
1025 if (connected) {
1034 if (connected) {
1043 if (connected) {
1052 if (connected) {
1061 if (connected) {
1070 if (connected) {
1079 if (connected) {
1176 Bool connected = TRUE; local
    [all...]
  /xsrc/external/mit/xtrans/dist/
Xtranssock.c 1610 * on the connected socket.
1917 int connected = 0;
1919 if (!connected)
1916 int connected = 0; local
  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_display.c 81 bool connected; member in struct:wsi_display_connector
316 connector->connected = drm_connector->connection != DRM_MODE_DISCONNECTED;
495 if (connector->connected) {
600 if (c == planeIndex && connector->connected) {
2324 connector->connected =
2372 /* Find either a crtc already connected to the desired output or idle */
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
wsi_common_display.c 77 bool connected; member in struct:wsi_display_connector
310 connector->connected = drm_connector->connection != DRM_MODE_DISCONNECTED;
489 if (connector->connected) {
594 if (c == plane_index && connector->connected) {
2253 connector->connected =
2301 /* Find either a crtc already connected to the desired output or idle */
  /xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c 1226 /* Find an unused plane which can be connected to our CRTC. Find the
1286 /* Find an unused plane which can be connected to our CRTC. Find the
1563 int i, connected = 0, attempted = 0; local
1570 connected++;
1572 if (!connected) {
1573 printf("no connected connector!\n");
1577 pipes = calloc(connected, sizeof(struct pipe_arg));
1581 for (i = 0; i < res->count_connectors && attempted < connected; i++) {

Completed in 79 milliseconds