diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-02-16 21:56:50 +0100 |
---|---|---|
committer | Helen Koike <helen.koike@collabora.com> | 2024-02-19 17:38:21 +0100 |
commit | e3481abc2c625f1085cb9e16f95a7ea7f6dbb9ee (patch) | |
tree | 04a93e32abf63d3ca10eb0bf0d8fa807ac7532cf /drivers | |
parent | drm/panel: simple: Add BOE BP082WX1-100 8.2" panel (diff) | |
download | linux-e3481abc2c625f1085cb9e16f95a7ea7f6dbb9ee.tar.xz linux-e3481abc2c625f1085cb9e16f95a7ea7f6dbb9ee.zip |
drm/ci: skip suspend tests for both msm-sc7180 machines
The commit ea489a3d983b ("drm/ci: add sc7180-trogdor-kingoftown")
dropped the msm-sc7180-skips.txt file, which disabled suspend-to-RAM
tests. However testing shows that STR tests still can fail. Restore the
skiplist, applying it to both limozeen and kingoftown machines.
Fixes: ea489a3d983b ("drm/ci: add sc7180-trogdor-kingoftown")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Vignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240216205650.2446153-1-dmitry.baryshkov@linaro.org
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt new file mode 100644 index 000000000000..327039f70252 --- /dev/null +++ b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt @@ -0,0 +1,2 @@ +# Suspend to RAM seems to be broken on this machine +.*suspend.* diff --git a/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt new file mode 100644 index 000000000000..327039f70252 --- /dev/null +++ b/drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt @@ -0,0 +1,2 @@ +# Suspend to RAM seems to be broken on this machine +.*suspend.* |