| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 53 xf86MonitorSupportsReducedBlanking(xf86MonPtr DDC) in xf86MonitorSupportsReducedBlanking() argument 56 if (DDC->ver.revision >= 4) { in xf86MonitorSupportsReducedBlanking() 59 xf86ForEachDetailedBlock(DDC, handle_detailed_rblank, &ret); in xf86MonitorSupportsReducedBlanking() 64 if (DDC->features.input_type) in xf86MonitorSupportsReducedBlanking() 71 quirk_prefer_large_60(int scrnIndex, xf86MonPtr DDC) in quirk_prefer_large_60() argument 74 if (memcmp(DDC->vendor.name, "MAX", 4) == 0 && in quirk_prefer_large_60() 75 ((DDC->vendor.prod_id == 1516) || (DDC->vendor.prod_id == 0x77e))) in quirk_prefer_large_60() 79 if (memcmp(DDC->vendor.name, "ACR", 4) == 0 && DDC->vendor.prod_id == 44358) in quirk_prefer_large_60() 83 if (memcmp(DDC->vendor.name, "SAM", 4) == 0 && DDC->vendor.prod_id == 596) in quirk_prefer_large_60() 87 if (memcmp(DDC->vendor.name, "SAM", 4) == 0 && DDC->vendor.prod_id == 638) in quirk_prefer_large_60() [all …]
|
| H A D | xf86Modes.h | 61 extern _X_EXPORT DisplayModePtr xf86DDCGetModes(int scrnIndex, xf86MonPtr DDC); 115 xf86DDCApplyQuirks(int scrnIndex, xf86MonPtr DDC);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | ddcProperty.c | 39 edidSize(const xf86MonPtr DDC) in edidSize() argument 43 if (DDC->flags & EDID_COMPLETE_RAWDATA) in edidSize() 44 ret += DDC->no_sections * 128; in edidSize() 50 setRootWindowEDID(ScreenPtr pScreen, xf86MonPtr DDC) in setRootWindowEDID() argument 55 8, PropModeReplace, edidSize(DDC), DDC->rawData, in setRootWindowEDID() 66 setRootWindowEDID(pScreen, pScrn->monitor->DDC); in addEDIDProp() 70 xf86SetDDCproperties(ScrnInfoPtr pScrn, xf86MonPtr DDC) in xf86SetDDCproperties() argument 72 if (!pScrn || !pScrn->monitor || !DDC) in xf86SetDDCproperties() 75 xf86EdidMonitorSet(pScrn->scrnIndex, pScrn->monitor, DDC); in xf86SetDDCproperties() 80 setRootWindowEDID(pScrn->pScreen, DDC); in xf86SetDDCproperties()
|
| H A D | DDC.HOWTO | 1 DDC.HOWTO 3 This file describes how to add DDC support to a chipset driver. 5 1) DDC INITIALIZATION 7 When implementing DDC in the driver one has the choice between 21 activity on the DDC clock line. Once the are in DDC2 mode they 36 of the DDC line: 61 which contains all information retrieved by DDC. 76 which contains all information retrieved by DDC. 91 Therefore it is strongly recommended to read out DDC data 97 $XFree86: xc/programs/Xserver/hw/xfree86/ddc/DDC.HOWTO,v 1.2 1998/12/06 13:30:39 dawes Exp $
|
| H A D | xf86DDC.h | 44 xf86EdidMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC); 46 extern _X_EXPORT Bool xf86SetDDCproperties(ScrnInfoPtr pScreen, xf86MonPtr DDC); 90 ddc_quirk_t xf86DDCDetectQuirks(int scrnIndex, xf86MonPtr DDC, Bool verbose);
|
| H A D | Makefile.am | 11 EXTRA_DIST = DDC.HOWTO
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gnss/ |
| H A D | u-blox.txt | 3 The u-blox GNSS receivers can use UART, DDC (I2C), SPI and USB interfaces. 18 Required properties (DDC): 19 - reg : DDC (I2C) slave address
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Helper.c | 802 xf86MonPtr DDC = (xf86MonPtr) (scrp->monitor->DDC); in xf86SetGamma() 817 else if (DDC && DDC->features.gamma > GAMMA_ZERO) { in xf86SetGamma() 819 scrp->gamma.red = SET_GAMMA(DDC->features.gamma); in xf86SetGamma() 820 scrp->gamma.green = SET_GAMMA(DDC->features.gamma); in xf86SetGamma() 821 scrp->gamma.blue = SET_GAMMA(DDC->features.gamma); in xf86SetGamma() 859 xf86MonPtr DDC = (xf86MonPtr) (pScrn->monitor->DDC); in xf86SetDpi() local 867 if (DDC && (DDC->features.hsize > 0 && DDC->features.vsize > 0)) { in xf86SetDpi() 871 ddcWidthmm = DDC->features.hsize * 10; /* 10mm in 1cm */ in xf86SetDpi() 872 ddcHeightmm = DDC->features.vsize * 10; /* 10mm in 1cm */ in xf86SetDpi()
|
| H A D | xf86Init.c | 724 xf86MonPtr DDC = (xf86MonPtr) (xf86Screens[i]->monitor->DDC); in InitOutput() local 727 DDC ? in InitOutput() 728 (DDC->features.input_type ? in InitOutput()
|
| H A D | xf86Mode.c | 1103 xf86MonPtr DDC; in inferVirtualSize() local 1109 DDC = mon->DDC; in inferVirtualSize() 1111 if (DDC && DDC->ver.revision >= 4) { in inferVirtualSize() 1113 if (PREFERRED_TIMING_MODE(DDC->features.msc)) { in inferVirtualSize()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/mediatek/ |
| H A D | mediatek,hdmi.txt | 41 HDMI DDC 44 The HDMI DDC i2c controller is used to interface with the HDMI DDC pins.
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6q-prti6q.dts | 245 /* DDC */ 463 /* NOTE: DDC is done via I2C2, so DON'T 464 * configure DDC pins for HDMI! 470 /* DDC */
|
| H A D | tegra124-apalis-v1.2-eval.dts | 100 * I2C4 (DDC): I2C4_SDA/SCL (DDC) on MXM3 pin 205/207
|
| H A D | tegra124-apalis-eval.dts | 88 * GEN2_I2C: I2C2_SDA/SCL (DDC) on MXM3 pin 205/207 (e.g. display EDID) 103 /* I2C4 (DDC): unused */
|
| H A D | dove-sbc-a510.dts | 120 * - HDMI/DVI DDC channel 123 * - VGA DDC channel
|
| H A D | imx53-kp-ddc.dts | 11 model = "K+P imx53 DDC";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-stu300.txt | 1 ST Microelectronics DDC I2C
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | tegra30-tamonten.dtsi | 44 /* DDC */
|
| H A D | meson-gxbb-odroidc2.dts | 191 "HDMI HPD", "HDMI DDC SDA", "HDMI DDC SCL", "",
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpu/ |
| H A D | nvidia,tegra20-host1x.txt | 128 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 154 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 190 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 214 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | intel810.rst | 54 - Supports EDID probing either by DDC/I2C or through the BIOS 250 e. If you want support for DDC/I2C probing (Plug and Play Displays), 251 set 'Enable DDC Support' to 'y'. To make this option appear, set
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/imx/ |
| H A D | hdmi.txt | 27 - ddc-i2c-bus: The HDMI DDC bus can be connected to either a system I2C master
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb-nanopi-k2.dts | 214 "HDMI HPD", "HDMI DDC SDA", "HDMI DDC SCL",
|
| H A D | meson-gxbb-odroidc2.dts | 272 "HDMI HPD", "HDMI DDC SDA", "HDMI DDC SCL", "",
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | Kconfig | 53 On the i386, this is from the Video BIOS. Enable this if DDC/I2C 357 bool "DDC for CyberPro support" 362 Say Y here if you want DDC support for your CyberPro graphics 893 bool "Enable DDC Support" 939 bool "Enable DDC Support" 1020 bool "Enable DDC Support" 1024 Add DDC/I2C support for i810fb. This will allow the driver to get 1075 bool "DDC/I2C for Intel framebuffer support" 1080 Say Y here if you want DDC/I2C support for your on-board Intel graphics. 1159 DDC (I2C) bus present on all Matroxes, an I2C bus which [all …]
|