Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/ci: Uprev igt

Pull in igt updates that are a dependency for VM_BIND, and will reduce
msm_mapping flakes.

Skip msm_mapping@memptrs on sc7180 (the test should be checking for
preemption support, and skipping if it is not supported).

Closes: https://gitlab.freedesktop.org/drm/msm/-/issues/77
Signed-off-by: Rob Clark <robin.clark@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/662524/

Rob Clark 3a312a08 cd86e80b

+11 -1
+1 -1
drivers/gpu/drm/ci/gitlab-ci.yml
··· 5 5 UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git 6 6 TARGET_BRANCH: drm-next 7 7 8 - IGT_VERSION: 04bedb9238586b81d4d4ca62b02e584f6cfc77af 8 + IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd 9 9 10 10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git 11 11 DEQP_RUNNER_GIT_TAG: v0.20.0
+5
drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-skips.txt
··· 32 32 33 33 # It causes other tests to fail, so skip it. 34 34 kms_invalid_mode@overflow-vrefresh 35 + 36 + # sc7180 does not have APRIV, so memptrs is not protected. 37 + # (Preemption is not supported on devices that do not have 38 + # APRIV, so this is ok) 39 + msm/msm_mapping@memptrs
+5
drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-skips.txt
··· 23 23 # https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162 24 24 kms_display_modes@extended-mode-basic 25 25 kms_display_modes@mst-extended-mode-negative 26 + 27 + # sc7180 does not have APRIV, so memptrs is not protected. 28 + # (Preemption is not supported on devices that do not have 29 + # APRIV, so this is ok) 30 + msm/msm_mapping@memptrs