All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Stephen Boyd <swboyd@chromium.org>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	Bjorn Andersson <andersson@kernel.org>,
	linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	freedreno@lists.freedesktop.org
Subject: Re: [PATCH v2 1/2] drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PP
Date: Thu,  8 Jun 2023 02:20:01 +0300	[thread overview]
Message-ID: <168617996602.1879421.14988330967519965516.b4-ty@linaro.org> (raw)
In-Reply-To: <20230604031308.894274-1-dmitry.baryshkov@linaro.org>


On Sun, 04 Jun 2023 06:13:07 +0300, Dmitry Baryshkov wrote:
> Currently the driver passes the PINGPONG index to
> dpu_hw_intf_ops::bind_pingpong_blk() callback and uses separate boolean
> flag to tell whether INTF should be bound or unbound. Simplify this by
> passing PINGPONG_NONE in case of unbinding and drop the flag completely.
> 
> 

Applied, thanks!

[1/2] drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PP
      https://gitlab.freedesktop.org/lumag/msm/-/commit/a03b7c4698d7
[2/2] drm/msm/dpu: use PINGPONG_NONE to unbind WB from PP
      https://gitlab.freedesktop.org/lumag/msm/-/commit/0f86d9c980a3

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

WARNING: multiple messages have this Message-ID (diff)
From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: freedreno@lists.freedesktop.org, linux-arm-msm@vger.kernel.org,
	Bjorn Andersson <andersson@kernel.org>,
	dri-devel@lists.freedesktop.org,
	Stephen Boyd <swboyd@chromium.org>
Subject: Re: [PATCH v2 1/2] drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PP
Date: Thu,  8 Jun 2023 02:20:01 +0300	[thread overview]
Message-ID: <168617996602.1879421.14988330967519965516.b4-ty@linaro.org> (raw)
In-Reply-To: <20230604031308.894274-1-dmitry.baryshkov@linaro.org>


On Sun, 04 Jun 2023 06:13:07 +0300, Dmitry Baryshkov wrote:
> Currently the driver passes the PINGPONG index to
> dpu_hw_intf_ops::bind_pingpong_blk() callback and uses separate boolean
> flag to tell whether INTF should be bound or unbound. Simplify this by
> passing PINGPONG_NONE in case of unbinding and drop the flag completely.
> 
> 

Applied, thanks!

[1/2] drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PP
      https://gitlab.freedesktop.org/lumag/msm/-/commit/a03b7c4698d7
[2/2] drm/msm/dpu: use PINGPONG_NONE to unbind WB from PP
      https://gitlab.freedesktop.org/lumag/msm/-/commit/0f86d9c980a3

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

  parent reply	other threads:[~2023-06-07 23:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-04  3:13 [PATCH v2 1/2] drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PP Dmitry Baryshkov
2023-06-04  3:13 ` Dmitry Baryshkov
2023-06-04  3:13 ` [PATCH v2 2/2] drm/msm/dpu: use PINGPONG_NONE to unbind WB " Dmitry Baryshkov
2023-06-04  3:13   ` Dmitry Baryshkov
2023-06-04 22:05   ` Marijn Suijten
2023-06-04 22:05     ` Marijn Suijten
2023-06-04 22:04 ` [PATCH v2 1/2] drm/msm/dpu: use PINGPONG_NONE to unbind INTF " Marijn Suijten
2023-06-04 22:04   ` Marijn Suijten
2023-06-07 23:20 ` Dmitry Baryshkov [this message]
2023-06-07 23:20   ` Dmitry Baryshkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=168617996602.1879421.14988330967519965516.b4-ty@linaro.org \
    --to=dmitry.baryshkov@linaro.org \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=swboyd@chromium.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.