Re: [PATCH v2 4/6] drm/i915/lspcon: change signature of lspcon_wait_pcon_mode()

2025-02-05 Thread Jani Nikula
On Tue, 04 Feb 2025, Rodrigo Vivi wrote: > On Tue, Feb 04, 2025 at 03:58:41PM +0200, Jani Nikula wrote: >> Switch from struct intel_lspcon to struct intel_digital_port to unify. > > in the previous patch and in this one I'm asking myself if we > are not going to the opposite direction that we shou

Re: [PATCH v2 4/6] drm/i915/lspcon: change signature of lspcon_wait_pcon_mode()

2025-02-04 Thread Rodrigo Vivi
On Tue, Feb 04, 2025 at 03:58:41PM +0200, Jani Nikula wrote: > Switch from struct intel_lspcon to struct intel_digital_port to unify. in the previous patch and in this one I'm asking myself if we are not going to the opposite direction that we should... and make the lspcon component to use lspcon

[PATCH v2 4/6] drm/i915/lspcon: change signature of lspcon_wait_pcon_mode()

2025-02-04 Thread Jani Nikula
Switch from struct intel_lspcon to struct intel_digital_port to unify. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_dp.c | 3 +-- drivers/gpu/drm/i915/display/intel_lspcon.c | 4 +++- drivers/gpu/drm/i915/display/intel_lspcon.h | 4 +--- 3 files changed, 5 insertions(+),