diff options
author | Naladala Ramanaidu <ramanaidu.naladala@intel.com> | 2025-06-13 11:03:14 +0530 |
---|---|---|
committer | Naladala Ramanaidu <ramanaidu.naladala@intel.com> | 2025-06-17 15:17:48 +0530 |
commit | a0d787e069ce10aa444c54b7d1ffdf5894826c68 (patch) | |
tree | eaae1a05e5d504409d7de1f6fed93280d69c8e72 | |
parent | 71b96fdb94fc8c58e7ccc35eb1c7abbea55adbb0 (diff) |
The second scaler does not support downscaling in either
vertical or horizontal dimensions. Blocklist the affected IGT
kms_plane_scaling tests that involve downscaling scenarios
unsupported by the second scaler.
v2: Update list as per review comments. (Karthik)
Bspec: 69901
Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
-rw-r--r-- | tests/intel-ci/xe.blocklist.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt index ebe1ff006..dcdce8b20 100644 --- a/tests/intel-ci/xe.blocklist.txt +++ b/tests/intel-ci/xe.blocklist.txt @@ -82,6 +82,8 @@ igt@kms_pm_rpm@cursor.* ################################################################## igt@kms_atomic@plane-primary-overlay-mutable-zpos igt@kms_plane_scaling@.*downscale-factor-0-25.* +igt@kms_plane_scaling@planes-downscale-factor-(0-25|0-5|0-75) +igt@kms_plane_scaling@planes-upscale-.*downscale-.* igt@kms_prime@.* igt@kms_scaling_modes@scaling-mode-none igt@kms_writeback@writeback.* |