Re: [Intel-gfx] [PATCH v2 01/22] drm/i915/dp: Factor out helpers to compute the link limits

2023-09-04 Thread Imre Deak
On Mon, Sep 04, 2023 at 06:19:04AM +0300, Ville Syrjälä wrote: > On Thu, Aug 24, 2023 at 11:04:56AM +0300, Imre Deak wrote: > > Factor out helpers that DP / DP_MST encoders can use to compute the link > > rate/lane count and bpp limits. A follow-up patch will call these to > > recalculate the limit

Re: [Intel-gfx] [PATCH v2 01/22] drm/i915/dp: Factor out helpers to compute the link limits

2023-09-03 Thread Ville Syrjälä
On Thu, Aug 24, 2023 at 11:04:56AM +0300, Imre Deak wrote: > Factor out helpers that DP / DP_MST encoders can use to compute the link > rate/lane count and bpp limits. A follow-up patch will call these to > recalculate the limits if DSC compression is required. > > Signed-off-by: Imre Deak > ---

[Intel-gfx] [PATCH v2 01/22] drm/i915/dp: Factor out helpers to compute the link limits

2023-08-24 Thread Imre Deak
Factor out helpers that DP / DP_MST encoders can use to compute the link rate/lane count and bpp limits. A follow-up patch will call these to recalculate the limits if DSC compression is required. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/display/intel_dp.c | 61 +