Searched refs:GMBUS_PIN_1_BXT (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_gmbus.h | 23 #define GMBUS_PIN_1_BXT 1 /* BXT+ (atom) and CNP+ (big core) */ macro
|
D | intel_gmbus.c | 81 [GMBUS_PIN_1_BXT] = { "dpb", GPIOB }, 87 [GMBUS_PIN_1_BXT] = { "dpb", GPIOB }, 94 [GMBUS_PIN_1_BXT] = { "dpa", GPIOB }, 106 [GMBUS_PIN_1_BXT] = { "dpa", GPIOB }, 113 [GMBUS_PIN_1_BXT] = { "dpa", GPIOB }, 121 [GMBUS_PIN_1_BXT] = { "dpa", GPIOB },
|
D | intel_hdmi.c | 2688 ddc_pin = GMBUS_PIN_1_BXT; in bxt_port_to_ddc_pin() 2695 ddc_pin = GMBUS_PIN_1_BXT; in bxt_port_to_ddc_pin() 2708 ddc_pin = GMBUS_PIN_1_BXT; in cnp_port_to_ddc_pin() 2721 ddc_pin = GMBUS_PIN_1_BXT; in cnp_port_to_ddc_pin() 2732 return GMBUS_PIN_1_BXT + port; in icl_port_to_ddc_pin() 2747 ddc_pin = GMBUS_PIN_1_BXT; in mcc_port_to_ddc_pin() 2757 ddc_pin = GMBUS_PIN_1_BXT; in mcc_port_to_ddc_pin() 2778 return GMBUS_PIN_1_BXT + phy; in rkl_port_to_ddc_pin() 2796 return GMBUS_PIN_1_BXT + phy; in gen9bc_tgp_port_to_ddc_pin() 2815 return GMBUS_PIN_1_BXT; in adls_port_to_ddc_pin()
|
D | intel_bios.c | 2138 [DDC_BUS_DDI_B] = GMBUS_PIN_1_BXT, 2145 [ICL_DDC_BUS_DDI_A] = GMBUS_PIN_1_BXT, 2157 [ICL_DDC_BUS_DDI_A] = GMBUS_PIN_1_BXT, 2164 [ICL_DDC_BUS_DDI_A] = GMBUS_PIN_1_BXT, 2178 [ICL_DDC_BUS_DDI_A] = GMBUS_PIN_1_BXT,
|
/Linux-v6.1/drivers/gpu/drm/i915/gvt/ |
D | edid.c | 87 if (port_select == GMBUS_PIN_1_BXT) in cnp_get_port_from_gmbus0() 103 if (port_select == GMBUS_PIN_1_BXT) in bxt_get_port_from_gmbus0()
|