Re: [PATCH 11/15] drm/i915/display: Refactor enable_joiner_pipes

2024-09-19 Thread Ville Syrjälä
On Wed, Sep 18, 2024 at 08:13:39PM +0530, Ankit Nautiyal wrote: > Pass the current pipe into enabled_joiner_pipes(), and let it figure out > the proper bitmasks for us. > > Signed-off-by: Ankit Nautiyal > Suggested-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/display/intel_display.c | 58

[PATCH 11/15] drm/i915/display: Refactor enable_joiner_pipes

2024-09-18 Thread Ankit Nautiyal
Pass the current pipe into enabled_joiner_pipes(), and let it figure out the proper bitmasks for us. Signed-off-by: Ankit Nautiyal Suggested-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 58 +--- 1 file changed, 39 insertions(+), 19 deletions(-) diff --gi