On Mon, Sep 13, 2021 at 05:44:27PM +0300, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> Suck the "do we need bigjoiner?" checks into a helper instead of
> duplicating them in two differentt places.
>
> Signed-off-by: Ville Syrjälä
Reviewed-by: Manasi Navare
Manasi
> ---
> drivers/gpu/drm/
On Wed, Sep 15, 2021 at 01:12:26PM +0300, Jani Nikula wrote:
> On Mon, 13 Sep 2021, Ville Syrjala wrote:
> > From: Ville Syrjälä
> >
> > Suck the "do we need bigjoiner?" checks into a helper instead of
> > duplicating them in two differentt places.
>
> Could've called it intel_dp_need_bigjoiner(
On Mon, 13 Sep 2021, Ville Syrjala wrote:
> From: Ville Syrjälä
>
> Suck the "do we need bigjoiner?" checks into a helper instead of
> duplicating them in two differentt places.
Could've called it intel_dp_need_bigjoiner() but meh.
Reviewed-by: Jani Nikula
>
> Signed-off-by: Ville Syrjälä
>
From: Ville Syrjälä
Suck the "do we need bigjoiner?" checks into a helper instead of
duplicating them in two differentt places.
Signed-off-by: Ville Syrjälä
---
drivers/gpu/drm/i915/display/intel_dp.c | 19 ++-
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/driv