Searched refs:intel_de_wait_custom (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_cx0_phy.c | 154 if (intel_de_wait_custom(i915, in intel_cx0_wait_for_ack() 2763 if (intel_de_wait_custom(i915, buf_ctl2_reg, in intel_cx0_powerdown_change_sequence() 2823 if (intel_de_wait_custom(i915, XELPDP_PORT_BUF_CTL1(i915, port), in intel_cx0_phy_lane_reset() 2833 if (intel_de_wait_custom(i915, XELPDP_PORT_BUF_CTL2(i915, port), in intel_cx0_phy_lane_reset() 2843 if (intel_de_wait_custom(i915, XELPDP_PORT_CLOCK_CTL(i915, port), in intel_cx0_phy_lane_reset() 2996 if (intel_de_wait_custom(i915, XELPDP_PORT_CLOCK_CTL(i915, encoder->port), in intel_cx0pll_enable() 3087 if (intel_de_wait_custom(i915, XELPDP_PORT_CLOCK_CTL(i915, encoder->port), in intel_mtl_tbt_pll_enable() 3160 if (intel_de_wait_custom(i915, XELPDP_PORT_CLOCK_CTL(i915, encoder->port), in intel_cx0pll_disable() 3198 if (intel_de_wait_custom(i915, XELPDP_PORT_CLOCK_CTL(i915, encoder->port), in intel_mtl_tbt_pll_disable()
|
D | intel_de.h | 175 #define intel_de_wait_custom(p,...) __intel_de_wait_custom(__to_intel_display(p), __VA_ARGS__) macro
|
D | intel_dp_aux.c | 65 ret = intel_de_wait_custom(display, ch_ctl, DP_AUX_CH_CTL_SEND_BUSY, in intel_dp_aux_wait_done()
|
D | intel_hdcp.c | 400 ret = intel_de_wait_custom(i915, HDCP_KEY_STATUS, in intel_hdcp_load_keys()
|