Re: [PATCH v2 06/16] drm/i915/mst: split out a helper for figuring out the TU

2025-01-02 Thread Jani Nikula
On Tue, 31 Dec 2024, Imre Deak wrote: > On Thu, Dec 19, 2024 at 11:33:55PM +0200, Jani Nikula wrote: >> Extract intel_dp_mtp_tu_compute_config() for figuring out the TU. Move >> the link configuration and mst state access to the callers. This will be >> easier to adapt to 128b/132b SST. >> >> v2:

Re: [PATCH v2 06/16] drm/i915/mst: split out a helper for figuring out the TU

2024-12-31 Thread Imre Deak
On Thu, Dec 19, 2024 at 11:33:55PM +0200, Jani Nikula wrote: > Extract intel_dp_mtp_tu_compute_config() for figuring out the TU. Move > the link configuration and mst state access to the callers. This will be > easier to adapt to 128b/132b SST. > > v2: Don't add SST stuff here yet > > Signed-off-

[PATCH v2 06/16] drm/i915/mst: split out a helper for figuring out the TU

2024-12-19 Thread Jani Nikula
Extract intel_dp_mtp_tu_compute_config() for figuring out the TU. Move the link configuration and mst state access to the callers. This will be easier to adapt to 128b/132b SST. v2: Don't add SST stuff here yet Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 53