Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2] tests/intel/kms_cdclk: skip cdclk tests for bmg
@ 2024-09-02  8:32 Vinod Govindapillai
  2024-09-02 12:48 ` Sharma, Swati2
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Vinod Govindapillai @ 2024-09-02  8:32 UTC (permalink / raw)
  To: igt-dev
  Cc: vinod.govindapillai, juha-pekka.heikkila, matthew.d.roper,
	swati2.sharma

As there is only one cdclk option in BMG, these cdclk tests
which look for change in cdclk frequency when changing
between high and low resolution mode will fail. So skip
these tests for bmg

v2: Add WA info as a comment (Matt Roper)
    fix commit header description (Swati)

Acked-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
---
 tests/intel/kms_cdclk.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/intel/kms_cdclk.c b/tests/intel/kms_cdclk.c
index 6fe6e6c3f..382b3e9d1 100644
--- a/tests/intel/kms_cdclk.c
+++ b/tests/intel/kms_cdclk.c
@@ -402,6 +402,9 @@ igt_main
 			      "Hardware doesn't support crawling/squashing.\n");
 		igt_display_require(&data.display, data.drm_fd);
 		igt_display_require_output(&data.display);
+
+		/* Wa_15015413771: Only single possible cdclk value in XE2_HPD */
+		igt_require(!IS_BATTLEMAGE(data.devid));
 	}
 
 	igt_describe("Plane scaling test to validate cdclk frequency change.");
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-03 20:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02  8:32 [PATCH i-g-t v2] tests/intel/kms_cdclk: skip cdclk tests for bmg Vinod Govindapillai
2024-09-02 12:48 ` Sharma, Swati2
2024-09-02 16:39 ` ✓ CI.xeBAT: success for " Patchwork
2024-09-02 16:44 ` ✓ Fi.CI.BAT: " Patchwork
2024-09-02 19:16 ` ✗ CI.xeFULL: failure " Patchwork
2024-09-03  6:29   ` Govindapillai, Vinod
2024-09-03 20:10 ` ✗ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox