Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c3776 hotplug |= ICP_TC_HPD_ENABLE(PORT_TC1) | in icp_hpd_detection_setup()
3777 ICP_TC_HPD_ENABLE(PORT_TC2) | in icp_hpd_detection_setup()
3778 ICP_TC_HPD_ENABLE(PORT_TC3) | in icp_hpd_detection_setup()
3779 ICP_TC_HPD_ENABLE(PORT_TC4); in icp_hpd_detection_setup()
Di915_reg.h7677 #define ICP_TC_HPD_ENABLE(tc_port) (8 << (tc_port) * 4) macro