All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yassine Oudjana <y.oudjana@protonmail.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	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,
	Jami Kettunen <jami.kettunen@protonmail.com>
Subject: Re: [PATCH 0/4] drm/msm/a5xx: make it work with the latest Mesa
Date: Tue, 14 Feb 2023 03:51:47 +0000	[thread overview]
Message-ID: <Y8RflDlhcu8n8TdSUK96ddC4DWbEDkGMcVEPfYYB2QiGB84R1-KDaERr26P7SOmBrxowVqP75m6dC2r_30-Wx5mSxgS3ytWnvQhhsB4C1DU=@protonmail.com> (raw)
In-Reply-To: <20230214020956.164473-1-dmitry.baryshkov@linaro.org>

On Tuesday, February 14th, 2023 at 6:09 AM, Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote:

> Mesa 22.3.x changed the priorities used for the GPU contexts, making
> kernel switch between different ring buffers. This uncovered several
> issues in the A5xx preemption code, which are now being resolved by this
> patchset.
> 
> Dmitry Baryshkov (4):
> drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register
> drm/msm/a5xx: fix highest bank bit for a530
> drm/msm/a5xx: fix the emptyness check in the preempt code
> drm/msm/a5xx: fix context faults during ring switch
> 
> drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 6 +++---
> drivers/gpu/drm/msm/adreno/a5xx_preempt.c | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
> 
> --
> 2.30.2

Thanks for the fix!

For the whole series, on MSM8996:

Tested-by: Yassine Oudjana <y.oudjana@protonmail.com>


WARNING: multiple messages have this Message-ID (diff)
From: Yassine Oudjana <y.oudjana@protonmail.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: freedreno@lists.freedesktop.org, Sean Paul <sean@poorly.run>,
	Bjorn Andersson <andersson@kernel.org>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	dri-devel@lists.freedesktop.org,
	Stephen Boyd <swboyd@chromium.org>,
	Jami Kettunen <jami.kettunen@protonmail.com>,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 0/4] drm/msm/a5xx: make it work with the latest Mesa
Date: Tue, 14 Feb 2023 03:51:47 +0000	[thread overview]
Message-ID: <Y8RflDlhcu8n8TdSUK96ddC4DWbEDkGMcVEPfYYB2QiGB84R1-KDaERr26P7SOmBrxowVqP75m6dC2r_30-Wx5mSxgS3ytWnvQhhsB4C1DU=@protonmail.com> (raw)
In-Reply-To: <20230214020956.164473-1-dmitry.baryshkov@linaro.org>

On Tuesday, February 14th, 2023 at 6:09 AM, Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote:

> Mesa 22.3.x changed the priorities used for the GPU contexts, making
> kernel switch between different ring buffers. This uncovered several
> issues in the A5xx preemption code, which are now being resolved by this
> patchset.
> 
> Dmitry Baryshkov (4):
> drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register
> drm/msm/a5xx: fix highest bank bit for a530
> drm/msm/a5xx: fix the emptyness check in the preempt code
> drm/msm/a5xx: fix context faults during ring switch
> 
> drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 6 +++---
> drivers/gpu/drm/msm/adreno/a5xx_preempt.c | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
> 
> --
> 2.30.2

Thanks for the fix!

For the whole series, on MSM8996:

Tested-by: Yassine Oudjana <y.oudjana@protonmail.com>


  parent reply	other threads:[~2023-02-14  3:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14  2:09 [PATCH 0/4] drm/msm/a5xx: make it work with the latest Mesa Dmitry Baryshkov
2023-02-14  2:09 ` Dmitry Baryshkov
2023-02-14  2:09 ` [PATCH 1/4] drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL register Dmitry Baryshkov
2023-02-14  2:09   ` Dmitry Baryshkov
2023-02-14  2:09 ` [PATCH 2/4] drm/msm/a5xx: fix highest bank bit for a530 Dmitry Baryshkov
2023-02-14  2:09   ` Dmitry Baryshkov
2023-02-14  2:09 ` [PATCH 3/4] drm/msm/a5xx: fix the emptyness check in the preempt code Dmitry Baryshkov
2023-02-14  2:09   ` Dmitry Baryshkov
2023-02-14  2:09 ` [PATCH 4/4] drm/msm/a5xx: fix context faults during ring switch Dmitry Baryshkov
2023-02-14  2:09   ` Dmitry Baryshkov
2023-02-14 17:35   ` Rob Clark
2023-02-14 17:35     ` Rob Clark
2023-02-14  3:51 ` Yassine Oudjana [this message]
2023-02-14  3:51   ` [PATCH 0/4] drm/msm/a5xx: make it work with the latest Mesa Yassine Oudjana

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='Y8RflDlhcu8n8TdSUK96ddC4DWbEDkGMcVEPfYYB2QiGB84R1-KDaERr26P7SOmBrxowVqP75m6dC2r_30-Wx5mSxgS3ytWnvQhhsB4C1DU=@protonmail.com' \
    --to=y.oudjana@protonmail.com \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=jami.kettunen@protonmail.com \
    --cc=linux-arm-msm@vger.kernel.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.