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 08EACC55178 for ; Tue, 27 Oct 2020 20:54:24 +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 9CDE522202 for ; Tue, 27 Oct 2020 20:54:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9CDE522202 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 2E8C06EC6B; Tue, 27 Oct 2020 20:54:23 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 890296EC6B for ; Tue, 27 Oct 2020 20:54:21 +0000 (UTC) IronPort-SDR: pvRMm/c0ua0ZetI3Zo5wsN6Gdyfqdg5GMaLZzgrqbTOE1i+JGyl3AOvzTZ/bVCgL4iFj/I024j ywI6D1Cd6byw== X-IronPort-AV: E=McAfee;i="6000,8403,9787"; a="185911131" X-IronPort-AV: E=Sophos;i="5.77,424,1596524400"; d="scan'208";a="185911131" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Oct 2020 13:54:21 -0700 IronPort-SDR: qcsSbXAzjD/djsqH0feki6rolTnON6CHyE4yQjvH6InJOBKas5davkhXISQVVapPuUsMF+q6K7 dyySszM8OSUw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,424,1596524400"; d="scan'208";a="394611170" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by orsmga001.jf.intel.com with SMTP; 27 Oct 2020 13:54:18 -0700 Received: by stinkbox (sSMTP sendmail emulation); Tue, 27 Oct 2020 22:54:18 +0200 Date: Tue, 27 Oct 2020 22:54:18 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: "Navare, Manasi" Message-ID: <20201027205418.GU6112@intel.com> References: <20201027193034.28721-1-manasi.d.navare@intel.com> <20201027193034.28721-5-manasi.d.navare@intel.com> <20201027200920.GS6112@intel.com> <20201027204315.GA29088@labuser-Z97X-UD5H> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201027204315.GA29088@labuser-Z97X-UD5H> X-Patchwork-Hint: comment User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [Intel-gfx] [PATCH 4/5] drm/i915/dp: Call hw.adjusted_mode as hw_mode for clarity 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 Tue, Oct 27, 2020 at 01:43:15PM -0700, Navare, Manasi wrote: > On Tue, Oct 27, 2020 at 10:09:20PM +0200, Ville Syrj=E4l=E4 wrote: > > On Tue, Oct 27, 2020 at 12:30:33PM -0700, Manasi Navare wrote: > > > No functional changes just use hw_mode to retrive > > > hw.adjusted_mode during HW state readout for clarity > > > in bigjoiner case. > > = > > Still don't understnad what this has to do with bigjoiner. Looks > > like a simple introduction of a strangely named local variable to > > me? > = > SHould I just drop this then? Or just reword the commit message to remove > bigjoiner related stuff? I guess just drop it if it has no real purpose. > = > Manasi > > = > > > = > > > Signed-off-by: Manasi Navare > > > --- > > > drivers/gpu/drm/i915/display/intel_display.c | 22 +++++++++++-------= -- > > > 1 file changed, 12 insertions(+), 10 deletions(-) > > > = > > > diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/g= pu/drm/i915/display/intel_display.c > > > index cabda5a02e9e..b000dd68977f 100644 > > > --- a/drivers/gpu/drm/i915/display/intel_display.c > > > +++ b/drivers/gpu/drm/i915/display/intel_display.c > > > @@ -9119,20 +9119,22 @@ static void intel_get_pipe_src_size(struct in= tel_crtc *crtc, > > > void intel_mode_from_pipe_config(struct drm_display_mode *mode, > > > struct intel_crtc_state *pipe_config) > > > { > > > - mode->hdisplay =3D pipe_config->hw.adjusted_mode.crtc_hdisplay; > > > - mode->htotal =3D pipe_config->hw.adjusted_mode.crtc_htotal; > > > - mode->hsync_start =3D pipe_config->hw.adjusted_mode.crtc_hsync_star= t; > > > - mode->hsync_end =3D pipe_config->hw.adjusted_mode.crtc_hsync_end; > > > + struct drm_display_mode *hw_mode =3D &pipe_config->hw.adjusted_mode; > > > = > > > - mode->vdisplay =3D pipe_config->hw.adjusted_mode.crtc_vdisplay; > > > - mode->vtotal =3D pipe_config->hw.adjusted_mode.crtc_vtotal; > > > - mode->vsync_start =3D pipe_config->hw.adjusted_mode.crtc_vsync_star= t; > > > - mode->vsync_end =3D pipe_config->hw.adjusted_mode.crtc_vsync_end; > > > + mode->hdisplay =3D hw_mode->crtc_hdisplay; > > > + mode->htotal =3D hw_mode->crtc_htotal; > > > + mode->hsync_start =3D hw_mode->crtc_hsync_start; > > > + mode->hsync_end =3D hw_mode->crtc_hsync_end; > > > = > > > - mode->flags =3D pipe_config->hw.adjusted_mode.flags; > > > + mode->vdisplay =3D hw_mode->crtc_vdisplay; > > > + mode->vtotal =3D hw_mode->crtc_vtotal; > > > + mode->vsync_start =3D hw_mode->crtc_vsync_start; > > > + mode->vsync_end =3D hw_mode->crtc_vsync_end; > > > + > > > + mode->flags =3D hw_mode->flags; > > > mode->type =3D DRM_MODE_TYPE_DRIVER; > > > = > > > - mode->clock =3D pipe_config->hw.adjusted_mode.crtc_clock; > > > + mode->clock =3D hw_mode->crtc_clock; > > > = > > > drm_mode_set_name(mode); > > > } > > > -- = > > > 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 _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx