Message ID | 20240220121741.2994222-1-dmitry.baryshkov@linaro.org |
---|---|
State | New |
Headers | show |
Series | drm: ci: uprev IGT | expand |
On Tue, 20 Feb 2024 at 16:31, Helen Koike <helen.koike@collabora.com> wrote: > > > > On 20/02/2024 09:17, Dmitry Baryshkov wrote: > > Bump IGT revision to pick up Rob Clark's fixes for the msm driver: > > > > - msm_submit@invalid-duplicate-bo-submit,Fail > > > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > > Do you have a gitlab pipeline link I can check? For the drm/msm, same as before (it had this fix in). But at this point I should probably run it again for the full set of devices. > > Thanks > Helen > > > --- > > drivers/gpu/drm/ci/gitlab-ci.yml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml > > index 8b82e6656924..47e567b4f7a7 100644 > > --- a/drivers/gpu/drm/ci/gitlab-ci.yml > > +++ b/drivers/gpu/drm/ci/gitlab-ci.yml > > @@ -5,7 +5,7 @@ variables: > > UPSTREAM_REPO: git://anongit.freedesktop.org/drm/drm > > TARGET_BRANCH: drm-next > > > > - IGT_VERSION: d2af13d9f5be5ce23d996e4afd3e45990f5ab977 > > + IGT_VERSION: 3f2879fef93c0c546a2f1c0aa48a9cc2a594b9d2 > > > > DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git > > DEQP_RUNNER_GIT_TAG: v0.15.0
On Tue, 20 Feb 2024 at 16:31, Helen Koike <helen.koike@collabora.com> wrote: > > > > On 20/02/2024 09:17, Dmitry Baryshkov wrote: > > Bump IGT revision to pick up Rob Clark's fixes for the msm driver: > > > > - msm_submit@invalid-duplicate-bo-submit,Fail > > > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > > Do you have a gitlab pipeline link I can check? Before uprev: https://gitlab.freedesktop.org/drm/msm/-/pipelines/1109455 After uprev: https://gitlab.freedesktop.org/drm/msm/-/pipelines/1109501
On Wed, Feb 21, 2024 at 6:36 PM Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote: > > On Tue, 20 Feb 2024 at 16:31, Helen Koike <helen.koike@collabora.com> wrote: > > > > > > > > On 20/02/2024 09:17, Dmitry Baryshkov wrote: > > > Bump IGT revision to pick up Rob Clark's fixes for the msm driver: > > > > > > - msm_submit@invalid-duplicate-bo-submit,Fail > > > > > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > > > > Do you have a gitlab pipeline link I can check? > > Before uprev: https://gitlab.freedesktop.org/drm/msm/-/pipelines/1109455 > > After uprev: https://gitlab.freedesktop.org/drm/msm/-/pipelines/1109501 jfyi a couple more fixes landed after this, for kms_plane_cursor (skips->pass) and kms_universal_plane (fail->pass).. I have additional fixes for kms_bw, and kms_plane_scaling still waiting for review BR, -R
diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml index 8b82e6656924..47e567b4f7a7 100644 --- a/drivers/gpu/drm/ci/gitlab-ci.yml +++ b/drivers/gpu/drm/ci/gitlab-ci.yml @@ -5,7 +5,7 @@ variables: UPSTREAM_REPO: git://anongit.freedesktop.org/drm/drm TARGET_BRANCH: drm-next - IGT_VERSION: d2af13d9f5be5ce23d996e4afd3e45990f5ab977 + IGT_VERSION: 3f2879fef93c0c546a2f1c0aa48a9cc2a594b9d2 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git DEQP_RUNNER_GIT_TAG: v0.15.0
Bump IGT revision to pick up Rob Clark's fixes for the msm driver: - msm_submit@invalid-duplicate-bo-submit,Fail Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- drivers/gpu/drm/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)