| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i2c_vid.h | 101 xf86OutputStatus (*detect)(I2CDevPtr d); member in struct:_I830I2CVidOutputRec
|
| H A D | i830_crt.c | 161 * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect CRT presence. 179 /* On 4 series desktop, CRT detect sequence need to be done twice 194 * detect CRT 298 int count, detect; local in function:i830_crt_detect_load 330 detect = 0; 337 detect++; 349 present = detect * 4 > count * 3; 372 Bool detect; local in function:i830_crt_detect_ddc 379 detect = xf86I2CProbeAddress(i830_output->pDDCBus, 0x00A0); 382 return detect; [all...] |
| H A D | i830_dvo.c | 259 return intel_output->i2c_drv->vid_rec->detect(dev_priv); 332 .detect = i830_dvo_detect,
|
| /xsrc/external/mit/freetype/dist/builds/beos/ |
| H A D | detect.mk | 2 # FreeType 2 configuration file to detect an BeOS host platform.
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | detect.mk | 23 # The following variables must be defined in system specific `detect.mk' 71 PLATFORMS := $(notdir $(subst /detect.mk,,$(wildcard $(BUILD_CONFIG)/*/detect.mk))) 90 # directories. Note that the calling order of the various `detect.mk' 93 include $(wildcard $(BUILD_CONFIG)/*/detect.mk)
|
| H A D | toplevel.mk | 21 # in `PROJECT/builds/detect.mk'. They are in charge of detecting the 33 # See the comments in `builds/detect.mk' and `builds/PROJECT.mk' for more 113 include $(TOP_DIR)/builds/detect.mk 121 # Note: This test is duplicated in `builds/unix/detect.mk'.
|
| /xsrc/external/mit/freetype/dist/builds/dos/ |
| H A D | detect.mk | 2 # FreeType 2 configuration file to detect a DOS host platform. 48 # See builds/windows/detect.mk for explanations about the logic. 137 # Windows NT derivatives, like XP. See builds/windows/detect.mk for
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi501_output.c | 144 outputFuncs->detect = SMI_OutputDetect_lcd; 160 outputFuncs->detect = SMI501_OutputDetect_crt;
|
| H A D | smilynx_output.c | 218 VGAOUT8_INDEX(pSmi, VGA_SEQ_INDEX, VGA_SEQ_DATA, 0x7D, SR7D | 0x10); /* Enable monitor detect */ 255 outputFuncs->detect = SMI_OutputDetect_lcd; 274 outputFuncs->detect = SMI_OutputDetect_lcd; 291 outputFuncs->detect = SMILynx_OutputDetect_crt;
|
| H A D | smi_output.c | 178 (*outputFuncs)->detect = SMI_OutputDetect;
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| H A D | detect.mk | 2 # FreeType 2 configuration file to detect a UNIX host platform. 71 # this directory (e.g. solaris.mk + changes here to detect the
|
| /xsrc/external/mit/freetype/dist/builds/os2/ |
| H A D | detect.mk | 2 # FreeType 2 configuration file to detect an OS/2 host platform.
|
| /xsrc/external/mit/xf86-video-ati/xorg-server-copy/ |
| H A D | msp3430.c | 365 /* 12 - detect 6.5 Mhz carrier as D/K1, D/K2 or D/K NICAM (does not seem to work ) */ 366 /* 13 - detect 4.5 Mhz carrier as BTSC */ 610 char detect; local in function:CheckModeMSP34x5D 660 detect=(char)high; 662 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"Stereo Detection Register: %d\n",detect); 664 if (detect>=((m->c_mode==MSPMODE_STEREO)?stereo_off:stereo_on)) { 669 else if (detect<=((m->c_mode==MSPMODE_AB)?dual_off:dual_on)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | msp3430.c | 365 /* 12 - detect 6.5 Mhz carrier as D/K1, D/K2 or D/K NICAM (does not seem to work ) */ 366 /* 13 - detect 4.5 Mhz carrier as BTSC */ 610 char detect; local in function:CheckModeMSP34x5D 660 detect=(char)high; 662 xf86DrvMsg(m->d.pI2CBus->scrnIndex,X_INFO,"Stereo Detection Register: %d\n",detect); 664 if (detect>=((m->c_mode==MSPMODE_STEREO)?stereo_off:stereo_on)) { 669 else if (detect<=((m->c_mode==MSPMODE_AB)?dual_off:dual_on)) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.0.1.rst | 81 - nv50,nvc0: detect underlying resource changes and update tic
|
| H A D | 17.3.8.rst | 74 - meson/configure: detect endian.h instead of trying to guess when it's
|
| H A D | 21.3.2.rst | 101 - meson: correctly detect linker arguments
|
| H A D | 17.0.2.rst | 145 - i965/fs: detect different bit size accesses to uniforms to push them
|
| H A D | 19.1.3.rst | 54 - Can not detect VK_ERROR_OUT_OF_DATE_KHR or VK_SUBOPTIMAL_KHR when
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | g80_dac.c | 189 .detect = G80DacDetect,
|
| H A D | g80_sor.c | 419 .detect = G80SorDetect, 435 .detect = G80SorLVDSDetect,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | lx_output.c | 272 .detect = lx_output_detect,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/sil164/ |
| H A D | sil164.c | 101 /* this will detect the SIL164 chip on the specified i2c bus */ 263 .detect = sil164_detect,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/tfp410/ |
| H A D | tfp410.c | 113 /* this will detect the tfp410 chip on the specified i2c bus */ 285 .detect = tfp410_detect,
|
| /xsrc/external/mit/freetype/dist/builds/windows/ |
| H A D | detect.mk | 2 # FreeType 2 configuration file to detect a Win32 host platform.
|