public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Karthik B S <karthik.b.s@intel.com>
To: "Sharma, Swati2" <swati2.sharma@intel.com>,
	<igt-dev@lists.freedesktop.org>
Subject: Re: [PATCH i-g-t 1/2] intel-ci: Add valid skips on kms_plane to display blocklist
Date: Thu, 5 Feb 2026 08:58:51 +0530	[thread overview]
Message-ID: <e33bc25e-0b9b-4404-bac5-9185df5fe740@intel.com> (raw)
In-Reply-To: <9e01c2ae-2628-4f2b-8f11-3394cffb3176@intel.com>

Hi Swati,

On 2/4/2026 5:59 PM, Sharma, Swati2 wrote:
> Hi Karthik,
>
> If possible can we add similar change for xe.nvl.display.blocklist.txt 
> ? These skips are valid for NVL too.

Sure, will add these changes for NVL.

Thanks and Regards,
Karthik.B.S
>
> On 02-02-2026 02:02 pm, Karthik B S wrote:
>> Multiple kms_plane@pixel-format-* are skipping as those modifiers are
>> not on bmg,lnl and ptl. Add these subtests into relavent blocklists.
>>
>> Signed-off-by: Karthik B S <karthik.b.s@intel.com>
>> ---
>>   tests/intel-ci/xe.bmg.display.blocklist.txt | 2 ++
>>   tests/intel-ci/xe.lnl.display.blocklist.txt | 3 ++-
>>   tests/intel-ci/xe.ptl.display.blocklist.txt | 3 +++
>>   3 files changed, 7 insertions(+), 1 deletion(-)
>>
>> diff --git a/tests/intel-ci/xe.bmg.display.blocklist.txt 
>> b/tests/intel-ci/xe.bmg.display.blocklist.txt
>> index 2c0c4a0e8..86c1bbd72 100644
>> --- a/tests/intel-ci/xe.bmg.display.blocklist.txt
>> +++ b/tests/intel-ci/xe.bmg.display.blocklist.txt
>> @@ -11,6 +11,7 @@ igt@kms_flip_scaled_crc@.*(yf|y)tile.*
>>   igt@kms_async_flips@invalid-async-flip
>>   igt@kms_addfb_basic@addfb25-y-tiled-small-legacy
>>   igt@kms_pipe_stress@stress-xrgb8888-(y|yf)tiled
>> +igt@kms_plane@pixel-format-(y|yf)-tiled.*
>>   #########################################
>>   # Valid skip :- 90/270 rotation is not supported
>>   ##########################################
>> @@ -116,6 +117,7 @@ igt@kms_ccs@.*-dg2-.*
>>   igt@kms_ccs@.*-lnl-.*
>>   igt@kms_ccs@.*-mtl-.*
>>   igt@kms_flip_scaled_crc@.*dg2rcccs.*
>> +igt@kms_plane@pixel-format.*(mtl|dg2).*
>>   ##########################################
>>   # Valid skip :- Simulation specific
>>   ##########################################
>> diff --git a/tests/intel-ci/xe.lnl.display.blocklist.txt 
>> b/tests/intel-ci/xe.lnl.display.blocklist.txt
>> index d92e12d64..d280fb16a 100644
>> --- a/tests/intel-ci/xe.lnl.display.blocklist.txt
>> +++ b/tests/intel-ci/xe.lnl.display.blocklist.txt
>> @@ -11,6 +11,7 @@ igt@kms_flip_scaled_crc@.*(yf|y)tile.*
>>   igt@kms_async_flips@invalid-async-flip
>>   igt@kms_addfb_basic@addfb25-y-tiled-small-legacy
>>   igt@kms_pipe_stress@stress-xrgb8888-(y|yf)tiled
>> +igt@kms_plane@pixel-format-(y|yf)-tiled.*
>>   #########################################
>>   # Valid skip :- 90/270 rotations are not supported
>>   ##########################################
>> @@ -85,7 +86,7 @@ igt@kms_ccs@.*-dg2-.*
>>   igt@kms_ccs@.*-mtl-.*
>>   igt@kms_flip_scaled_crc@.*dg2rcccs.*
>>   igt@kms_ccs@.*4-tiled-bmg-ccs
>> -
>> +igt@kms_plane@pixel-format.*(mtl|dg2).*
>>   ##########################################
>>   # Valid skip :- Simulation specific
>>   ##########################################
>> diff --git a/tests/intel-ci/xe.ptl.display.blocklist.txt 
>> b/tests/intel-ci/xe.ptl.display.blocklist.txt
>> index e9d0775e7..bb5c83f15 100644
>> --- a/tests/intel-ci/xe.ptl.display.blocklist.txt
>> +++ b/tests/intel-ci/xe.ptl.display.blocklist.txt
>> @@ -19,6 +19,7 @@ 
>> igt@kms_(plane_lowres|frontbuffer_tracking|plane_multiple)@.*tiling-y.*
>>   igt@kms_flip_scaled_crc@.*(yf|y)tile.*
>>   igt@kms_addfb_basic@addfb25-y-tiled-small-legacy
>>   igt@kms_pipe_stress@stress-xrgb8888-(y|yf)tiled
>> +igt@kms_plane@pixel-format-(y|yf)-tiled.*
>> ##############################################################################
>>   # Valid skip: Test skip due to hybrid config requirement
>> ##############################################################################
>> @@ -71,6 +72,7 @@ igt@kms_scaling_modes@scaling-mode-none
>>   igt@kms_ccs@.*-dg2-.*
>>   igt@kms_ccs@.*-mtl-.*
>>   igt@kms_flip_scaled_crc@.*dg2rcccs.*
>> +igt@kms_plane@pixel-format.*(mtl|dg2).*
>> ##############################################################################
>>   # Valid skip: Valid for display ver < 13
>> ##############################################################################
>> @@ -148,6 +150,7 @@ igt@kms_rotation_crc@primary-4-tiled-reflect-x.*
>> ##############################################################################
>> igt@kms_(plane_lowres|plane_multiple|rotation_crc|big_fb|flip_scaled_crc)@.*(x-tile|xtile|tiling-x).*
>>   igt@kms_pipe_stress@stress-xrgb8888-xtiled
>> +igt@kms_plane@pixel-format-x-tiled.*
>> ##############################################################################
>>   # Not supported by current CI configs
>> ##############################################################################

      reply	other threads:[~2026-02-05  3:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-02  8:32 [PATCH i-g-t 1/2] intel-ci: Add valid skips on kms_plane to display blocklist Karthik B S
2026-02-02  8:33 ` [PATCH i-g-t 2/2] intel-ci: Add linear-reflect-x tests to display blocklists Karthik B S
2026-02-02  9:23   ` B, Jeevan
2026-02-02  9:22 ` [PATCH i-g-t 1/2] intel-ci: Add valid skips on kms_plane to display blocklist B, Jeevan
2026-02-03  1:48 ` ✓ i915.CI.BAT: success for series starting with [i-g-t,1/2] " Patchwork
2026-02-03  3:02 ` ✓ Xe.CI.BAT: " Patchwork
2026-02-03 12:03 ` ✗ i915.CI.Full: failure " Patchwork
2026-02-03 13:16 ` ✗ Xe.CI.FULL: " Patchwork
2026-02-04  6:19   ` Karthik B S
2026-02-04 12:29 ` [PATCH i-g-t 1/2] " Sharma, Swati2
2026-02-05  3:28   ` Karthik B S [this message]

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=e33bc25e-0b9b-4404-bac5-9185df5fe740@intel.com \
    --to=karthik.b.s@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=swati2.sharma@intel.com \
    /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