From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C69DC433E2 for ; Mon, 14 Sep 2020 20:05:48 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B000B20732 for ; Mon, 14 Sep 2020 20:05:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B000B20732 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0DE5E6E570; Mon, 14 Sep 2020 20:05:47 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id E2A306E570 for ; Mon, 14 Sep 2020 20:05:45 +0000 (UTC) IronPort-SDR: +O5QWDowruOEUtvp77k17N0oqIbaSnWewnbv8oFogcPKBgSf1ILWz8/VMlOaN5IkMRzCouKpT/ 2ZiB51coZEUA== X-IronPort-AV: E=McAfee;i="6000,8403,9744"; a="243985642" X-IronPort-AV: E=Sophos;i="5.76,427,1592895600"; d="scan'208";a="243985642" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2020 13:05:45 -0700 IronPort-SDR: e13qNjtKO6BZaiLeBlG9MgHohUzScB+Blh5Cc2hp/uGPTvqz1rANiaiVZ1eZK2B7FwKW2bR+OG 0jArug1IEejw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,427,1592895600"; d="scan'208";a="379497966" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by orsmga001.jf.intel.com with SMTP; 14 Sep 2020 13:05:42 -0700 Received: by stinkbox (sSMTP sendmail emulation); Mon, 14 Sep 2020 23:05:42 +0300 Date: Mon, 14 Sep 2020 23:05:42 +0300 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: "Navare, Manasi" Message-ID: <20200914200542.GB6112@intel.com> References: <20200715224222.7557-1-manasi.d.navare@intel.com> <20200715224222.7557-8-manasi.d.navare@intel.com> <20200903191945.GA6112@intel.com> <20200914191358.GA28833@labuser-Z97X-UD5H> <20200914192041.GY6112@intel.com> <20200914192758.GA29235@labuser-Z97X-UD5H> <20200914193412.GZ6112@intel.com> <20200914194552.GC29235@labuser-Z97X-UD5H> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200914194552.GC29235@labuser-Z97X-UD5H> X-Patchwork-Hint: comment User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [Intel-gfx] [PATCH v6 08/11] drm/i915: Link planes in a bigjoiner configuration, v3. X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Sep 14, 2020 at 12:45:59PM -0700, Navare, Manasi wrote: > On Mon, Sep 14, 2020 at 10:34:12PM +0300, Ville Syrj=E4l=E4 wrote: > > On Mon, Sep 14, 2020 at 12:27:58PM -0700, Navare, Manasi wrote: > > > On Mon, Sep 14, 2020 at 10:20:41PM +0300, Ville Syrj=E4l=E4 wrote: > > > > On Mon, Sep 14, 2020 at 12:14:10PM -0700, Navare, Manasi wrote: > > > > > On Thu, Sep 03, 2020 at 10:19:45PM +0300, Ville Syrj=E4l=E4 wrote: > > > > > > On Wed, Jul 15, 2020 at 03:42:19PM -0700, Manasi Navare wrote: > > > > > > > From: Maarten Lankhorst > > > > > > > = > > > > > > > Make sure that when a plane is set in a bigjoiner mode, we w= ill add > > > > > > > their counterpart to the atomic state as well. This will all= ow us to > > > > > > > make sure all state is available when planes are checked. > > > > > > > = > > > > > > > Because of the funny interactions with bigjoiner and planar Y= UV > > > > > > > formats, we may end up adding a lot of planes, so we have to = keep > > > > > > > iterating until we no longer add any planes. > > > > > > > = > > > > > > > Also fix the atomic intel plane iterator, so things watermark= s start > > > > > > > working automagically. > > > > > > > = > > > > > > > v5: > > > > > > > * Rebase after adding sagv support (Manasi) > > > > > > > v4: > > > > > > > * Manual rebase (Manasi) > > > > > > > Changes since v1: > > > > > > > - Rebase on top of plane_state split, cleaning up the code a = lot. > > > > > > > - Make intel_atomic_crtc_state_for_each_plane_state() bigjoin= er capable. > > > > > > > - Add iter macro to intel_atomic_crtc_state_for_each_plane_st= ate() to > > > > > > > keep iteration working. > > > > > > > Changes since v2: > > > > > > > - Add icl_(un)set_bigjoiner_plane_links, to make it more clea= r where > > > > > > > links are made and broken. > > > > > > > = > > > > > > > Signed-off-by: Maarten Lankhorst > > > > > > > Signed-off-by: Manasi Navare > > > > > > > --- > > > > > > > .../gpu/drm/i915/display/intel_atomic_plane.c | 52 ++++- > > > > > > > .../gpu/drm/i915/display/intel_atomic_plane.h | 3 +- > > > > > > > drivers/gpu/drm/i915/display/intel_display.c | 207 ++++++++= ++++++++-- > > > > > > > drivers/gpu/drm/i915/display/intel_display.h | 20 +- > > > > > > > .../drm/i915/display/intel_display_types.h | 11 + > > > > > > > drivers/gpu/drm/i915/intel_pm.c | 20 +- > > > > > > > 6 files changed, 274 insertions(+), 39 deletions(-) > > > > > > > = > > > > > > > diff --git a/drivers/gpu/drm/i915/display/intel_atomic_plane.= c b/drivers/gpu/drm/i915/display/intel_atomic_plane.c > > > > > > > index 79032701873a..5c6e72063fac 100644 > > > > > > > --- a/drivers/gpu/drm/i915/display/intel_atomic_plane.c > > > > > > > +++ b/drivers/gpu/drm/i915/display/intel_atomic_plane.c > > > > > > > @@ -246,11 +246,17 @@ static void intel_plane_clear_hw_state(= struct intel_plane_state *plane_state) > > > > > > > memset(&plane_state->hw, 0, sizeof(plane_state->hw)); > > > > > > > } > > > > > > > = > > > > > > > -void intel_plane_copy_uapi_to_hw_state(struct intel_plane_st= ate *plane_state, > > > > > > > +void intel_plane_copy_uapi_to_hw_state(const struct intel_cr= tc_state *crtc_state, > > > > > > > + struct intel_plane_state *plane_state, > > > > > > > const struct intel_plane_state *from_plane_state) > > > > > > > { > > > > > > > intel_plane_clear_hw_state(plane_state); > > > > > > > = > > > > > > > + if (from_plane_state->uapi.crtc) > > > > > > > + plane_state->hw.crtc =3D crtc_state->uapi.crtc; > > > > > > > + else > > > > > > > + plane_state->hw.crtc =3D NULL; > > > > > > > + > > > > > > > plane_state->hw.crtc =3D from_plane_state->uapi.crtc; > > > > > > = > > > > > > eh? > > > > > = > > > > > Hmm good catch here, this one definitely looks fishy probably got= messed up in the rebase > > > > > so this should just be: > > > > > = > > > > > if (from_plane_state->uapi.crtc) > > > > > plane_state->hw.crtc =3D crtc_state->uapi.crtc; > > > > > else > > > > > plane_state->hw.crtc =3D NULL; > > > > > = > > > > > And the reassignmnet of plane_state->hw.crtc should be removed. > > > > > = > > > > > Good? > > > > = > > > > The if-else seems totally pointless. > > > > > > > = > > > Hmm yes so we assume that if from_plane_state->uapi.crtc is NULL then= crtc_state->uapi.crtc is NULL? > > > Then just have plane_state->hw.crtc =3D crtc_state->uapi.crtc; witho= ut if-else? > > = > > Actually, re-reading this I don't even understand what this code is doi= ng. > > > = > My understanding was that here this gets called by: intel_plane_atomic_ch= eck() where from_plane_state > comes from the master_plane_state and then we copy this uapi state to hw = state for both master and slave planes. > = > so now if it has a crtc meaning it is the master crtc then we assign = > plane_state->hw.crtc =3D crtc_state->uapi.crtc; else it means it is a sla= ve crtc and hence hw.crtc would be NULL? Hmm. I guess I understand what it's doing now. Just feels like a strange way to do it. Might be simpler to leave this part to the caller. But then we're perhaps going to have to update several callers which isn't so great either. Not sure. At least it needs a comment of some sort to explain wtf is going on. > = > I donno, may be Maarten needs to clarify this. > = > @Maarten?? > = > Manasi > = > > > = > > > Manasi > > > = > > > > > = > > > > > > = > > > > > > > plane_state->hw.fb =3D from_plane_state->uapi.fb; > > > > > > > if (plane_state->hw.fb) > > > > > > > @@ -319,15 +325,36 @@ int intel_plane_atomic_check_with_state= (const struct intel_crtc_state *old_crtc_ > > > > > > > } > > > > > > > = > > > > > > > static struct intel_crtc * > > > > > > > -get_crtc_from_states(const struct intel_plane_state *old_pla= ne_state, > > > > > > > +get_crtc_from_states(struct intel_atomic_state *state, > > > > > > > + const struct intel_plane_state *old_plane_state, > > > > > > > const struct intel_plane_state *new_plane_state) > > > > > > > { > > > > > > > + struct drm_i915_private *dev_priv =3D to_i915(state->base.d= ev); > > > > > > > + struct intel_plane *plane =3D to_intel_plane(new_plane_stat= e->uapi.plane); > > > > > > > + > > > > > > > if (new_plane_state->uapi.crtc) > > > > > > > return to_intel_crtc(new_plane_state->uapi.crtc); > > > > > > > = > > > > > > > if (old_plane_state->uapi.crtc) > > > > > > > return to_intel_crtc(old_plane_state->uapi.crtc); > > > > > > > = > > > > > > > + if (new_plane_state->bigjoiner_slave) { > > > > > > > + const struct intel_plane_state *new_master_plane_state =3D > > > > > > > + intel_atomic_get_new_plane_state(state, new_plane_state->= bigjoiner_plane); > > > > > > > + > > > > > > > + /* need to use uapi here, new_master_plane_state might not= be copied to hw yet */ > > > > > > > + if (new_master_plane_state->uapi.crtc) > > > > > > > + return intel_get_crtc_for_pipe(dev_priv, plane->pipe); > > > > > > > + } > > > > > > > + > > > > > > > + if (old_plane_state->bigjoiner_slave) { > > > > > > > + const struct intel_plane_state *old_master_plane_state =3D > > > > > > > + intel_atomic_get_old_plane_state(state, old_plane_state->= bigjoiner_plane); > > > > > > > + > > > > > > > + if (old_master_plane_state->uapi.crtc) > > > > > > > + return intel_get_crtc_for_pipe(dev_priv, plane->pipe); > > > > > > > + } > > > > > > > + > > > > > > > return NULL; > > > > > > > } > > > > > > > = > > > > > > > @@ -338,18 +365,33 @@ int intel_plane_atomic_check(struct int= el_atomic_state *state, > > > > > > > intel_atomic_get_new_plane_state(state, plane); > > > > > > > const struct intel_plane_state *old_plane_state =3D > > > > > > > intel_atomic_get_old_plane_state(state, plane); > > > > > > > + const struct intel_plane_state *new_master_plane_state; > > > > > > > struct intel_crtc *crtc =3D > > > > > > > - get_crtc_from_states(old_plane_state, new_plane_state); > > > > > > > + get_crtc_from_states(state, old_plane_state, > > > > > > > + new_plane_state); > > > > > > > const struct intel_crtc_state *old_crtc_state; > > > > > > > struct intel_crtc_state *new_crtc_state; > > > > > > > = > > > > > > > - intel_plane_copy_uapi_to_hw_state(new_plane_state, new_plan= e_state); > > > > > > > + if (crtc) > > > > > > > + new_crtc_state =3D intel_atomic_get_new_crtc_state(state, = crtc); > > > > > > > + else > > > > > > > + new_crtc_state =3D NULL; > > > > > > > + > > > > > > > + new_master_plane_state =3D new_plane_state; > > > > > > > + if (new_plane_state->bigjoiner_slave) > > > > > > > + new_master_plane_state =3D > > > > > > > + intel_atomic_get_new_plane_state(state, > > > > > > > + new_plane_state->bigjoiner_plane); > > > > > > > + > > > > > > > + intel_plane_copy_uapi_to_hw_state(new_crtc_state, > > > > > > > + new_plane_state, > > > > > > > + new_master_plane_state); > > > > > > > + > > > > > > > new_plane_state->uapi.visible =3D false; > > > > > > > if (!crtc) > > > > > > > return 0; > > > > > > > = > > > > > > > old_crtc_state =3D intel_atomic_get_old_crtc_state(state, c= rtc); > > > > > > > - new_crtc_state =3D intel_atomic_get_new_crtc_state(state, c= rtc); > > > > > > > = > > > > > > > return intel_plane_atomic_check_with_state(old_crtc_state, > > > > > > > new_crtc_state, > > > > > > > diff --git a/drivers/gpu/drm/i915/display/intel_atomic_plane.= h b/drivers/gpu/drm/i915/display/intel_atomic_plane.h > > > > > > > index 59dd1fbb02ea..c2a1e7c86e6c 100644 > > > > > > > --- a/drivers/gpu/drm/i915/display/intel_atomic_plane.h > > > > > > > +++ b/drivers/gpu/drm/i915/display/intel_atomic_plane.h > > > > > > > @@ -23,7 +23,8 @@ unsigned int intel_plane_pixel_rate(const s= truct intel_crtc_state *crtc_state, > > > > > > > = > > > > > > > unsigned int intel_plane_data_rate(const struct intel_crtc_s= tate *crtc_state, > > > > > > > const struct intel_plane_state *plane_state); > > > > > > > -void intel_plane_copy_uapi_to_hw_state(struct intel_plane_st= ate *plane_state, > > > > > > > +void intel_plane_copy_uapi_to_hw_state(const struct intel_cr= tc_state *crtc_state, > > > > > > > + struct intel_plane_state *plane_state, > > > > > > > const struct intel_plane_state *from_plane_state); > > > > > > > void intel_update_plane(struct intel_plane *plane, > > > > > > > const struct intel_crtc_state *crtc_state, > > > > > > > diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/d= rivers/gpu/drm/i915/display/intel_display.c > > > > > > > index bfc5c890ab4e..6f4a2845674d 100644 > > > > > > > --- a/drivers/gpu/drm/i915/display/intel_display.c > > > > > > > +++ b/drivers/gpu/drm/i915/display/intel_display.c > > > > > > > @@ -3693,7 +3693,7 @@ intel_find_initial_plane_obj(struct int= el_crtc *intel_crtc, > > > > > > > drm_framebuffer_get(fb); > > > > > > > = > > > > > > > plane_state->crtc =3D &intel_crtc->base; > > > > > > > - intel_plane_copy_uapi_to_hw_state(intel_state, intel_state); > > > > > > > + intel_plane_copy_uapi_to_hw_state(crtc_state, intel_state, = intel_state); > > > > > > > = > > > > > > > intel_frontbuffer_flush(to_intel_frontbuffer(fb), ORIGIN_DI= RTYFB); > > > > > > > = > > > > > > > @@ -12582,26 +12582,180 @@ static bool check_single_encoder_c= loning(struct intel_atomic_state *state, > > > > > > > return true; > > > > > > > } > > > > > > > = > > > > > > > +static int icl_unset_bigjoiner_plane_links(struct intel_atom= ic_state *state, > > > > > > > + struct intel_crtc_state *new_crtc_state) > > > > > > > +{ > > > > > > > + struct intel_crtc *crtc =3D to_intel_crtc(new_crtc_state->u= api.crtc); > > > > > > > + struct intel_plane *plane; > > > > > > > + > > > > > > > + /* > > > > > > > + * Teardown the old bigjoiner plane mappings. > > > > > > > + */ > > > > > > > + for_each_intel_plane_on_crtc(crtc->base.dev, crtc, plane) { > > > > > > > + struct intel_plane_state *plane_state, *other_plane_state; > > > > > > > + struct intel_plane *other_plane; > > > > > > > + > > > > > > > + plane_state =3D intel_atomic_get_plane_state(state, plane); > > > > > > > + if (IS_ERR(plane_state)) > > > > > > > + return PTR_ERR(plane_state); > > > > > > > + > > > > > > > + other_plane =3D plane_state->bigjoiner_plane; > > > > > > > + if (!other_plane) > > > > > > > + continue; > > > > > > > + > > > > > > > + plane_state->bigjoiner_plane =3D NULL; > > > > > > > + plane_state->bigjoiner_slave =3D false; > > > > > > > + > > > > > > > + other_plane_state =3D intel_atomic_get_plane_state(state, = other_plane); > > > > > > > + if (IS_ERR(other_plane_state)) > > > > > > > + return PTR_ERR(other_plane_state); > > > > > > > + other_plane_state->bigjoiner_plane =3D NULL; > > > > > > > + other_plane_state->bigjoiner_slave =3D false; > > > > > > > + } > > > > > > > + return 0; > > > > > > > +} > > > > > > > + > > > > > > > +static int icl_set_bigjoiner_plane_links(struct intel_atomic= _state *state, > > > > > > > + struct intel_crtc_state *new_crtc_state) > > > > > > > +{ > > > > > > > + struct intel_plane *plane; > > > > > > > + struct intel_crtc *crtc =3D to_intel_crtc(new_crtc_state->u= api.crtc); > > > > > > > + struct intel_crtc *other_crtc =3D new_crtc_state->bigjoiner= _linked_crtc; > > > > > > > + > > > > > > > + /* > > > > > > > + * Setup and teardown the new bigjoiner plane mappin= gs. > > > > > > > + */ > > > > > > > + for_each_intel_plane_on_crtc(crtc->base.dev, crtc, plane) { > > > > > > > + struct intel_plane_state *plane_state; > > > > > > > + struct intel_plane *other_plane =3D NULL; > > > > > > > + bool found_plane =3D false; > > > > > > > + > > > > > > > + plane_state =3D intel_atomic_get_plane_state(state, plane); > > > > > > > + if (IS_ERR(plane_state)) > > > > > > > + return PTR_ERR(plane_state); > > > > > > > + > > > > > > > + for_each_intel_plane_on_crtc(crtc->base.dev, other_crtc, o= ther_plane) { > > > > > > > + if (other_plane->id !=3D plane->id) > > > > > > > + continue; > > > > > > > + > > > > > > > + plane_state->bigjoiner_plane =3D other_plane; > > > > > > > + plane_state->bigjoiner_slave =3D new_crtc_state->bigjoine= r_slave; > > > > > > > + > > > > > > > + plane_state =3D intel_atomic_get_plane_state(state, other= _plane); > > > > > > > + if (IS_ERR(plane_state)) > > > > > > > + return PTR_ERR(plane_state); > > > > > > > + > > > > > > > + plane_state->bigjoiner_plane =3D plane; > > > > > > > + plane_state->bigjoiner_slave =3D !new_crtc_state->bigjoin= er_slave; > > > > > > > + > > > > > > > + found_plane =3D true; > > > > > > > + break; > > > > > > > + } > > > > > > > + > > > > > > > + if (!found_plane) { > > > > > > > + /* All pipes should have identical planes. */ > > > > > > > + WARN_ON(!found_plane); > > > > > > > + return -EINVAL; > > > > > > > + } > > > > > > > + } > > > > > > > + return 0; > > > > > > > +} > > > > > > > + > > > > > > > +static int icl_add_dependent_planes(struct intel_atomic_stat= e *state, > > > > > > > + struct intel_plane_state *plane_state) > > > > > > > +{ > > > > > > > + struct intel_plane_state *new_plane_state; > > > > > > > + struct intel_plane *plane; > > > > > > > + int ret =3D 0; > > > > > > > + > > > > > > > + plane =3D plane_state->bigjoiner_plane; > > > > > > > + if (plane && !intel_atomic_get_new_plane_state(state, plane= )) { > > > > > > > + new_plane_state =3D intel_atomic_get_plane_state(state, pl= ane); > > > > > > > + if (IS_ERR(new_plane_state)) > > > > > > > + return PTR_ERR(new_plane_state); > > > > > > > + > > > > > > > + ret =3D 1; > > > > > > > + } > > > > > > > + > > > > > > > + plane =3D plane_state->planar_linked_plane; > > > > > > > + if (plane && !intel_atomic_get_new_plane_state(state, plane= )) { > > > > > > > + new_plane_state =3D intel_atomic_get_plane_state(state, pl= ane); > > > > > > > + if (IS_ERR(new_plane_state)) > > > > > > > + return PTR_ERR(new_plane_state); > > > > > > > + > > > > > > > + ret =3D 1; > > > > > > > + } > > > > > > > + > > > > > > > + return ret; > > > > > > > +} > > > > > > > + > > > > > > > static int icl_add_linked_planes(struct intel_atomic_state *= state) > > > > > > > { > > > > > > > - struct intel_plane *plane, *linked; > > > > > > > - struct intel_plane_state *plane_state, *linked_plane_state; > > > > > > > + struct intel_plane *plane; > > > > > > > + struct intel_plane_state *old_plane_state, *new_plane_state; > > > > > > > + struct intel_crtc *crtc, *linked_crtc; > > > > > > > + struct intel_crtc_state *old_crtc_state, *new_crtc_state, *= linked_crtc_state; > > > > > > > + bool added; > > > > > > > int i; > > > > > > > = > > > > > > > - for_each_new_intel_plane_in_state(state, plane, plane_state= , i) { > > > > > > > - linked =3D plane_state->planar_linked_plane; > > > > > > > + /* > > > > > > > + * Iteratively add plane_state->linked_plane and plane_stat= e->bigjoiner_plane > > > > > > > + * > > > > > > > + * This needs to be done repeatedly, because of is a funny = interaction; > > > > > > > + * the Y-plane may be assigned differently on the other big= joiner crtc, > > > > > > > + * and we could end up with the following evil recursion, w= hen only adding a > > > > > > > + * single plane to state: > > > > > > > + * > > > > > > > + * XRGB8888 master plane 6 adds NV12 slave Y-plane 6, which= adds slave UV plane 0, > > > > > > > + * which adds master UV plane 0, which adds master Y-plane = 7, which adds XRGB8888 > > > > > > > + *slave plane 7. > > > > > > = > > > > > > Feels like this has become super complicated by mixing up the b= igjoiner > > > > > > and Y plane cases. Can't we just handle them separately. First = deal with > > > > > > bigjoiner planes, then let each crtc handle its Y-planes indepe= ndently? > > > > > > > > > > > = > > > > > Yea this is a complex algorithm here. But if functionally it look= s right > > > > > I dont feel comfortable detangling it since originally written by= Maarten. > > > > > = > > > > > Manasi > > > > > = > > > > > > > + * > > > > > > > + * We could pull in even more because of old_plane_state vs= new_plane_state. > > > > > > > + * > > > > > > > + * Max depth =3D 5 (or 7 for evil case) in this case. > > > > > > > + * Number of passes will be less, because newly added plane= s show up in the > > > > > > > + * same iteration round when added_plane->index > plane->in= dex. > > > > > > > + */ > > > > > > > + do { > > > > > > > + added =3D false; > > > > > > > = > > > > > > > - if (!linked) > > > > > > > - continue; > > > > > > > + for_each_oldnew_intel_plane_in_state(state, plane, old_pla= ne_state, new_plane_state, i) { > > > > > > > + int ret, ret2; > > > > > > > + > > > > > > > + ret =3D icl_add_dependent_planes(state, old_plane_state); > > > > > > > + if (ret < 0) > > > > > > > + return ret; > > > > > > > + > > > > > > > + ret2 =3D icl_add_dependent_planes(state, new_plane_state); > > > > > > > + if (ret2 < 0) > > > > > > > + return ret2; > > > > > > > + > > > > > > > + added |=3D ret || ret2; > > > > > > > + } > > > > > > > + } while (added); > > > > > > > + > > > > > > > + /* > > > > > > > + * Make sure bigjoiner slave crtc's are also pulled = in. This is not done automatically > > > > > > > + * when adding slave planes, because plane_state->cr= tc is null. > > > > > > > + */ > > > > > > > + for_each_oldnew_intel_crtc_in_state(state, crtc, old_crtc_s= tate, new_crtc_state, i) { > > > > > > > + linked_crtc =3D old_crtc_state->bigjoiner_linked_crtc; > > > > > > > + if (linked_crtc) { > > > > > > > + linked_crtc_state =3D > > > > > > > + intel_atomic_get_crtc_state(&state->base, linked_crtc); > > > > > > > + > > > > > > > + if (IS_ERR(linked_crtc_state)) > > > > > > > + return PTR_ERR(linked_crtc_state); > > > > > > > + } > > > > > > > = > > > > > > > - linked_plane_state =3D intel_atomic_get_plane_state(state,= linked); > > > > > > > - if (IS_ERR(linked_plane_state)) > > > > > > > - return PTR_ERR(linked_plane_state); > > > > > > > + linked_crtc =3D new_crtc_state->bigjoiner_linked_crtc; > > > > > > > + if (linked_crtc && linked_crtc !=3D old_crtc_state->bigjoi= ner_linked_crtc) { > > > > > > > + linked_crtc_state =3D > > > > > > > + intel_atomic_get_crtc_state(&state->base, linked_crtc); > > > > > > > = > > > > > > > - drm_WARN_ON(state->base.dev, > > > > > > > - linked_plane_state->planar_linked_plane !=3D plane); > > > > > > > - drm_WARN_ON(state->base.dev, > > > > > > > - linked_plane_state->planar_slave =3D=3D plane_state->= planar_slave); > > > > > > > + if (IS_ERR(linked_crtc_state)) > > > > > > > + return PTR_ERR(linked_crtc_state); > > > > > > > + } > > > > > > > } > > > > > > > = > > > > > > > return 0; > > > > > > > @@ -12641,6 +12795,7 @@ static int icl_check_nv12_planes(stru= ct intel_crtc_state *crtc_state) > > > > > > > = > > > > > > > for_each_new_intel_plane_in_state(state, plane, plane_state= , i) { > > > > > > > struct intel_plane_state *linked_state =3D NULL; > > > > > > > + struct intel_plane_state *master_plane_state; > > > > > > > = > > > > > > > if (plane->pipe !=3D crtc->pipe || > > > > > > > !(crtc_state->nv12_planes & BIT(plane->id))) > > > > > > > @@ -12684,7 +12839,14 @@ static int icl_check_nv12_planes(str= uct intel_crtc_state *crtc_state) > > > > > > > memcpy(linked_state->color_plane, plane_state->color_plane, > > > > > > > sizeof(linked_state->color_plane)); > > > > > > > = > > > > > > > - intel_plane_copy_uapi_to_hw_state(linked_state, plane_stat= e); > > > > > > > + master_plane_state =3D plane_state; > > > > > > > + if (plane_state->bigjoiner_slave) > > > > > > > + master_plane_state =3D > > > > > > > + intel_atomic_get_new_plane_state(state, > > > > > > > + plane_state->bigjoiner_plane); > > > > > > > + > > > > > > > + intel_plane_copy_uapi_to_hw_state(crtc_state, linked_state, > > > > > > > + master_plane_state); > > > > > > > linked_state->uapi.src =3D plane_state->uapi.src; > > > > > > > linked_state->uapi.dst =3D plane_state->uapi.dst; > > > > > > > = > > > > > > > @@ -15028,6 +15190,7 @@ static int intel_atomic_check_bigjoin= er(struct intel_atomic_state *state, > > > > > > > struct drm_i915_private *dev_priv =3D to_i915(state->base.d= ev); > > > > > > > struct intel_crtc_state *slave_crtc_state, *master_crtc_sta= te; > > > > > > > struct intel_crtc *slave, *master; > > > > > > > + int ret; > > > > > > > = > > > > > > > /* slave being enabled, is master is still claiming this cr= tc? */ > > > > > > > if (old_crtc_state->bigjoiner_slave) { > > > > > > > @@ -15038,6 +15201,12 @@ static int intel_atomic_check_bigjoi= ner(struct intel_atomic_state *state, > > > > > > > goto claimed; > > > > > > > } > > > > > > > = > > > > > > > + if (old_crtc_state->bigjoiner) { > > > > > > > + ret =3D icl_unset_bigjoiner_plane_links(state, new_crtc_st= ate); > > > > > > > + if (ret) > > > > > > > + return ret; > > > > > > > + } > > > > > > > + > > > > > > > if (!new_crtc_state->bigjoiner) > > > > > > > return 0; > > > > > > > = > > > > > > > @@ -15062,7 +15231,11 @@ static int intel_atomic_check_bigjoi= ner(struct intel_atomic_state *state, > > > > > > > DRM_DEBUG_KMS("[CRTC:%d:%s] Used as slave for big joiner\n", > > > > > > > slave->base.base.id, slave->base.name); > > > > > > > = > > > > > > > - return copy_bigjoiner_crtc_state(slave_crtc_state, new_crtc= _state); > > > > > > > + ret =3D copy_bigjoiner_crtc_state(slave_crtc_state, new_crt= c_state); > > > > > > > + if (ret) > > > > > > > + return ret; > > > > > > > + > > > > > > > + return icl_set_bigjoiner_plane_links(state, new_crtc_state); > > > > > > > = > > > > > > > claimed: > > > > > > > DRM_DEBUG_KMS("[CRTC:%d:%s] Slave is enabled as normal CRTC= , but " > > > > > > > @@ -16531,7 +16704,7 @@ intel_legacy_cursor_update(struct drm= _plane *_plane, > > > > > > > new_plane_state->uapi.crtc_w =3D crtc_w; > > > > > > > new_plane_state->uapi.crtc_h =3D crtc_h; > > > > > > > = > > > > > > > - intel_plane_copy_uapi_to_hw_state(new_plane_state, new_plan= e_state); > > > > > > > + intel_plane_copy_uapi_to_hw_state(new_crtc_state, new_plane= _state, new_plane_state); > > > > > > > = > > > > > > > ret =3D intel_plane_atomic_check_with_state(crtc_state, new= _crtc_state, > > > > > > > old_plane_state, new_plane_state); > > > > > > > diff --git a/drivers/gpu/drm/i915/display/intel_display.h b/d= rivers/gpu/drm/i915/display/intel_display.h > > > > > > > index e890c8fb779b..78010ee364f3 100644 > > > > > > > --- a/drivers/gpu/drm/i915/display/intel_display.h > > > > > > > +++ b/drivers/gpu/drm/i915/display/intel_display.h > > > > > > > @@ -467,12 +467,20 @@ enum phy_fia { > > > > > > > for_each_if(crtc) > > > > > > > = > > > > > > > #define intel_atomic_crtc_state_for_each_plane_state( \ > > > > > > > - plane, plane_state, \ > > > > > > > - crtc_state) \ > > > > > > > - for_each_intel_plane_mask(((crtc_state)->uapi.state->dev), = (plane), \ > > > > > > > - ((crtc_state)->uapi.plane_mask)) \ > > > > > > > - for_each_if ((plane_state =3D \ > > > > > > > - to_intel_plane_state(__drm_atomic_get_current_plane= _state((crtc_state)->uapi.state, &plane->base)))) > > > > > > > + plane, iter, plane_state, \ > > > > > > > + crtc_state) \ > > > > > > > + for_each_intel_plane_mask(((crtc_state)->uapi.state->dev), = (iter), \ > > > > > > > + (((crtc_state)->bigjoiner_slave ? \ > > > > > > > + intel_atomic_get_new_crtc_state( \ > > > > > > > + to_intel_atomic_state((crtc_state)->uapi.state), \ > > > > > > > + (crtc_state)->bigjoiner_linked_crtc) : \ > > > > > > > + (crtc_state))->uapi.plane_mask)) \ > > > > > > > + for_each_if ((((plane_state) =3D \ > > > > > > > + to_intel_plane_state(__drm_atomic_get_current_plane= _state((crtc_state)->uapi.state, &iter->base))), \ > > > > > > > + ((plane) =3D (plane_state)->bigjoiner_slave ? (plane= _state)->bigjoiner_plane : (iter)), \ > > > > > > > + ((plane_state) =3D (plane_state)->bigjoiner_slave ? \ > > > > > > > + to_intel_plane_state(__drm_atomic_get_current_plane= _state((crtc_state)->uapi.state, &plane->base)) : \ > > > > > > > + (plane_state)))) > > > > > > > = > > > > > > > #define for_each_new_intel_connector_in_state(__state, conne= ctor, new_connector_state, __i) \ > > > > > > > for ((__i) =3D 0; \ > > > > > > > diff --git a/drivers/gpu/drm/i915/display/intel_display_types= .h b/drivers/gpu/drm/i915/display/intel_display_types.h > > > > > > > index 943709f192f7..6957eac140cd 100644 > > > > > > > --- a/drivers/gpu/drm/i915/display/intel_display_types.h > > > > > > > +++ b/drivers/gpu/drm/i915/display/intel_display_types.h > > > > > > > @@ -575,6 +575,17 @@ struct intel_plane_state { > > > > > > > */ > > > > > > > struct intel_plane *planar_linked_plane; > > > > > > > = > > > > > > > + /* > > > > > > > + * bigjoiner_plane: > > > > > > > + * > > > > > > > + * When 2 pipes are joined in a bigjoiner configuration, > > > > > > > + * points to the same plane on the other pipe. > > > > > > > + * > > > > > > > + * bigjoiner_slave is set on the slave pipe. > > > > > > > + */ > > > > > > > + struct intel_plane *bigjoiner_plane; > > > > > > > + u32 bigjoiner_slave; > > > > > > > + > > > > > > > /* > > > > > > > * planar_slave: > > > > > > > * If set don't update use the linked plane's state for upd= ating > > > > > > > diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/dr= m/i915/intel_pm.c > > > > > > > index d1263ebd3811..a3e3ac429fd4 100644 > > > > > > > --- a/drivers/gpu/drm/i915/intel_pm.c > > > > > > > +++ b/drivers/gpu/drm/i915/intel_pm.c > > > > > > > @@ -3150,7 +3150,7 @@ static int ilk_compute_pipe_wm(struct i= ntel_crtc_state *crtc_state) > > > > > > > struct drm_i915_private *dev_priv =3D to_i915(crtc_state->u= api.crtc->dev); > > > > > > > struct intel_crtc *crtc =3D to_intel_crtc(crtc_state->uapi.= crtc); > > > > > > > struct intel_pipe_wm *pipe_wm; > > > > > > > - struct intel_plane *plane; > > > > > > > + struct intel_plane *plane, *iter; > > > > > > > const struct intel_plane_state *plane_state; > > > > > > > const struct intel_plane_state *pristate =3D NULL; > > > > > > > const struct intel_plane_state *sprstate =3D NULL; > > > > > > > @@ -3160,7 +3160,7 @@ static int ilk_compute_pipe_wm(struct i= ntel_crtc_state *crtc_state) > > > > > > > = > > > > > > > pipe_wm =3D &crtc_state->wm.ilk.optimal; > > > > > > > = > > > > > > > - intel_atomic_crtc_state_for_each_plane_state(plane, plane_s= tate, crtc_state) { > > > > > > > + intel_atomic_crtc_state_for_each_plane_state(plane, iter, p= lane_state, crtc_state) { > > > > > > > if (plane->base.type =3D=3D DRM_PLANE_TYPE_PRIMARY) > > > > > > > pristate =3D plane_state; > > > > > > > else if (plane->base.type =3D=3D DRM_PLANE_TYPE_OVERLAY) > > > > > > > @@ -3879,7 +3879,7 @@ static bool skl_crtc_can_enable_sagv(co= nst struct intel_crtc_state *crtc_state) > > > > > > > { > > > > > > > struct intel_crtc *crtc =3D to_intel_crtc(crtc_state->uapi.= crtc); > > > > > > > struct drm_i915_private *dev_priv =3D to_i915(crtc->base.de= v); > > > > > > > - struct intel_plane *plane; > > > > > > > + struct intel_plane *plane, *iter; > > > > > > > const struct intel_plane_state *plane_state; > > > > > > > int level, latency; > > > > > > > = > > > > > > > @@ -3892,7 +3892,7 @@ static bool skl_crtc_can_enable_sagv(co= nst struct intel_crtc_state *crtc_state) > > > > > > > if (crtc_state->hw.pipe_mode.flags & DRM_MODE_FLAG_INTERLAC= E) > > > > > > > return false; > > > > > > > = > > > > > > > - intel_atomic_crtc_state_for_each_plane_state(plane, plane_s= tate, crtc_state) { > > > > > > > + intel_atomic_crtc_state_for_each_plane_state(plane, iter, p= lane_state, crtc_state) { > > > > > > > const struct skl_plane_wm *wm =3D > > > > > > > &crtc_state->wm.skl.optimal.planes[plane->id]; > > > > > > > = > > > > > > > @@ -4714,12 +4714,12 @@ skl_get_total_relative_data_rate(stru= ct intel_crtc_state *crtc_state, > > > > > > > u64 *plane_data_rate, > > > > > > > u64 *uv_plane_data_rate) > > > > > > > { > > > > > > > - struct intel_plane *plane; > > > > > > > + struct intel_plane *plane, *iter; > > > > > > > const struct intel_plane_state *plane_state; > > > > > > > u64 total_data_rate =3D 0; > > > > > > > = > > > > > > > /* Calculate and cache data rate for each plane */ > > > > > > > - intel_atomic_crtc_state_for_each_plane_state(plane, plane_s= tate, crtc_state) { > > > > > > > + intel_atomic_crtc_state_for_each_plane_state(plane, iter, p= lane_state, crtc_state) { > > > > > > > enum plane_id plane_id =3D plane->id; > > > > > > > u64 rate; > > > > > > > = > > > > > > > @@ -4741,12 +4741,12 @@ static u64 > > > > > > > icl_get_total_relative_data_rate(struct intel_crtc_state *cr= tc_state, > > > > > > > u64 *plane_data_rate) > > > > > > > { > > > > > > > - struct intel_plane *plane; > > > > > > > + struct intel_plane *plane, *iter; > > > > > > > const struct intel_plane_state *plane_state; > > > > > > > u64 total_data_rate =3D 0; > > > > > > > = > > > > > > > /* Calculate and cache data rate for each plane */ > > > > > > > - intel_atomic_crtc_state_for_each_plane_state(plane, plane_s= tate, crtc_state) { > > > > > > > + intel_atomic_crtc_state_for_each_plane_state(plane, iter, p= lane_state, crtc_state) { > > > > > > > enum plane_id plane_id =3D plane->id; > > > > > > > u64 rate; > > > > > > > = > > > > > > > @@ -5593,7 +5593,7 @@ static int skl_build_pipe_wm(struct int= el_crtc_state *crtc_state) > > > > > > > { > > > > > > > struct drm_i915_private *dev_priv =3D to_i915(crtc_state->u= api.crtc->dev); > > > > > > > struct skl_pipe_wm *pipe_wm =3D &crtc_state->wm.skl.optimal; > > > > > > > - struct intel_plane *plane; > > > > > > > + struct intel_plane *plane, *iter; > > > > > > > const struct intel_plane_state *plane_state; > > > > > > > int ret; > > > > > > > = > > > > > > > @@ -5603,7 +5603,7 @@ static int skl_build_pipe_wm(struct int= el_crtc_state *crtc_state) > > > > > > > */ > > > > > > > memset(pipe_wm->planes, 0, sizeof(pipe_wm->planes)); > > > > > > > = > > > > > > > - intel_atomic_crtc_state_for_each_plane_state(plane, plane_s= tate, > > > > > > > + intel_atomic_crtc_state_for_each_plane_state(plane, iter, p= lane_state, > > > > > > > crtc_state) { > > > > > > > = > > > > > > > if (INTEL_GEN(dev_priv) >=3D 11) > > > > > > > -- = > > > > > > > 2.19.1 > > > > > > > = > > > > > > > _______________________________________________ > > > > > > > Intel-gfx mailing list > > > > > > > Intel-gfx@lists.freedesktop.org > > > > > > > https://lists.freedesktop.org/mailman/listinfo/intel-gfx > > > > > > = > > > > > > -- = > > > > > > Ville Syrj=E4l=E4 > > > > > > Intel > > > > = > > > > -- = > > > > Ville Syrj=E4l=E4 > > > > Intel > > = > > -- = > > Ville Syrj=E4l=E4 > > Intel -- = Ville Syrj=E4l=E4 Intel _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx