Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Swati Sharma <swati2.sharma@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Swati Sharma <swati2.sharma@intel.com>
Subject: [PATCH i-g-t 0/2] tests/intel/kms_sharpness_filter: Fix tap filter test failures
Date: Thu,  9 Jul 2026 00:43:04 +0530	[thread overview]
Message-ID: <20260708191306.2995928-1-swati2.sharma@intel.com> (raw)

Fix two issues in the filter-tap subtest:

1. get_modes_for_filter_taps() could select modes requiring bigjoiner
(e.g. 7680x2160@60) for tap filter testing, but joiner + CASF is
currently unsupported. Filter out such modes using
igt_bigjoiner_possible() against the platform's max dotclock.

2. After each tap iteration, cleanup() calls igt_display_reset() which
clears the output's pending_crtc binding. Subsequent tap iterations
(e.g. tap-5 after tap-3) then fail with EIO during pipe CRC
collection because the output has no CRTC assigned. Fix by
conditionally restoring the CRTC binding via igt_output_set_crtc()
when pending_crtc is NULL.

Swati Sharma (2):
  tests/intel/kms_sharpness_filter: Skip joiner modes
  tests/intel/kms_sharpness_filter: Restore CRTC binding

 tests/intel/kms_sharpness_filter.c | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

-- 
2.25.1


             reply	other threads:[~2026-07-08 19:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-08 19:13 Swati Sharma [this message]
2026-07-08 19:13 ` [PATCH i-g-t 1/2] tests/intel/kms_sharpness_filter: Skip joiner modes Swati Sharma
2026-07-08 19:13 ` [PATCH i-g-t 2/2] tests/intel/kms_sharpness_filter: Restore CRTC binding Swati Sharma
2026-07-08 20:01 ` ✓ Xe.CI.BAT: success for tests/intel/kms_sharpness_filter: Fix tap filter test failures (rev2) Patchwork
2026-07-08 20:19 ` ✓ i915.CI.BAT: " Patchwork
2026-07-09 19:20 ` ✓ i915.CI.Full: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260708191306.2995928-1-swati2.sharma@intel.com \
    --to=swati2.sharma@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox