| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | 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 in function:vmwgfx_layout_from_kms 136 connected [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_smartcard.c | 130 static void smartcard_state(SpiceCharDeviceInstance *sin, int connected) argument 132 ErrorF("%s: unimplemented; connected is %d\n", __FUNCTION__, connected);
|
| H A D | spiceqxl_vdagent.c | 84 static void vmc_state(SpiceCharDeviceInstance *sin, int connected) argument
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | g80_output.c | 373 * present) to see if the display is connected via VGA. Sets the cached status 379 xf86OutputPtr connected = NULL; local in function:G80OutputPartnersDetect 387 connected = dac; 398 connected = sor; 404 if(connected) 405 xf86OutputSetEDID(connected, monInfo);
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr_test.pl | 34 if (/^(\S+)\s(connected|unknown connection)\s/) { 36 push @outputs, $o if $2 eq "connected"; 77 print "Detected connected outputs and available modes:\n\n"; 90 print "Found less than two connected outputs. No tests available for that.\n"; 94 print "Note: No tests for more than two connected outputs available yet.\n"; 225 if (/^(\S+)\s(connected|unknown connection) (\d+x\d+)\+\d+\+\d+\s+\((0x[0-9a-f]+)\)/) {
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | 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 in function:i830_crt_detect 427 connected = i830_crt_detect_load (crtc, output); 428 if (connected)
|
| /xsrc/external/mit/libdrm/dist/man/ |
| H A D | drm.7.rst | 36 hardware type. Each connected GPU is then presented to user-space via a 56 Managing connected monitors and displays and changing the current modes
|
| /xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/ |
| H A D | GLView.h | 150 virtual void ScreenConnected(bool connected);
|
| /xsrc/external/mit/MesaLib/dist/include/HaikuGL/ |
| H A D | GLView.h | 151 virtual void ScreenConnected(bool connected);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_output.c | 998 radeon_bios_output_connected(xf86OutputPtr output, Bool connected) argument 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 in function:radeon_detect [all...] |
| H A D | 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 in function:radeon_detect_ext_dac 1822 connected = 1; 1824 connected = 0; 1826 if (!connected) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | XWin.rc | 82 CTEXT "No information about connected clients available.", IDC_CLIENTS_CONNECTED, 7, 24, 166, 8
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | XWin.rc | 82 CTEXT "No information about connected clients available.", IDC_CLIENTS_CONNECTED, 7, 24, 166, 8
|
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | bare-metal.rst | 5 connected to potentially multiple bare-metal boards that run tests of 37 For servo-connected boards, we can use the EC connection for power
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | modetest.c | 1225 /* Find an unused plane which can be connected to our CRTC. Find the 1285 /* Find an unused plane which can be connected to our CRTC. Find the 1562 int i, connected = 0, attempted = 0; local in function:pipe_find_preferred 1569 connected++; 1571 if (!connected) { 1572 printf("no connected connector!\n"); 1576 pipes = calloc(connected, sizeof(struct pipe_arg)); 1580 for (i = 0; i < res->count_connectors && attempted < connected; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | 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/MesaLib/dist/src/vulkan/wsi/ |
| H A D | 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/xorg-server.old/dist/hw/xfree86/ |
| H A D | xorgconf.cpp | 219 # When using mouse connected to a PS/2 port (aka "MousePort"), set the
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| H A D | xorgconf.cpp | 213 # When using mouse connected to a PS/2 port (aka "MousePort"), set the
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 160 when drawing connected lines.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | rasterizer.rst | 160 when drawing connected lines.
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtranssock.c | 1610 * on the connected socket. 1917 int connected = 0; 1919 if (!connected) 1916 int connected = 0; local in function:TRANS
|