Home
last modified time | relevance | path

Searched defs:hpd_pin (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c685 static u32 ibx_hotplug_mask(enum hpd_pin hpd_pin) in ibx_hotplug_mask()
760 static u32 icp_ddi_hotplug_mask(enum hpd_pin hpd_pin) in icp_ddi_hotplug_mask()
778 static u32 icp_tc_hotplug_mask(enum hpd_pin hpd_pin) in icp_tc_hotplug_mask()
854 static u32 gen11_hotplug_mask(enum hpd_pin hpd_pin) in gen11_hotplug_mask()
958 static u32 mtp_ddi_hotplug_mask(enum hpd_pin hpd_pin) in mtp_ddi_hotplug_mask()
974 static u32 mtp_tc_hotplug_mask(enum hpd_pin hpd_pin) in mtp_tc_hotplug_mask()
1069 enum hpd_pin hpd_pin, bool enable) in _xelpdp_pica_hpd_detection_setup()
1126 static u32 spt_hotplug_mask(enum hpd_pin hpd_pin) in spt_hotplug_mask()
1147 static u32 spt_hotplug2_mask(enum hpd_pin hpd_pin) in spt_hotplug2_mask()
1215 static u32 ilk_hotplug_mask(enum hpd_pin hpd_pin) in ilk_hotplug_mask()
[all …]
H A Dintel_display_limits.h103 enum hpd_pin { enum
H A Dintel_tc.c738 enum hpd_pin hpd_pin = dig_port->base.hpd_pin; in adlp_tc_phy_hpd_live_status() local
926 enum hpd_pin hpd_pin = dig_port->base.hpd_pin; in xelpdp_tc_phy_hpd_live_status() local
H A Dintel_display_types.h276 enum hpd_pin hpd_pin; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_hpd.c122 struct gpio *hpd_pin = link_get_hpd_gpio( in query_hpd_status() local
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h4407 #define _HPD_PIN_DDI(hpd_pin) ((hpd_pin) - HPD_PORT_A) argument
4408 #define _HPD_PIN_TC(hpd_pin) ((hpd_pin) - HPD_PORT_TC1) argument
4423 #define GEN8_DE_PORT_HOTPLUG(hpd_pin) REG_BIT(3 + _HPD_PIN_DDI(hpd_pin)) argument
4490 #define GEN11_TC_HOTPLUG(hpd_pin) REG_BIT(16 + _HPD_PIN_TC(hpd_pin)) argument
4497 #define GEN11_TBT_HOTPLUG(hpd_pin) REG_BIT(_HPD_PIN_TC(hpd_pin)) argument
4517 #define XELPDP_DP_ALT_HOTPLUG(hpd_pin) REG_BIT(16 + _HPD_PIN_TC(hpd_pin)) argument
4520 #define XELPDP_AUX_TC(hpd_pin) REG_BIT(8 + _HPD_PIN_TC(hpd_pin)) argument
4523 #define XELPDP_TBT_HOTPLUG(hpd_pin) REG_BIT(_HPD_PIN_TC(hpd_pin)) argument
4847 #define SDE_TC_HOTPLUG_ICP(hpd_pin) REG_BIT(24 + _HPD_PIN_TC(hpd_pin)) argument
4849 #define SDE_DDI_HOTPLUG_ICP(hpd_pin) REG_BIT(16 + _HPD_PIN_DDI(hpd_pin)) argument
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c313 int hpd_pin; member