Commit 3a312a08 authored by Rob Clark's avatar Rob Clark
Browse files

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: default avatarRob Clark <robin.clark@oss.qualcomm.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/662524/
parent cd86e80b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ variables:
  UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
  TARGET_BRANCH: drm-next

  IGT_VERSION: 04bedb9238586b81d4d4ca62b02e584f6cfc77af
  IGT_VERSION: 129d5b10baaadea1d6cd6377341c4cb42e7ee6fd

  DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git
  DEQP_RUNNER_GIT_TAG: v0.20.0
+5 −0
Original line number Diff line number Diff line
@@ -32,3 +32,8 @@ kms_display_modes@mst-extended-mode-negative

# It causes other tests to fail, so skip it.
kms_invalid_mode@overflow-vrefresh

# sc7180 does not have APRIV, so memptrs is not protected.
# (Preemption is not supported on devices that do not have
# APRIV, so this is ok)
msm/msm_mapping@memptrs
+5 −0
Original line number Diff line number Diff line
@@ -23,3 +23,8 @@ core_hotunplug.*
# https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/162
kms_display_modes@extended-mode-basic
kms_display_modes@mst-extended-mode-negative

# sc7180 does not have APRIV, so memptrs is not protected.
# (Preemption is not supported on devices that do not have
# APRIV, so this is ok)
msm/msm_mapping@memptrs