Re: [PATCH 07/12] drm/i915: Relocate vlv_wait_port_ready()

2025-02-13 Thread Jani Nikula
On Thu, 13 Feb 2025, Ville Syrjala wrote: > From: Ville Syrjälä > > While vlv_wait_port_ready() doens't directly talk to the VLV/CHV > DPIO PHY, the signals it's looking for do come from the PHY. So > it seems appropriate to relocate it into intel_dpio_phy.c. > > Signed-off-by: Ville Syrjälä Re

[PATCH 07/12] drm/i915: Relocate vlv_wait_port_ready()

2025-02-13 Thread Ville Syrjala
From: Ville Syrjälä While vlv_wait_port_ready() doens't directly talk to the VLV/CHV DPIO PHY, the signals it's looking for do come from the PHY. So it seems appropriate to relocate it into intel_dpio_phy.c. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 34 --