On Wed, Jan 21, 2026 at 12:41 AM Dmitry Baryshkov <[email protected]> wrote: > > It seems, on SC7180 color conversion results are not included into the > CRC calculation (unlike SM8350). The fails for SC7180 already lists CTM > tests. Add gamma-related tests too. > > Signed-off-by: Dmitry Baryshkov <[email protected]> > --- > This is the fix for the IGT failures reported with [1] applied. See the > pipeline at [2] and [3]. > > [1] > https://lore.kernel.org/all/[email protected]/ > [2] https://gitlab.freedesktop.org/drm/msm/-/pipelines/1587979 > [3] https://gitlab.freedesktop.org/drm/msm/-/pipelines/1587942 > --- > drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-kingoftown-fails.txt | 4 > ++++ > drivers/gpu/drm/ci/xfails/msm-sc7180-trogdor-lazor-limozeen-fails.txt | 4 > ++++ > 2 files changed, 8 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 e4a8f8352cd6..ae36a39619c6 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 > @@ -6,12 +6,16 @@ kms_color@ctm-green-to-red,Fail > kms_color@ctm-negative,Fail > kms_color@ctm-red-to-blue,Fail > kms_color@ctm-signed,Fail > +kms_color@gamma,Fail > +kms_color@legacy-gamma,Fail > kms_cursor_legacy@cursor-vs-flip-toggle,Fail > kms_cursor_legacy@cursor-vs-flip-varying-size,Fail > kms_flip@flip-vs-modeset-vs-hang,Fail > kms_flip@flip-vs-panning-vs-hang,Fail > kms_lease@lease-uevent,Fail > kms_pipe_crc_basic@compare-crc-sanitycheck-nv12,Fail > +kms_plane@pixel-format,Fail > +kms_plane@pixel-format-source-clamping,Fail
It is nice to see a comment in xfails about the reason And maybe this should be squashed into [1]? BR, -R > kms_plane_alpha_blend@alpha-7efc,Fail > kms_plane_alpha_blend@coverage-7efc,Fail > kms_plane_alpha_blend@coverage-vs-premult-vs-constant,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 e4a8f8352cd6..ae36a39619c6 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 > @@ -6,12 +6,16 @@ kms_color@ctm-green-to-red,Fail > kms_color@ctm-negative,Fail > kms_color@ctm-red-to-blue,Fail > kms_color@ctm-signed,Fail > +kms_color@gamma,Fail > +kms_color@legacy-gamma,Fail > kms_cursor_legacy@cursor-vs-flip-toggle,Fail > kms_cursor_legacy@cursor-vs-flip-varying-size,Fail > kms_flip@flip-vs-modeset-vs-hang,Fail > kms_flip@flip-vs-panning-vs-hang,Fail > kms_lease@lease-uevent,Fail > kms_pipe_crc_basic@compare-crc-sanitycheck-nv12,Fail > +kms_plane@pixel-format,Fail > +kms_plane@pixel-format-source-clamping,Fail > kms_plane_alpha_blend@alpha-7efc,Fail > kms_plane_alpha_blend@coverage-7efc,Fail > kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail > > --- > base-commit: f185076da44c774241a16a82a7773ece3c1c607b > change-id: 20260121-dpu-sc7180-ignore-gamma-dcff660aed40 > prerequisite-change-id: 20251017-dpu-add-dspp-gc-driver-c5d1c08be770:v3 > prerequisite-patch-id: 7a52c31208202effb5cc4b7aaf6d6a75eb9a258d > > Best regards, > -- > With best wishes > Dmitry >
