Home
last modified time | relevance | path

Searched refs:ICP_TC_HPD_ENABLE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h8305 #define ICP_TC_HPD_ENABLE(tc_port) (8 << (tc_port) * 4) macro
8419 #define ICP_TC_HPD_ENABLE_MASK (ICP_TC_HPD_ENABLE(PORT_TC4) | \
8420 ICP_TC_HPD_ENABLE(PORT_TC3) | \
8421 ICP_TC_HPD_ENABLE(PORT_TC2) | \
8422 ICP_TC_HPD_ENABLE(PORT_TC1))
8426 #define TGP_TC_HPD_ENABLE_MASK (ICP_TC_HPD_ENABLE(PORT_TC6) | \
8427 ICP_TC_HPD_ENABLE(PORT_TC5) | \
Di915_irq.c3084 ICP_DDI_HPD_ENABLE_MASK, ICP_TC_HPD_ENABLE(PORT_TC1)); in mcc_hpd_irq_setup()
3488 icp_tc_hpd_detection_setup(dev_priv, ICP_TC_HPD_ENABLE(PORT_TC1)); in icp_irq_postinstall()