Message ID | 20240218041204.2522828-3-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | 1f4c6f11a557642505e5f403e0dfabbaff9c529a |
Headers | show |
Series | [1/3] drm/ci: update IGT test names | expand |
On 18/02/2024 01:12, Dmitry Baryshkov wrote: > The test kms_universal_plane@universal-plane-sanity fails on both SC7180 > platforms. The drm/msm returns -ERANGE as it can not handle passet > scaling range, however the test is not ready to handle that. Mark the > test as failing until it is fixed. > > ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Test assertion failure function sanity_test_pipe, file ../tests/kms_universal_plane.c:438: > ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Failed assertion: drmModeSetPlane(data->drm_fd, primary->drm_plane->plane_id, output->config.crtc->crtc_id, test.oversized_fb.fb_id, 0, 0, 0, mode->hdisplay + 100, mode->vdisplay + 100, IGT_FIXED(0,0), IGT_FIXED(0,0), IGT_FIXED(mode->hdisplay,0), IGT_FIXED(mode->vdisplay,0)) == expect > ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Last errno: 34, Numerical result out of range > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Helen Koike <helen.koike@collabora.com> > --- > .../gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt | 1 + > .../drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt > index 7e4d8744fcc6..f0576aa629e8 100644 > --- a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt > +++ b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt > @@ -15,3 +15,4 @@ kms_plane_alpha_blend@alpha-7efc,Fail > kms_plane_alpha_blend@coverage-7efc,Fail > kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail > kms_rmfb@close-fd,Fail > +kms_universal_plane@universal-plane-sanity,Fail > diff --git a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt > index 7e4d8744fcc6..f0576aa629e8 100644 > --- a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt > +++ b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt > @@ -15,3 +15,4 @@ kms_plane_alpha_blend@alpha-7efc,Fail > kms_plane_alpha_blend@coverage-7efc,Fail > kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail > kms_rmfb@close-fd,Fail > +kms_universal_plane@universal-plane-sanity,Fail
On 19/02/2024 17:25, Helen Koike wrote: > > > On 18/02/2024 01:12, Dmitry Baryshkov wrote: >> The test kms_universal_plane@universal-plane-sanity fails on both SC7180 >> platforms. The drm/msm returns -ERANGE as it can not handle passet >> scaling range, however the test is not ready to handle that. Mark the >> test as failing until it is fixed. >> >> ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Test assertion >> failure function sanity_test_pipe, file >> ../tests/kms_universal_plane.c:438: >> ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Failed >> assertion: drmModeSetPlane(data->drm_fd, primary->drm_plane->plane_id, >> output->config.crtc->crtc_id, test.oversized_fb.fb_id, 0, 0, 0, >> mode->hdisplay + 100, mode->vdisplay + 100, IGT_FIXED(0,0), >> IGT_FIXED(0,0), IGT_FIXED(mode->hdisplay,0), >> IGT_FIXED(mode->vdisplay,0)) == expect >> ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Last errno: >> 34, Numerical result out of range >> >> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > > Acked-by: Helen Koike <helen.koike@collabora.com> Applied to drm-misc/drm-misc-next Thanks Helen > >> --- >> .../gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt | 1 + >> .../drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt | 1 + >> 2 files changed, 2 insertions(+) >> >> diff --git >> a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt >> b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt >> index 7e4d8744fcc6..f0576aa629e8 100644 >> --- a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt >> +++ b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt >> @@ -15,3 +15,4 @@ kms_plane_alpha_blend@alpha-7efc,Fail >> kms_plane_alpha_blend@coverage-7efc,Fail >> kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail >> kms_rmfb@close-fd,Fail >> +kms_universal_plane@universal-plane-sanity,Fail >> diff --git >> a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt >> index 7e4d8744fcc6..f0576aa629e8 100644 >> --- >> a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt >> +++ >> b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt >> @@ -15,3 +15,4 @@ kms_plane_alpha_blend@alpha-7efc,Fail >> kms_plane_alpha_blend@coverage-7efc,Fail >> kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail >> kms_rmfb@close-fd,Fail >> +kms_universal_plane@universal-plane-sanity,Fail
diff --git a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt index 7e4d8744fcc6..f0576aa629e8 100644 --- a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt +++ b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt @@ -15,3 +15,4 @@ kms_plane_alpha_blend@alpha-7efc,Fail kms_plane_alpha_blend@coverage-7efc,Fail kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail kms_rmfb@close-fd,Fail +kms_universal_plane@universal-plane-sanity,Fail diff --git a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt index 7e4d8744fcc6..f0576aa629e8 100644 --- a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt +++ b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt @@ -15,3 +15,4 @@ kms_plane_alpha_blend@alpha-7efc,Fail kms_plane_alpha_blend@coverage-7efc,Fail kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail kms_rmfb@close-fd,Fail +kms_universal_plane@universal-plane-sanity,Fail
The test kms_universal_plane@universal-plane-sanity fails on both SC7180 platforms. The drm/msm returns -ERANGE as it can not handle passet scaling range, however the test is not ready to handle that. Mark the test as failing until it is fixed. ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Test assertion failure function sanity_test_pipe, file ../tests/kms_universal_plane.c:438: ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Failed assertion: drmModeSetPlane(data->drm_fd, primary->drm_plane->plane_id, output->config.crtc->crtc_id, test.oversized_fb.fb_id, 0, 0, 0, mode->hdisplay + 100, mode->vdisplay + 100, IGT_FIXED(0,0), IGT_FIXED(0,0), IGT_FIXED(mode->hdisplay,0), IGT_FIXED(mode->vdisplay,0)) == expect ERROR - Igt error: (kms_universal_plane:1554) CRITICAL: Last errno: 34, Numerical result out of range Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- .../gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt | 1 + .../drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt | 1 + 2 files changed, 2 insertions(+)