* [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions
@ 2025-06-26 17:42 Jani Nikula
2025-06-26 17:42 ` [PATCH 1/8] drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
` (15 more replies)
0 siblings, 16 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:42 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula
We have intel_de_wait_*() functions for waiting for register bits to
reach a value. Use them instead of depending on the i915 helpers from
i915_utils.h.
Jani Nikula (8):
drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for()
drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us()
drm/i915/dpll: use intel_de_wait_custom() instead of wait_for_us()
drm/i915/cdclk: use intel_de_wait_custom() instead of wait_for_us()
drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for()
drm/i915/power: use intel_de_wait_custom() instead of wait_for_us()
drm/i915/pch: use intel_de_wait_custom() instead of wait_for_us()
drm/i915/dsi: use intel_de_wait_custom() instead of wait_for_us()
drivers/gpu/drm/i915/display/icl_dsi.c | 41 +++++++++++++------
drivers/gpu/drm/i915/display/intel_cdclk.c | 12 ++++--
drivers/gpu/drm/i915/display/intel_ddi.c | 14 ++++++-
.../drm/i915/display/intel_display_power.c | 14 +++++--
drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 20 ++++++---
drivers/gpu/drm/i915/display/intel_hdcp.c | 10 +++--
drivers/gpu/drm/i915/display/intel_hdmi.c | 6 +--
.../gpu/drm/i915/display/intel_pch_refclk.c | 14 +++++--
8 files changed, 91 insertions(+), 40 deletions(-)
--
2.39.5
^ permalink raw reply [flat|nested] 20+ messages in thread
* [PATCH 1/8] drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for()
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
@ 2025-06-26 17:42 ` Jani Nikula
2025-06-26 17:43 ` [PATCH 2/8] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
` (14 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:42 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula
Prefer the register read specific wait function over i915 wait_for().
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_hdmi.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_hdmi.c b/drivers/gpu/drm/i915/display/intel_hdmi.c
index 9961ff259298..8ba61259336e 100644
--- a/drivers/gpu/drm/i915/display/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/display/intel_hdmi.c
@@ -1582,9 +1582,9 @@ bool intel_hdmi_hdcp_check_link_once(struct intel_digital_port *dig_port,
intel_de_write(display, HDCP_RPRIME(display, cpu_transcoder, port), ri.reg);
/* Wait for Ri prime match */
- if (wait_for((intel_de_read(display, HDCP_STATUS(display, cpu_transcoder, port)) &
- (HDCP_STATUS_RI_MATCH | HDCP_STATUS_ENC)) ==
- (HDCP_STATUS_RI_MATCH | HDCP_STATUS_ENC), 1)) {
+ ret = intel_de_wait_for_set(display, HDCP_STATUS(display, cpu_transcoder, port),
+ HDCP_STATUS_RI_MATCH | HDCP_STATUS_ENC, 1);
+ if (ret) {
drm_dbg_kms(display->drm, "Ri' mismatch detected (%x)\n",
intel_de_read(display, HDCP_STATUS(display, cpu_transcoder,
port)));
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH 2/8] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us()
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
2025-06-26 17:42 ` [PATCH 1/8] drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
@ 2025-06-26 17:43 ` Jani Nikula
2025-06-26 19:03 ` Jani Nikula
2025-06-26 19:05 ` [PATCH v2] " Jani Nikula
2025-06-26 17:43 ` [PATCH 3/8] drm/i915/dpll: " Jani Nikula
` (13 subsequent siblings)
15 siblings, 2 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:43 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula
Prefer the register read specific wait function over i915 wait_for_us().
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_ddi.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index 0405396c7750..39613f86f1ce 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -2561,6 +2561,7 @@ mtl_ddi_enable_d2d(struct intel_encoder *encoder)
enum port port = encoder->port;
i915_reg_t reg;
u32 set_bits, wait_bits;
+ int ret;
if (DISPLAY_VER(display) < 14)
return;
@@ -2576,7 +2577,11 @@ mtl_ddi_enable_d2d(struct intel_encoder *encoder)
}
intel_de_rmw(display, reg, 0, set_bits);
- if (wait_for_us(intel_de_read(display, reg) & wait_bits, 100)) {
+
+ ret = intel_de_wait_custom(display, reg,
+ wait_bits, wait_bits,
+ 100, 0, NULL);
+ if (ret) {
drm_err(display->drm, "Timeout waiting for D2D Link enable for DDI/PORT_BUF_CTL %c\n",
port_name(port));
}
@@ -3058,6 +3063,7 @@ mtl_ddi_disable_d2d(struct intel_encoder *encoder)
enum port port = encoder->port;
i915_reg_t reg;
u32 clr_bits, wait_bits;
+ int ret;
if (DISPLAY_VER(display) < 14)
return;
@@ -3073,7 +3079,11 @@ mtl_ddi_disable_d2d(struct intel_encoder *encoder)
}
intel_de_rmw(display, reg, clr_bits, 0);
- if (wait_for_us(!(intel_de_read(display, reg) & wait_bits), 100))
+
+ ret = intel_de_wait_custom(display, reg,
+ wait_bits, wait_bits,
+ 100, 0, NULL);
+ if (ret)
drm_err(display->drm, "Timeout waiting for D2D Link disable for DDI/PORT_BUF_CTL %c\n",
port_name(port));
}
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH 3/8] drm/i915/dpll: use intel_de_wait_custom() instead of wait_for_us()
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
2025-06-26 17:42 ` [PATCH 1/8] drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
2025-06-26 17:43 ` [PATCH 2/8] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
@ 2025-06-26 17:43 ` Jani Nikula
2025-06-26 17:43 ` [PATCH 4/8] drm/i915/cdclk: " Jani Nikula
` (12 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:43 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula
Prefer the register read specific wait function over i915 wait_for_us().
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 20 +++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
index 33e0398120c8..8ea96cc524a1 100644
--- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
+++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
@@ -2046,6 +2046,7 @@ static void bxt_ddi_pll_enable(struct intel_display *display,
enum dpio_phy phy = DPIO_PHY0;
enum dpio_channel ch = DPIO_CH0;
u32 temp;
+ int ret;
bxt_port_to_phy_channel(display, port, &phy, &ch);
@@ -2056,8 +2057,10 @@ static void bxt_ddi_pll_enable(struct intel_display *display,
intel_de_rmw(display, BXT_PORT_PLL_ENABLE(port),
0, PORT_PLL_POWER_ENABLE);
- if (wait_for_us((intel_de_read(display, BXT_PORT_PLL_ENABLE(port)) &
- PORT_PLL_POWER_STATE), 200))
+ ret = intel_de_wait_custom(display, BXT_PORT_PLL_ENABLE(port),
+ PORT_PLL_POWER_STATE, PORT_PLL_POWER_STATE,
+ 200, 0, NULL);
+ if (ret)
drm_err(display->drm,
"Power state not set for PLL:%d\n", port);
}
@@ -2119,8 +2122,10 @@ static void bxt_ddi_pll_enable(struct intel_display *display,
intel_de_rmw(display, BXT_PORT_PLL_ENABLE(port), 0, PORT_PLL_ENABLE);
intel_de_posting_read(display, BXT_PORT_PLL_ENABLE(port));
- if (wait_for_us((intel_de_read(display, BXT_PORT_PLL_ENABLE(port)) & PORT_PLL_LOCK),
- 200))
+ ret = intel_de_wait_custom(display, BXT_PORT_PLL_ENABLE(port),
+ PORT_PLL_LOCK, PORT_PLL_LOCK,
+ 200, 0, NULL);
+ if (ret)
drm_err(display->drm, "PLL %d not locked\n", port);
if (display->platform.geminilake) {
@@ -2144,6 +2149,7 @@ static void bxt_ddi_pll_disable(struct intel_display *display,
struct intel_dpll *pll)
{
enum port port = (enum port)pll->info->id; /* 1:1 port->PLL mapping */
+ int ret;
intel_de_rmw(display, BXT_PORT_PLL_ENABLE(port), PORT_PLL_ENABLE, 0);
intel_de_posting_read(display, BXT_PORT_PLL_ENABLE(port));
@@ -2152,8 +2158,10 @@ static void bxt_ddi_pll_disable(struct intel_display *display,
intel_de_rmw(display, BXT_PORT_PLL_ENABLE(port),
PORT_PLL_POWER_ENABLE, 0);
- if (wait_for_us(!(intel_de_read(display, BXT_PORT_PLL_ENABLE(port)) &
- PORT_PLL_POWER_STATE), 200))
+ ret = intel_de_wait_custom(display, BXT_PORT_PLL_ENABLE(port),
+ PORT_PLL_POWER_STATE, 0,
+ 200, 0, NULL);
+ if (ret)
drm_err(display->drm,
"Power state not reset for PLL:%d\n", port);
}
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH 4/8] drm/i915/cdclk: use intel_de_wait_custom() instead of wait_for_us()
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (2 preceding siblings ...)
2025-06-26 17:43 ` [PATCH 3/8] drm/i915/dpll: " Jani Nikula
@ 2025-06-26 17:43 ` Jani Nikula
2025-06-26 17:43 ` [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
` (11 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:43 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula
Prefer the register read specific wait function over i915 wait_for_us().
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_cdclk.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_cdclk.c b/drivers/gpu/drm/i915/display/intel_cdclk.c
index 228aa64c1349..2a2d6714e4f4 100644
--- a/drivers/gpu/drm/i915/display/intel_cdclk.c
+++ b/drivers/gpu/drm/i915/display/intel_cdclk.c
@@ -903,8 +903,10 @@ static void bdw_set_cdclk(struct intel_display *display,
* According to the spec, it should be enough to poll for this 1 us.
* However, extensive testing shows that this can take longer.
*/
- if (wait_for_us(intel_de_read(display, LCPLL_CTL) &
- LCPLL_CD_SOURCE_FCLK_DONE, 100))
+ ret = intel_de_wait_custom(display, LCPLL_CTL,
+ LCPLL_CD_SOURCE_FCLK_DONE, LCPLL_CD_SOURCE_FCLK_DONE,
+ 100, 0, NULL);
+ if (ret)
drm_err(display->drm, "Switching to FCLK failed\n");
intel_de_rmw(display, LCPLL_CTL,
@@ -913,8 +915,10 @@ static void bdw_set_cdclk(struct intel_display *display,
intel_de_rmw(display, LCPLL_CTL,
LCPLL_CD_SOURCE_FCLK, 0);
- if (wait_for_us((intel_de_read(display, LCPLL_CTL) &
- LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
+ ret = intel_de_wait_custom(display, LCPLL_CTL,
+ LCPLL_CD_SOURCE_FCLK_DONE, 0,
+ 1, 0, NULL);
+ if (ret)
drm_err(display->drm, "Switching back to LCPLL failed\n");
intel_pcode_write(display->drm, HSW_PCODE_DE_WRITE_FREQ_REQ,
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for()
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (3 preceding siblings ...)
2025-06-26 17:43 ` [PATCH 4/8] drm/i915/cdclk: " Jani Nikula
@ 2025-06-26 17:43 ` Jani Nikula
2025-06-30 6:23 ` Kandpal, Suraj
2025-06-26 17:43 ` [PATCH 6/8] drm/i915/power: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
` (10 subsequent siblings)
15 siblings, 1 reply; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:43 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula, Suraj Kandpal
Prefer the register read specific wait function over i915 wait_for().
Note that there's a slight functional change: both HDCP_STATUS_R0_READY
and HDCP_STATUS_ENC need to be set instead of just one or the
other. This is likely the intention, though, as this was fixed for HDMI
in commit 3ffaf56e912e ("drm/i915: HDCP: fix Ri prime check done during
link check").
Cc: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_hdcp.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_hdcp.c b/drivers/gpu/drm/i915/display/intel_hdcp.c
index 619ccfc33000..c480a75b5fb9 100644
--- a/drivers/gpu/drm/i915/display/intel_hdcp.c
+++ b/drivers/gpu/drm/i915/display/intel_hdcp.c
@@ -903,8 +903,9 @@ static int intel_hdcp_auth(struct intel_connector *connector)
HDCP_CONF_AUTH_AND_ENC);
/* Wait for R0 ready */
- if (wait_for(intel_de_read(display, HDCP_STATUS(display, cpu_transcoder, port)) &
- (HDCP_STATUS_R0_READY | HDCP_STATUS_ENC), 1)) {
+ ret = intel_de_wait_for_set(display, HDCP_STATUS(display, cpu_transcoder, port),
+ HDCP_STATUS_R0_READY | HDCP_STATUS_ENC, 1);
+ if (ret) {
drm_err(display->drm, "Timed out waiting for R0 ready\n");
return -ETIMEDOUT;
}
@@ -936,8 +937,9 @@ static int intel_hdcp_auth(struct intel_connector *connector)
ri.reg);
/* Wait for Ri prime match */
- if (!wait_for(intel_de_read(display, HDCP_STATUS(display, cpu_transcoder, port)) &
- (HDCP_STATUS_RI_MATCH | HDCP_STATUS_ENC), 1))
+ ret = intel_de_wait_for_set(display, HDCP_STATUS(display, cpu_transcoder, port),
+ HDCP_STATUS_RI_MATCH | HDCP_STATUS_ENC, 1);
+ if (!ret)
break;
}
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH 6/8] drm/i915/power: use intel_de_wait_custom() instead of wait_for_us()
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (4 preceding siblings ...)
2025-06-26 17:43 ` [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
@ 2025-06-26 17:43 ` Jani Nikula
2025-06-26 17:43 ` [PATCH 7/8] drm/i915/pch: " Jani Nikula
` (9 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:43 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula
Prefer the register read specific wait function over i915 wait_for_us().
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_display_power.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm/i915/display/intel_display_power.c
index 273054c22325..2c2b23a138cc 100644
--- a/drivers/gpu/drm/i915/display/intel_display_power.c
+++ b/drivers/gpu/drm/i915/display/intel_display_power.c
@@ -1278,6 +1278,7 @@ static void hsw_disable_lcpll(struct intel_display *display,
bool switch_to_fclk, bool allow_power_down)
{
u32 val;
+ int ret;
assert_can_disable_lcpll(display);
@@ -1287,8 +1288,10 @@ static void hsw_disable_lcpll(struct intel_display *display,
val |= LCPLL_CD_SOURCE_FCLK;
intel_de_write(display, LCPLL_CTL, val);
- if (wait_for_us(intel_de_read(display, LCPLL_CTL) &
- LCPLL_CD_SOURCE_FCLK_DONE, 1))
+ ret = intel_de_wait_custom(display, LCPLL_CTL,
+ LCPLL_CD_SOURCE_FCLK_DONE, LCPLL_CD_SOURCE_FCLK_DONE,
+ 1, 0, NULL);
+ if (ret)
drm_err(display->drm, "Switching to FCLK failed\n");
val = intel_de_read(display, LCPLL_CTL);
@@ -1324,6 +1327,7 @@ static void hsw_restore_lcpll(struct intel_display *display)
{
struct drm_i915_private __maybe_unused *dev_priv = to_i915(display->drm);
u32 val;
+ int ret;
val = intel_de_read(display, LCPLL_CTL);
@@ -1358,8 +1362,10 @@ static void hsw_restore_lcpll(struct intel_display *display)
if (val & LCPLL_CD_SOURCE_FCLK) {
intel_de_rmw(display, LCPLL_CTL, LCPLL_CD_SOURCE_FCLK, 0);
- if (wait_for_us((intel_de_read(display, LCPLL_CTL) &
- LCPLL_CD_SOURCE_FCLK_DONE) == 0, 1))
+ ret = intel_de_wait_custom(display, LCPLL_CTL,
+ LCPLL_CD_SOURCE_FCLK_DONE, 0,
+ 1, 0, NULL);
+ if (ret)
drm_err(display->drm,
"Switching back to LCPLL failed\n");
}
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH 7/8] drm/i915/pch: use intel_de_wait_custom() instead of wait_for_us()
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (5 preceding siblings ...)
2025-06-26 17:43 ` [PATCH 6/8] drm/i915/power: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
@ 2025-06-26 17:43 ` Jani Nikula
2025-06-26 17:43 ` [PATCH 8/8] drm/i915/dsi: " Jani Nikula
` (8 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:43 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula
Prefer the register read specific wait function over i915 wait_for_us().
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_pch_refclk.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_pch_refclk.c b/drivers/gpu/drm/i915/display/intel_pch_refclk.c
index d3c5255bf1a8..9ae53679a041 100644
--- a/drivers/gpu/drm/i915/display/intel_pch_refclk.c
+++ b/drivers/gpu/drm/i915/display/intel_pch_refclk.c
@@ -17,16 +17,22 @@
static void lpt_fdi_reset_mphy(struct intel_display *display)
{
+ int ret;
+
intel_de_rmw(display, SOUTH_CHICKEN2, 0, FDI_MPHY_IOSFSB_RESET_CTL);
- if (wait_for_us(intel_de_read(display, SOUTH_CHICKEN2) &
- FDI_MPHY_IOSFSB_RESET_STATUS, 100))
+ ret = intel_de_wait_custom(display, SOUTH_CHICKEN2,
+ FDI_MPHY_IOSFSB_RESET_STATUS, FDI_MPHY_IOSFSB_RESET_STATUS,
+ 100, 0, NULL);
+ if (ret)
drm_err(display->drm, "FDI mPHY reset assert timeout\n");
intel_de_rmw(display, SOUTH_CHICKEN2, FDI_MPHY_IOSFSB_RESET_CTL, 0);
- if (wait_for_us((intel_de_read(display, SOUTH_CHICKEN2) &
- FDI_MPHY_IOSFSB_RESET_STATUS) == 0, 100))
+ ret = intel_de_wait_custom(display, SOUTH_CHICKEN2,
+ FDI_MPHY_IOSFSB_RESET_STATUS, 0,
+ 100, 0, NULL);
+ if (ret)
drm_err(display->drm, "FDI mPHY reset de-assert timeout\n");
}
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH 8/8] drm/i915/dsi: use intel_de_wait_custom() instead of wait_for_us()
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (6 preceding siblings ...)
2025-06-26 17:43 ` [PATCH 7/8] drm/i915/pch: " Jani Nikula
@ 2025-06-26 17:43 ` Jani Nikula
2025-06-26 17:52 ` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions Patchwork
` (7 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 17:43 UTC (permalink / raw)
To: intel-gfx, intel-xe; +Cc: jani.nikula
Prefer the register read specific wait function over i915 wait_for_us().
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/icl_dsi.c | 41 ++++++++++++++++++--------
1 file changed, 28 insertions(+), 13 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/icl_dsi.c b/drivers/gpu/drm/i915/display/icl_dsi.c
index 8d9cb73a93a7..44310984bb57 100644
--- a/drivers/gpu/drm/i915/display/icl_dsi.c
+++ b/drivers/gpu/drm/i915/display/icl_dsi.c
@@ -137,8 +137,11 @@ static void wait_for_cmds_dispatched_to_panel(struct intel_encoder *encoder)
/* wait for LP TX in progress bit to be cleared */
for_each_dsi_port(port, intel_dsi->ports) {
dsi_trans = dsi_port_to_transcoder(port);
- if (wait_for_us(!(intel_de_read(display, DSI_LP_MSG(dsi_trans)) &
- LPTX_IN_PROGRESS), 20))
+
+ ret = intel_de_wait_custom(display, DSI_LP_MSG(dsi_trans),
+ LPTX_IN_PROGRESS, 0,
+ 20, 0, NULL);
+ if (ret)
drm_err(display->drm, "LPTX bit not cleared\n");
}
}
@@ -516,13 +519,15 @@ static void gen11_dsi_enable_ddi_buffer(struct intel_encoder *encoder)
struct intel_display *display = to_intel_display(encoder);
struct intel_dsi *intel_dsi = enc_to_intel_dsi(encoder);
enum port port;
+ int ret;
for_each_dsi_port(port, intel_dsi->ports) {
intel_de_rmw(display, DDI_BUF_CTL(port), 0, DDI_BUF_CTL_ENABLE);
- if (wait_for_us(!(intel_de_read(display, DDI_BUF_CTL(port)) &
- DDI_BUF_IS_IDLE),
- 500))
+ ret = intel_de_wait_custom(display, DDI_BUF_CTL(port),
+ DDI_BUF_IS_IDLE, 0,
+ 500, 0, NULL);
+ if (ret)
drm_err(display->drm, "DDI port:%c buffer idle\n",
port_name(port));
}
@@ -838,9 +843,14 @@ gen11_dsi_configure_transcoder(struct intel_encoder *encoder,
/* wait for link ready */
for_each_dsi_port(port, intel_dsi->ports) {
+ int ret;
+
dsi_trans = dsi_port_to_transcoder(port);
- if (wait_for_us((intel_de_read(display, DSI_TRANS_FUNC_CONF(dsi_trans)) &
- LINK_READY), 2500))
+
+ ret = intel_de_wait_custom(display, DSI_TRANS_FUNC_CONF(dsi_trans),
+ LINK_READY, LINK_READY,
+ 2500, 0, NULL);
+ if (ret)
drm_err(display->drm, "DSI link not ready\n");
}
}
@@ -1321,6 +1331,7 @@ static void gen11_dsi_deconfigure_trancoder(struct intel_encoder *encoder)
enum port port;
enum transcoder dsi_trans;
u32 tmp;
+ int ret;
/* disable periodic update mode */
if (is_cmd_mode(intel_dsi)) {
@@ -1337,9 +1348,10 @@ static void gen11_dsi_deconfigure_trancoder(struct intel_encoder *encoder)
tmp &= ~LINK_ULPS_TYPE_LP11;
intel_de_write(display, DSI_LP_MSG(dsi_trans), tmp);
- if (wait_for_us((intel_de_read(display, DSI_LP_MSG(dsi_trans)) &
- LINK_IN_ULPS),
- 10))
+ ret = intel_de_wait_custom(display, DSI_LP_MSG(dsi_trans),
+ LINK_IN_ULPS, LINK_IN_ULPS,
+ 10, 0, NULL);
+ if (ret)
drm_err(display->drm, "DSI link not in ULPS\n");
}
@@ -1367,14 +1379,17 @@ static void gen11_dsi_disable_port(struct intel_encoder *encoder)
struct intel_display *display = to_intel_display(encoder);
struct intel_dsi *intel_dsi = enc_to_intel_dsi(encoder);
enum port port;
+ int ret;
gen11_dsi_ungate_clocks(encoder);
for_each_dsi_port(port, intel_dsi->ports) {
intel_de_rmw(display, DDI_BUF_CTL(port), DDI_BUF_CTL_ENABLE, 0);
- if (wait_for_us((intel_de_read(display, DDI_BUF_CTL(port)) &
- DDI_BUF_IS_IDLE),
- 8))
+ ret = intel_de_wait_custom(display, DDI_BUF_CTL(port),
+ DDI_BUF_IS_IDLE, DDI_BUF_IS_IDLE,
+ 8, 0, NULL);
+
+ if (ret)
drm_err(display->drm,
"DDI port:%c buffer not idle\n",
port_name(port));
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (7 preceding siblings ...)
2025-06-26 17:43 ` [PATCH 8/8] drm/i915/dsi: " Jani Nikula
@ 2025-06-26 17:52 ` Patchwork
2025-06-26 18:06 ` ✗ CI.checksparse: warning " Patchwork
` (6 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2025-06-26 17:52 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-xe
== Series Details ==
Series: drm/i915/display: use intel_de_wait_*() functions
URL : https://patchwork.freedesktop.org/series/150832/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[17:50:56] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[17:51:00] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[17:51:27] Starting KUnit Kernel (1/1)...
[17:51:27] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[17:51:27] ================== guc_buf (11 subtests) ===================
[17:51:27] [PASSED] test_smallest
[17:51:27] [PASSED] test_largest
[17:51:27] [PASSED] test_granular
[17:51:27] [PASSED] test_unique
[17:51:27] [PASSED] test_overlap
[17:51:27] [PASSED] test_reusable
[17:51:27] [PASSED] test_too_big
[17:51:27] [PASSED] test_flush
[17:51:27] [PASSED] test_lookup
[17:51:27] [PASSED] test_data
[17:51:27] [PASSED] test_class
[17:51:27] ===================== [PASSED] guc_buf =====================
[17:51:27] =================== guc_dbm (7 subtests) ===================
[17:51:27] [PASSED] test_empty
[17:51:27] [PASSED] test_default
[17:51:27] ======================== test_size ========================
[17:51:27] [PASSED] 4
[17:51:27] [PASSED] 8
[17:51:27] [PASSED] 32
[17:51:27] [PASSED] 256
[17:51:27] ==================== [PASSED] test_size ====================
[17:51:27] ======================= test_reuse ========================
[17:51:27] [PASSED] 4
[17:51:27] [PASSED] 8
[17:51:27] [PASSED] 32
[17:51:27] [PASSED] 256
[17:51:27] =================== [PASSED] test_reuse ====================
[17:51:27] =================== test_range_overlap ====================
[17:51:27] [PASSED] 4
[17:51:27] [PASSED] 8
[17:51:27] [PASSED] 32
[17:51:27] [PASSED] 256
[17:51:27] =============== [PASSED] test_range_overlap ================
[17:51:27] =================== test_range_compact ====================
[17:51:27] [PASSED] 4
[17:51:27] [PASSED] 8
[17:51:27] [PASSED] 32
[17:51:27] [PASSED] 256
[17:51:27] =============== [PASSED] test_range_compact ================
[17:51:27] ==================== test_range_spare =====================
[17:51:27] [PASSED] 4
[17:51:27] [PASSED] 8
[17:51:27] [PASSED] 32
[17:51:27] [PASSED] 256
[17:51:27] ================ [PASSED] test_range_spare =================
[17:51:27] ===================== [PASSED] guc_dbm =====================
[17:51:27] =================== guc_idm (6 subtests) ===================
[17:51:27] [PASSED] bad_init
[17:51:27] [PASSED] no_init
[17:51:27] [PASSED] init_fini
[17:51:27] [PASSED] check_used
[17:51:28] [PASSED] check_quota
[17:51:28] [PASSED] check_all
[17:51:28] ===================== [PASSED] guc_idm =====================
[17:51:28] ================== no_relay (3 subtests) ===================
[17:51:28] [PASSED] xe_drops_guc2pf_if_not_ready
[17:51:28] [PASSED] xe_drops_guc2vf_if_not_ready
[17:51:28] [PASSED] xe_rejects_send_if_not_ready
[17:51:28] ==================== [PASSED] no_relay =====================
[17:51:28] ================== pf_relay (14 subtests) ==================
[17:51:28] [PASSED] pf_rejects_guc2pf_too_short
[17:51:28] [PASSED] pf_rejects_guc2pf_too_long
[17:51:28] [PASSED] pf_rejects_guc2pf_no_payload
[17:51:28] [PASSED] pf_fails_no_payload
[17:51:28] [PASSED] pf_fails_bad_origin
[17:51:28] [PASSED] pf_fails_bad_type
[17:51:28] [PASSED] pf_txn_reports_error
[17:51:28] [PASSED] pf_txn_sends_pf2guc
[17:51:28] [PASSED] pf_sends_pf2guc
[17:51:28] [SKIPPED] pf_loopback_nop
[17:51:28] [SKIPPED] pf_loopback_echo
[17:51:28] [SKIPPED] pf_loopback_fail
[17:51:28] [SKIPPED] pf_loopback_busy
[17:51:28] [SKIPPED] pf_loopback_retry
[17:51:28] ==================== [PASSED] pf_relay =====================
[17:51:28] ================== vf_relay (3 subtests) ===================
[17:51:28] [PASSED] vf_rejects_guc2vf_too_short
[17:51:28] [PASSED] vf_rejects_guc2vf_too_long
[17:51:28] [PASSED] vf_rejects_guc2vf_no_payload
[17:51:28] ==================== [PASSED] vf_relay =====================
[17:51:28] ================= pf_service (11 subtests) =================
[17:51:28] [PASSED] pf_negotiate_any
[17:51:28] [PASSED] pf_negotiate_base_match
[17:51:28] [PASSED] pf_negotiate_base_newer
[17:51:28] [PASSED] pf_negotiate_base_next
[17:51:28] [SKIPPED] pf_negotiate_base_older
[17:51:28] [PASSED] pf_negotiate_base_prev
[17:51:28] [PASSED] pf_negotiate_latest_match
[17:51:28] [PASSED] pf_negotiate_latest_newer
[17:51:28] [PASSED] pf_negotiate_latest_next
[17:51:28] [SKIPPED] pf_negotiate_latest_older
[17:51:28] [SKIPPED] pf_negotiate_latest_prev
[17:51:28] =================== [PASSED] pf_service ====================
[17:51:28] ===================== lmtt (1 subtest) =====================
[17:51:28] ======================== test_ops =========================
[17:51:28] [PASSED] 2-level
[17:51:28] [PASSED] multi-level
[17:51:28] ==================== [PASSED] test_ops =====================
[17:51:28] ====================== [PASSED] lmtt =======================
[17:51:28] =================== xe_mocs (2 subtests) ===================
[17:51:28] ================ xe_live_mocs_kernel_kunit ================
[17:51:28] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[17:51:28] ================ xe_live_mocs_reset_kunit =================
[17:51:28] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[17:51:28] ==================== [SKIPPED] xe_mocs =====================
[17:51:28] ================= xe_migrate (2 subtests) ==================
[17:51:28] ================= xe_migrate_sanity_kunit =================
[17:51:28] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[17:51:28] ================== xe_validate_ccs_kunit ==================
[17:51:28] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[17:51:28] =================== [SKIPPED] xe_migrate ===================
[17:51:28] ================== xe_dma_buf (1 subtest) ==================
[17:51:28] ==================== xe_dma_buf_kunit =====================
[17:51:28] ================ [SKIPPED] xe_dma_buf_kunit ================
[17:51:28] =================== [SKIPPED] xe_dma_buf ===================
[17:51:28] ================= xe_bo_shrink (1 subtest) =================
[17:51:28] =================== xe_bo_shrink_kunit ====================
[17:51:28] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[17:51:28] ================== [SKIPPED] xe_bo_shrink ==================
[17:51:28] ==================== xe_bo (2 subtests) ====================
[17:51:28] ================== xe_ccs_migrate_kunit ===================
[17:51:28] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[17:51:28] ==================== xe_bo_evict_kunit ====================
[17:51:28] =============== [SKIPPED] xe_bo_evict_kunit ================
[17:51:28] ===================== [SKIPPED] xe_bo ======================
[17:51:28] ==================== args (11 subtests) ====================
[17:51:28] [PASSED] count_args_test
[17:51:28] [PASSED] call_args_example
[17:51:28] [PASSED] call_args_test
[17:51:28] [PASSED] drop_first_arg_example
[17:51:28] [PASSED] drop_first_arg_test
[17:51:28] [PASSED] first_arg_example
[17:51:28] [PASSED] first_arg_test
[17:51:28] [PASSED] last_arg_example
[17:51:28] [PASSED] last_arg_test
[17:51:28] [PASSED] pick_arg_example
[17:51:28] [PASSED] sep_comma_example
[17:51:28] ====================== [PASSED] args =======================
[17:51:28] =================== xe_pci (2 subtests) ====================
[17:51:28] ==================== check_graphics_ip ====================
[17:51:28] [PASSED] 12.70 Xe_LPG
[17:51:28] [PASSED] 12.71 Xe_LPG
[17:51:28] [PASSED] 12.74 Xe_LPG+
[17:51:28] [PASSED] 20.01 Xe2_HPG
[17:51:28] [PASSED] 20.02 Xe2_HPG
[17:51:28] [PASSED] 20.04 Xe2_LPG
[17:51:28] [PASSED] 30.00 Xe3_LPG
[17:51:28] [PASSED] 30.01 Xe3_LPG
[17:51:28] [PASSED] 30.03 Xe3_LPG
[17:51:28] ================ [PASSED] check_graphics_ip ================
[17:51:28] ===================== check_media_ip ======================
[17:51:28] [PASSED] 13.00 Xe_LPM+
[17:51:28] [PASSED] 13.01 Xe2_HPM
[17:51:28] [PASSED] 20.00 Xe2_LPM
[17:51:28] [PASSED] 30.00 Xe3_LPM
[17:51:28] [PASSED] 30.02 Xe3_LPM
stty: 'standard input': Inappropriate ioctl for device
[17:51:28] ================= [PASSED] check_media_ip ==================
[17:51:28] ===================== [PASSED] xe_pci ======================
[17:51:28] =================== xe_rtp (2 subtests) ====================
[17:51:28] =============== xe_rtp_process_to_sr_tests ================
[17:51:28] [PASSED] coalesce-same-reg
[17:51:28] [PASSED] no-match-no-add
[17:51:28] [PASSED] match-or
[17:51:28] [PASSED] match-or-xfail
[17:51:28] [PASSED] no-match-no-add-multiple-rules
[17:51:28] [PASSED] two-regs-two-entries
[17:51:28] [PASSED] clr-one-set-other
[17:51:28] [PASSED] set-field
[17:51:28] [PASSED] conflict-duplicate
[17:51:28] [PASSED] conflict-not-disjoint
[17:51:28] [PASSED] conflict-reg-type
[17:51:28] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[17:51:28] ================== xe_rtp_process_tests ===================
[17:51:28] [PASSED] active1
[17:51:28] [PASSED] active2
[17:51:28] [PASSED] active-inactive
[17:51:28] [PASSED] inactive-active
[17:51:28] [PASSED] inactive-1st_or_active-inactive
[17:51:28] [PASSED] inactive-2nd_or_active-inactive
[17:51:28] [PASSED] inactive-last_or_active-inactive
[17:51:28] [PASSED] inactive-no_or_active-inactive
[17:51:28] ============== [PASSED] xe_rtp_process_tests ===============
[17:51:28] ===================== [PASSED] xe_rtp ======================
[17:51:28] ==================== xe_wa (1 subtest) =====================
[17:51:28] ======================== xe_wa_gt =========================
[17:51:28] [PASSED] TIGERLAKE (B0)
[17:51:28] [PASSED] DG1 (A0)
[17:51:28] [PASSED] DG1 (B0)
[17:51:28] [PASSED] ALDERLAKE_S (A0)
[17:51:28] [PASSED] ALDERLAKE_S (B0)
[17:51:28] [PASSED] ALDERLAKE_S (C0)
[17:51:28] [PASSED] ALDERLAKE_S (D0)
[17:51:28] [PASSED] ALDERLAKE_P (A0)
[17:51:28] [PASSED] ALDERLAKE_P (B0)
[17:51:28] [PASSED] ALDERLAKE_P (C0)
[17:51:28] [PASSED] ALDERLAKE_S_RPLS (D0)
[17:51:28] [PASSED] ALDERLAKE_P_RPLU (E0)
[17:51:28] [PASSED] DG2_G10 (C0)
[17:51:28] [PASSED] DG2_G11 (B1)
[17:51:28] [PASSED] DG2_G12 (A1)
[17:51:28] [PASSED] METEORLAKE (g:A0, m:A0)
[17:51:28] [PASSED] METEORLAKE (g:A0, m:A0)
[17:51:28] [PASSED] METEORLAKE (g:A0, m:A0)
[17:51:28] [PASSED] LUNARLAKE (g:A0, m:A0)
[17:51:28] [PASSED] LUNARLAKE (g:B0, m:A0)
[17:51:28] [PASSED] BATTLEMAGE (g:A0, m:A1)
[17:51:28] ==================== [PASSED] xe_wa_gt =====================
[17:51:28] ====================== [PASSED] xe_wa ======================
[17:51:28] ============================================================
[17:51:28] Testing complete. Ran 145 tests: passed: 129, skipped: 16
[17:51:28] Elapsed time: 31.299s total, 4.157s configuring, 26.825s building, 0.285s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[17:51:28] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[17:51:29] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[17:51:51] Starting KUnit Kernel (1/1)...
[17:51:51] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[17:51:51] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[17:51:51] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[17:51:51] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[17:51:51] =========== drm_validate_clone_mode (2 subtests) ===========
[17:51:51] ============== drm_test_check_in_clone_mode ===============
[17:51:51] [PASSED] in_clone_mode
[17:51:51] [PASSED] not_in_clone_mode
[17:51:51] ========== [PASSED] drm_test_check_in_clone_mode ===========
[17:51:51] =============== drm_test_check_valid_clones ===============
[17:51:51] [PASSED] not_in_clone_mode
[17:51:51] [PASSED] valid_clone
[17:51:51] [PASSED] invalid_clone
[17:51:51] =========== [PASSED] drm_test_check_valid_clones ===========
[17:51:51] ============= [PASSED] drm_validate_clone_mode =============
[17:51:51] ============= drm_validate_modeset (1 subtest) =============
[17:51:51] [PASSED] drm_test_check_connector_changed_modeset
[17:51:51] ============== [PASSED] drm_validate_modeset ===============
[17:51:51] ====== drm_test_bridge_get_current_state (2 subtests) ======
[17:51:51] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[17:51:51] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[17:51:51] ======== [PASSED] drm_test_bridge_get_current_state ========
[17:51:51] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[17:51:51] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[17:51:51] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[17:51:51] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[17:51:51] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[17:51:51] ============== drm_bridge_alloc (2 subtests) ===============
[17:51:51] [PASSED] drm_test_drm_bridge_alloc_basic
[17:51:51] [PASSED] drm_test_drm_bridge_alloc_get_put
[17:51:51] ================ [PASSED] drm_bridge_alloc =================
[17:51:51] ================== drm_buddy (7 subtests) ==================
[17:51:51] [PASSED] drm_test_buddy_alloc_limit
[17:51:51] [PASSED] drm_test_buddy_alloc_optimistic
[17:51:51] [PASSED] drm_test_buddy_alloc_pessimistic
[17:51:51] [PASSED] drm_test_buddy_alloc_pathological
[17:51:51] [PASSED] drm_test_buddy_alloc_contiguous
[17:51:51] [PASSED] drm_test_buddy_alloc_clear
[17:51:51] [PASSED] drm_test_buddy_alloc_range_bias
[17:51:51] ==================== [PASSED] drm_buddy ====================
[17:51:51] ============= drm_cmdline_parser (40 subtests) =============
[17:51:51] [PASSED] drm_test_cmdline_force_d_only
[17:51:51] [PASSED] drm_test_cmdline_force_D_only_dvi
[17:51:51] [PASSED] drm_test_cmdline_force_D_only_hdmi
[17:51:51] [PASSED] drm_test_cmdline_force_D_only_not_digital
[17:51:51] [PASSED] drm_test_cmdline_force_e_only
[17:51:51] [PASSED] drm_test_cmdline_res
[17:51:51] [PASSED] drm_test_cmdline_res_vesa
[17:51:51] [PASSED] drm_test_cmdline_res_vesa_rblank
[17:51:51] [PASSED] drm_test_cmdline_res_rblank
[17:51:51] [PASSED] drm_test_cmdline_res_bpp
[17:51:51] [PASSED] drm_test_cmdline_res_refresh
[17:51:51] [PASSED] drm_test_cmdline_res_bpp_refresh
[17:51:51] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[17:51:51] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[17:51:51] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[17:51:51] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[17:51:51] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[17:51:51] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[17:51:51] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[17:51:51] [PASSED] drm_test_cmdline_res_margins_force_on
[17:51:51] [PASSED] drm_test_cmdline_res_vesa_margins
[17:51:51] [PASSED] drm_test_cmdline_name
[17:51:51] [PASSED] drm_test_cmdline_name_bpp
[17:51:51] [PASSED] drm_test_cmdline_name_option
[17:51:51] [PASSED] drm_test_cmdline_name_bpp_option
[17:51:51] [PASSED] drm_test_cmdline_rotate_0
[17:51:51] [PASSED] drm_test_cmdline_rotate_90
[17:51:51] [PASSED] drm_test_cmdline_rotate_180
[17:51:51] [PASSED] drm_test_cmdline_rotate_270
[17:51:51] [PASSED] drm_test_cmdline_hmirror
[17:51:51] [PASSED] drm_test_cmdline_vmirror
[17:51:51] [PASSED] drm_test_cmdline_margin_options
[17:51:51] [PASSED] drm_test_cmdline_multiple_options
[17:51:51] [PASSED] drm_test_cmdline_bpp_extra_and_option
[17:51:51] [PASSED] drm_test_cmdline_extra_and_option
[17:51:51] [PASSED] drm_test_cmdline_freestanding_options
[17:51:51] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[17:51:51] [PASSED] drm_test_cmdline_panel_orientation
[17:51:51] ================ drm_test_cmdline_invalid =================
[17:51:51] [PASSED] margin_only
[17:51:51] [PASSED] interlace_only
[17:51:51] [PASSED] res_missing_x
[17:51:51] [PASSED] res_missing_y
[17:51:51] [PASSED] res_bad_y
[17:51:51] [PASSED] res_missing_y_bpp
[17:51:51] [PASSED] res_bad_bpp
[17:51:51] [PASSED] res_bad_refresh
[17:51:51] [PASSED] res_bpp_refresh_force_on_off
[17:51:51] [PASSED] res_invalid_mode
[17:51:51] [PASSED] res_bpp_wrong_place_mode
[17:51:51] [PASSED] name_bpp_refresh
[17:51:51] [PASSED] name_refresh
[17:51:51] [PASSED] name_refresh_wrong_mode
[17:51:51] [PASSED] name_refresh_invalid_mode
[17:51:51] [PASSED] rotate_multiple
[17:51:51] [PASSED] rotate_invalid_val
[17:51:51] [PASSED] rotate_truncated
[17:51:51] [PASSED] invalid_option
[17:51:51] [PASSED] invalid_tv_option
[17:51:51] [PASSED] truncated_tv_option
[17:51:51] ============ [PASSED] drm_test_cmdline_invalid =============
[17:51:51] =============== drm_test_cmdline_tv_options ===============
[17:51:51] [PASSED] NTSC
[17:51:51] [PASSED] NTSC_443
[17:51:51] [PASSED] NTSC_J
[17:51:51] [PASSED] PAL
[17:51:51] [PASSED] PAL_M
[17:51:51] [PASSED] PAL_N
[17:51:51] [PASSED] SECAM
[17:51:51] [PASSED] MONO_525
[17:51:51] [PASSED] MONO_625
[17:51:51] =========== [PASSED] drm_test_cmdline_tv_options ===========
[17:51:51] =============== [PASSED] drm_cmdline_parser ================
[17:51:51] ========== drmm_connector_hdmi_init (20 subtests) ==========
[17:51:51] [PASSED] drm_test_connector_hdmi_init_valid
[17:51:51] [PASSED] drm_test_connector_hdmi_init_bpc_8
[17:51:51] [PASSED] drm_test_connector_hdmi_init_bpc_10
[17:51:51] [PASSED] drm_test_connector_hdmi_init_bpc_12
[17:51:51] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[17:51:51] [PASSED] drm_test_connector_hdmi_init_bpc_null
[17:51:51] [PASSED] drm_test_connector_hdmi_init_formats_empty
[17:51:51] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[17:51:51] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[17:51:51] [PASSED] supported_formats=0x9 yuv420_allowed=1
[17:51:51] [PASSED] supported_formats=0x9 yuv420_allowed=0
[17:51:51] [PASSED] supported_formats=0x3 yuv420_allowed=1
[17:51:51] [PASSED] supported_formats=0x3 yuv420_allowed=0
[17:51:51] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[17:51:51] [PASSED] drm_test_connector_hdmi_init_null_ddc
[17:51:51] [PASSED] drm_test_connector_hdmi_init_null_product
[17:51:51] [PASSED] drm_test_connector_hdmi_init_null_vendor
[17:51:51] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[17:51:51] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[17:51:51] [PASSED] drm_test_connector_hdmi_init_product_valid
[17:51:51] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[17:51:51] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[17:51:51] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[17:51:51] ========= drm_test_connector_hdmi_init_type_valid =========
[17:51:51] [PASSED] HDMI-A
[17:51:51] [PASSED] HDMI-B
[17:51:51] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[17:51:51] ======== drm_test_connector_hdmi_init_type_invalid ========
[17:51:51] [PASSED] Unknown
[17:51:51] [PASSED] VGA
[17:51:51] [PASSED] DVI-I
[17:51:51] [PASSED] DVI-D
[17:51:51] [PASSED] DVI-A
[17:51:51] [PASSED] Composite
[17:51:51] [PASSED] SVIDEO
[17:51:51] [PASSED] LVDS
[17:51:51] [PASSED] Component
[17:51:51] [PASSED] DIN
[17:51:51] [PASSED] DP
[17:51:51] [PASSED] TV
[17:51:51] [PASSED] eDP
[17:51:51] [PASSED] Virtual
[17:51:51] [PASSED] DSI
[17:51:51] [PASSED] DPI
[17:51:51] [PASSED] Writeback
[17:51:51] [PASSED] SPI
[17:51:51] [PASSED] USB
[17:51:51] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[17:51:51] ============ [PASSED] drmm_connector_hdmi_init =============
[17:51:51] ============= drmm_connector_init (3 subtests) =============
[17:51:51] [PASSED] drm_test_drmm_connector_init
[17:51:51] [PASSED] drm_test_drmm_connector_init_null_ddc
[17:51:51] ========= drm_test_drmm_connector_init_type_valid =========
[17:51:51] [PASSED] Unknown
[17:51:51] [PASSED] VGA
[17:51:51] [PASSED] DVI-I
[17:51:51] [PASSED] DVI-D
[17:51:51] [PASSED] DVI-A
[17:51:51] [PASSED] Composite
[17:51:51] [PASSED] SVIDEO
[17:51:51] [PASSED] LVDS
[17:51:51] [PASSED] Component
[17:51:51] [PASSED] DIN
[17:51:51] [PASSED] DP
[17:51:51] [PASSED] HDMI-A
[17:51:51] [PASSED] HDMI-B
[17:51:51] [PASSED] TV
[17:51:51] [PASSED] eDP
[17:51:51] [PASSED] Virtual
[17:51:51] [PASSED] DSI
[17:51:51] [PASSED] DPI
[17:51:51] [PASSED] Writeback
[17:51:51] [PASSED] SPI
[17:51:51] [PASSED] USB
[17:51:51] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[17:51:51] =============== [PASSED] drmm_connector_init ===============
[17:51:51] ========= drm_connector_dynamic_init (6 subtests) ==========
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_init
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_init_properties
[17:51:51] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[17:51:51] [PASSED] Unknown
[17:51:51] [PASSED] VGA
[17:51:51] [PASSED] DVI-I
[17:51:51] [PASSED] DVI-D
[17:51:51] [PASSED] DVI-A
[17:51:51] [PASSED] Composite
[17:51:51] [PASSED] SVIDEO
[17:51:51] [PASSED] LVDS
[17:51:51] [PASSED] Component
[17:51:51] [PASSED] DIN
[17:51:51] [PASSED] DP
[17:51:51] [PASSED] HDMI-A
[17:51:51] [PASSED] HDMI-B
[17:51:51] [PASSED] TV
[17:51:51] [PASSED] eDP
[17:51:51] [PASSED] Virtual
[17:51:51] [PASSED] DSI
[17:51:51] [PASSED] DPI
[17:51:51] [PASSED] Writeback
[17:51:51] [PASSED] SPI
[17:51:51] [PASSED] USB
[17:51:51] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[17:51:51] ======== drm_test_drm_connector_dynamic_init_name =========
[17:51:51] [PASSED] Unknown
[17:51:51] [PASSED] VGA
[17:51:51] [PASSED] DVI-I
[17:51:51] [PASSED] DVI-D
[17:51:51] [PASSED] DVI-A
[17:51:51] [PASSED] Composite
[17:51:51] [PASSED] SVIDEO
[17:51:51] [PASSED] LVDS
[17:51:51] [PASSED] Component
[17:51:51] [PASSED] DIN
[17:51:51] [PASSED] DP
[17:51:51] [PASSED] HDMI-A
[17:51:51] [PASSED] HDMI-B
[17:51:51] [PASSED] TV
[17:51:51] [PASSED] eDP
[17:51:51] [PASSED] Virtual
[17:51:51] [PASSED] DSI
[17:51:51] [PASSED] DPI
[17:51:51] [PASSED] Writeback
[17:51:51] [PASSED] SPI
[17:51:51] [PASSED] USB
[17:51:51] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[17:51:51] =========== [PASSED] drm_connector_dynamic_init ============
[17:51:51] ==== drm_connector_dynamic_register_early (4 subtests) =====
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[17:51:51] ====== [PASSED] drm_connector_dynamic_register_early =======
[17:51:51] ======= drm_connector_dynamic_register (7 subtests) ========
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[17:51:51] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[17:51:51] ========= [PASSED] drm_connector_dynamic_register ==========
[17:51:51] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[17:51:51] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[17:51:51] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[17:51:51] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[17:51:51] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[17:51:51] ========== drm_test_get_tv_mode_from_name_valid ===========
[17:51:51] [PASSED] NTSC
[17:51:51] [PASSED] NTSC-443
[17:51:51] [PASSED] NTSC-J
[17:51:51] [PASSED] PAL
[17:51:51] [PASSED] PAL-M
[17:51:51] [PASSED] PAL-N
[17:51:51] [PASSED] SECAM
[17:51:51] [PASSED] Mono
[17:51:51] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[17:51:51] [PASSED] drm_test_get_tv_mode_from_name_truncated
[17:51:51] ============ [PASSED] drm_get_tv_mode_from_name ============
[17:51:51] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[17:51:51] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[17:51:51] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[17:51:51] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[17:51:51] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[17:51:51] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[17:51:51] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[17:51:51] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[17:51:51] [PASSED] VIC 96
[17:51:51] [PASSED] VIC 97
[17:51:51] [PASSED] VIC 101
[17:51:51] [PASSED] VIC 102
[17:51:51] [PASSED] VIC 106
[17:51:51] [PASSED] VIC 107
[17:51:51] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[17:51:51] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[17:51:51] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[17:51:51] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[17:51:51] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[17:51:51] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[17:51:51] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[17:51:51] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[17:51:51] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[17:51:51] [PASSED] Automatic
[17:51:51] [PASSED] Full
[17:51:51] [PASSED] Limited 16:235
[17:51:51] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[17:51:51] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[17:51:51] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[17:51:51] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[17:51:51] === drm_test_drm_hdmi_connector_get_output_format_name ====
[17:51:51] [PASSED] RGB
[17:51:51] [PASSED] YUV 4:2:0
[17:51:51] [PASSED] YUV 4:2:2
[17:51:51] [PASSED] YUV 4:4:4
[17:51:51] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[17:51:51] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[17:51:51] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[17:51:51] ============= drm_damage_helper (21 subtests) ==============
[17:51:51] [PASSED] drm_test_damage_iter_no_damage
[17:51:51] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[17:51:51] [PASSED] drm_test_damage_iter_no_damage_src_moved
[17:51:51] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[17:51:51] [PASSED] drm_test_damage_iter_no_damage_not_visible
[17:51:51] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[17:51:51] [PASSED] drm_test_damage_iter_no_damage_no_fb
[17:51:51] [PASSED] drm_test_damage_iter_simple_damage
[17:51:51] [PASSED] drm_test_damage_iter_single_damage
[17:51:51] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[17:51:51] [PASSED] drm_test_damage_iter_single_damage_outside_src
[17:51:51] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[17:51:51] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[17:51:51] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[17:51:51] [PASSED] drm_test_damage_iter_single_damage_src_moved
[17:51:51] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[17:51:51] [PASSED] drm_test_damage_iter_damage
[17:51:51] [PASSED] drm_test_damage_iter_damage_one_intersect
[17:51:51] [PASSED] drm_test_damage_iter_damage_one_outside
[17:51:51] [PASSED] drm_test_damage_iter_damage_src_moved
[17:51:51] [PASSED] drm_test_damage_iter_damage_not_visible
[17:51:51] ================ [PASSED] drm_damage_helper ================
[17:51:51] ============== drm_dp_mst_helper (3 subtests) ==============
[17:51:51] ============== drm_test_dp_mst_calc_pbn_mode ==============
[17:51:51] [PASSED] Clock 154000 BPP 30 DSC disabled
[17:51:51] [PASSED] Clock 234000 BPP 30 DSC disabled
[17:51:51] [PASSED] Clock 297000 BPP 24 DSC disabled
[17:51:51] [PASSED] Clock 332880 BPP 24 DSC enabled
[17:51:51] [PASSED] Clock 324540 BPP 24 DSC enabled
[17:51:51] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[17:51:51] ============== drm_test_dp_mst_calc_pbn_div ===============
[17:51:51] [PASSED] Link rate 2000000 lane count 4
[17:51:51] [PASSED] Link rate 2000000 lane count 2
[17:51:51] [PASSED] Link rate 2000000 lane count 1
[17:51:51] [PASSED] Link rate 1350000 lane count 4
[17:51:51] [PASSED] Link rate 1350000 lane count 2
[17:51:51] [PASSED] Link rate 1350000 lane count 1
[17:51:51] [PASSED] Link rate 1000000 lane count 4
[17:51:51] [PASSED] Link rate 1000000 lane count 2
[17:51:51] [PASSED] Link rate 1000000 lane count 1
[17:51:51] [PASSED] Link rate 810000 lane count 4
[17:51:51] [PASSED] Link rate 810000 lane count 2
[17:51:51] [PASSED] Link rate 810000 lane count 1
[17:51:51] [PASSED] Link rate 540000 lane count 4
[17:51:51] [PASSED] Link rate 540000 lane count 2
[17:51:51] [PASSED] Link rate 540000 lane count 1
[17:51:51] [PASSED] Link rate 270000 lane count 4
[17:51:51] [PASSED] Link rate 270000 lane count 2
[17:51:51] [PASSED] Link rate 270000 lane count 1
[17:51:51] [PASSED] Link rate 162000 lane count 4
[17:51:51] [PASSED] Link rate 162000 lane count 2
[17:51:51] [PASSED] Link rate 162000 lane count 1
[17:51:51] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[17:51:51] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[17:51:51] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[17:51:51] [PASSED] DP_POWER_UP_PHY with port number
[17:51:51] [PASSED] DP_POWER_DOWN_PHY with port number
[17:51:51] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[17:51:51] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[17:51:51] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[17:51:51] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[17:51:51] [PASSED] DP_QUERY_PAYLOAD with port number
[17:51:51] [PASSED] DP_QUERY_PAYLOAD with VCPI
[17:51:51] [PASSED] DP_REMOTE_DPCD_READ with port number
[17:51:51] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[17:51:51] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[17:51:51] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[17:51:51] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[17:51:51] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[17:51:51] [PASSED] DP_REMOTE_I2C_READ with port number
[17:51:51] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[17:51:51] [PASSED] DP_REMOTE_I2C_READ with transactions array
[17:51:51] [PASSED] DP_REMOTE_I2C_WRITE with port number
[17:51:51] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[17:51:51] [PASSED] DP_REMOTE_I2C_WRITE with data array
[17:51:51] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[17:51:51] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[17:51:51] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[17:51:51] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[17:51:51] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[17:51:51] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[17:51:51] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[17:51:51] ================ [PASSED] drm_dp_mst_helper ================
[17:51:51] ================== drm_exec (7 subtests) ===================
[17:51:51] [PASSED] sanitycheck
[17:51:51] [PASSED] test_lock
[17:51:51] [PASSED] test_lock_unlock
[17:51:51] [PASSED] test_duplicates
[17:51:51] [PASSED] test_prepare
[17:51:51] [PASSED] test_prepare_array
[17:51:51] [PASSED] test_multiple_loops
[17:51:51] ==================== [PASSED] drm_exec =====================
[17:51:51] =========== drm_format_helper_test (17 subtests) ===========
[17:51:51] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[17:51:51] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[17:51:51] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[17:51:51] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[17:51:51] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[17:51:51] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[17:51:51] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[17:51:51] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[17:51:51] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[17:51:51] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[17:51:51] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[17:51:51] ============== drm_test_fb_xrgb8888_to_mono ===============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[17:51:51] ==================== drm_test_fb_swab =====================
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ================ [PASSED] drm_test_fb_swab =================
[17:51:51] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[17:51:51] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[17:51:51] [PASSED] single_pixel_source_buffer
[17:51:51] [PASSED] single_pixel_clip_rectangle
[17:51:51] [PASSED] well_known_colors
[17:51:51] [PASSED] destination_pitch
[17:51:51] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[17:51:51] ================= drm_test_fb_clip_offset =================
[17:51:51] [PASSED] pass through
[17:51:51] [PASSED] horizontal offset
[17:51:51] [PASSED] vertical offset
[17:51:51] [PASSED] horizontal and vertical offset
[17:51:51] [PASSED] horizontal offset (custom pitch)
[17:51:51] [PASSED] vertical offset (custom pitch)
[17:51:51] [PASSED] horizontal and vertical offset (custom pitch)
[17:51:51] ============= [PASSED] drm_test_fb_clip_offset =============
[17:51:51] =================== drm_test_fb_memcpy ====================
[17:51:51] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[17:51:51] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[17:51:51] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[17:51:51] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[17:51:51] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[17:51:51] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[17:51:51] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[17:51:51] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[17:51:51] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[17:51:51] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[17:51:51] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[17:51:51] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[17:51:51] =============== [PASSED] drm_test_fb_memcpy ================
[17:51:51] ============= [PASSED] drm_format_helper_test ==============
[17:51:51] ================= drm_format (18 subtests) =================
[17:51:51] [PASSED] drm_test_format_block_width_invalid
[17:51:51] [PASSED] drm_test_format_block_width_one_plane
[17:51:51] [PASSED] drm_test_format_block_width_two_plane
[17:51:51] [PASSED] drm_test_format_block_width_three_plane
[17:51:51] [PASSED] drm_test_format_block_width_tiled
[17:51:51] [PASSED] drm_test_format_block_height_invalid
[17:51:51] [PASSED] drm_test_format_block_height_one_plane
[17:51:51] [PASSED] drm_test_format_block_height_two_plane
[17:51:51] [PASSED] drm_test_format_block_height_three_plane
[17:51:51] [PASSED] drm_test_format_block_height_tiled
[17:51:51] [PASSED] drm_test_format_min_pitch_invalid
[17:51:51] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[17:51:51] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[17:51:51] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[17:51:51] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[17:51:51] [PASSED] drm_test_format_min_pitch_two_plane
[17:51:51] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[17:51:51] [PASSED] drm_test_format_min_pitch_tiled
[17:51:51] =================== [PASSED] drm_format ====================
[17:51:51] ============== drm_framebuffer (10 subtests) ===============
[17:51:51] ========== drm_test_framebuffer_check_src_coords ==========
[17:51:51] [PASSED] Success: source fits into fb
[17:51:51] [PASSED] Fail: overflowing fb with x-axis coordinate
[17:51:51] [PASSED] Fail: overflowing fb with y-axis coordinate
[17:51:51] [PASSED] Fail: overflowing fb with source width
[17:51:51] [PASSED] Fail: overflowing fb with source height
[17:51:51] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[17:51:51] [PASSED] drm_test_framebuffer_cleanup
[17:51:51] =============== drm_test_framebuffer_create ===============
[17:51:51] [PASSED] ABGR8888 normal sizes
[17:51:51] [PASSED] ABGR8888 max sizes
[17:51:51] [PASSED] ABGR8888 pitch greater than min required
[17:51:51] [PASSED] ABGR8888 pitch less than min required
[17:51:51] [PASSED] ABGR8888 Invalid width
[17:51:51] [PASSED] ABGR8888 Invalid buffer handle
[17:51:51] [PASSED] No pixel format
[17:51:51] [PASSED] ABGR8888 Width 0
[17:51:51] [PASSED] ABGR8888 Height 0
[17:51:51] [PASSED] ABGR8888 Out of bound height * pitch combination
[17:51:51] [PASSED] ABGR8888 Large buffer offset
[17:51:51] [PASSED] ABGR8888 Buffer offset for inexistent plane
[17:51:51] [PASSED] ABGR8888 Invalid flag
[17:51:51] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[17:51:51] [PASSED] ABGR8888 Valid buffer modifier
[17:51:51] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[17:51:51] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[17:51:51] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[17:51:51] [PASSED] NV12 Normal sizes
[17:51:51] [PASSED] NV12 Max sizes
[17:51:51] [PASSED] NV12 Invalid pitch
[17:51:51] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[17:51:51] [PASSED] NV12 different modifier per-plane
[17:51:51] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[17:51:51] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[17:51:51] [PASSED] NV12 Modifier for inexistent plane
[17:51:51] [PASSED] NV12 Handle for inexistent plane
[17:51:51] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[17:51:51] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[17:51:51] [PASSED] YVU420 Normal sizes
[17:51:51] [PASSED] YVU420 Max sizes
[17:51:51] [PASSED] YVU420 Invalid pitch
[17:51:51] [PASSED] YVU420 Different pitches
[17:51:51] [PASSED] YVU420 Different buffer offsets/pitches
[17:51:51] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[17:51:51] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[17:51:51] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[17:51:51] [PASSED] YVU420 Valid modifier
[17:51:51] [PASSED] YVU420 Different modifiers per plane
[17:51:51] [PASSED] YVU420 Modifier for inexistent plane
[17:51:51] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[17:51:51] [PASSED] X0L2 Normal sizes
[17:51:51] [PASSED] X0L2 Max sizes
[17:51:51] [PASSED] X0L2 Invalid pitch
[17:51:51] [PASSED] X0L2 Pitch greater than minimum required
[17:51:51] [PASSED] X0L2 Handle for inexistent plane
[17:51:51] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[17:51:51] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[17:51:51] [PASSED] X0L2 Valid modifier
[17:51:51] [PASSED] X0L2 Modifier for inexistent plane
[17:51:51] =========== [PASSED] drm_test_framebuffer_create ===========
[17:51:51] [PASSED] drm_test_framebuffer_free
[17:51:51] [PASSED] drm_test_framebuffer_init
[17:51:51] [PASSED] drm_test_framebuffer_init_bad_format
[17:51:51] [PASSED] drm_test_framebuffer_init_dev_mismatch
[17:51:51] [PASSED] drm_test_framebuffer_lookup
[17:51:51] [PASSED] drm_test_framebuffer_lookup_inexistent
[17:51:51] [PASSED] drm_test_framebuffer_modifiers_not_supported
[17:51:51] ================= [PASSED] drm_framebuffer =================
[17:51:51] ================ drm_gem_shmem (8 subtests) ================
[17:51:51] [PASSED] drm_gem_shmem_test_obj_create
[17:51:51] [PASSED] drm_gem_shmem_test_obj_create_private
[17:51:51] [PASSED] drm_gem_shmem_test_pin_pages
[17:51:51] [PASSED] drm_gem_shmem_test_vmap
[17:51:51] [PASSED] drm_gem_shmem_test_get_pages_sgt
[17:51:51] [PASSED] drm_gem_shmem_test_get_sg_table
[17:51:51] [PASSED] drm_gem_shmem_test_madvise
[17:51:51] [PASSED] drm_gem_shmem_test_purge
[17:51:51] ================== [PASSED] drm_gem_shmem ==================
[17:51:51] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[17:51:51] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[17:51:51] [PASSED] Automatic
[17:51:51] [PASSED] Full
[17:51:51] [PASSED] Limited 16:235
[17:51:51] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[17:51:51] [PASSED] drm_test_check_disable_connector
[17:51:51] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[17:51:51] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[17:51:51] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[17:51:51] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[17:51:51] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[17:51:51] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[17:51:51] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[17:51:51] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[17:51:51] [PASSED] drm_test_check_output_bpc_dvi
[17:51:51] [PASSED] drm_test_check_output_bpc_format_vic_1
[17:51:51] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[17:51:51] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[17:51:51] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[17:51:51] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[17:51:51] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[17:51:51] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[17:51:51] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[17:51:51] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[17:51:51] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[17:51:51] [PASSED] drm_test_check_broadcast_rgb_value
[17:51:51] [PASSED] drm_test_check_bpc_8_value
[17:51:51] [PASSED] drm_test_check_bpc_10_value
[17:51:51] [PASSED] drm_test_check_bpc_12_value
[17:51:51] [PASSED] drm_test_check_format_value
[17:51:51] [PASSED] drm_test_check_tmds_char_value
[17:51:51] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[17:51:51] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[17:51:51] [PASSED] drm_test_check_mode_valid
[17:51:51] [PASSED] drm_test_check_mode_valid_reject
[17:51:51] [PASSED] drm_test_check_mode_valid_reject_rate
[17:51:51] [PASSED] drm_test_check_mode_valid_reject_max_clock
[17:51:51] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[17:51:51] ================= drm_managed (2 subtests) =================
[17:51:51] [PASSED] drm_test_managed_release_action
[17:51:51] [PASSED] drm_test_managed_run_action
[17:51:51] =================== [PASSED] drm_managed ===================
[17:51:51] =================== drm_mm (6 subtests) ====================
[17:51:51] [PASSED] drm_test_mm_init
[17:51:51] [PASSED] drm_test_mm_debug
[17:51:51] [PASSED] drm_test_mm_align32
[17:51:51] [PASSED] drm_test_mm_align64
[17:51:51] [PASSED] drm_test_mm_lowest
[17:51:51] [PASSED] drm_test_mm_highest
[17:51:51] ===================== [PASSED] drm_mm ======================
[17:51:51] ============= drm_modes_analog_tv (5 subtests) =============
[17:51:51] [PASSED] drm_test_modes_analog_tv_mono_576i
[17:51:51] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[17:51:51] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[17:51:51] [PASSED] drm_test_modes_analog_tv_pal_576i
[17:51:51] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[17:51:51] =============== [PASSED] drm_modes_analog_tv ===============
[17:51:51] ============== drm_plane_helper (2 subtests) ===============
[17:51:51] =============== drm_test_check_plane_state ================
[17:51:51] [PASSED] clipping_simple
[17:51:51] [PASSED] clipping_rotate_reflect
[17:51:51] [PASSED] positioning_simple
[17:51:51] [PASSED] upscaling
[17:51:51] [PASSED] downscaling
[17:51:51] [PASSED] rounding1
[17:51:51] [PASSED] rounding2
[17:51:51] [PASSED] rounding3
[17:51:51] [PASSED] rounding4
[17:51:51] =========== [PASSED] drm_test_check_plane_state ============
[17:51:51] =========== drm_test_check_invalid_plane_state ============
[17:51:51] [PASSED] positioning_invalid
[17:51:51] [PASSED] upscaling_invalid
[17:51:51] [PASSED] downscaling_invalid
[17:51:51] ======= [PASSED] drm_test_check_invalid_plane_state ========
[17:51:51] ================ [PASSED] drm_plane_helper =================
[17:51:51] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[17:51:51] ====== drm_test_connector_helper_tv_get_modes_check =======
[17:51:51] [PASSED] None
[17:51:51] [PASSED] PAL
[17:51:51] [PASSED] NTSC
[17:51:51] [PASSED] Both, NTSC Default
[17:51:51] [PASSED] Both, PAL Default
[17:51:51] [PASSED] Both, NTSC Default, with PAL on command-line
[17:51:51] [PASSED] Both, PAL Default, with NTSC on command-line
[17:51:51] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[17:51:51] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[17:51:51] ================== drm_rect (9 subtests) ===================
[17:51:51] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[17:51:51] [PASSED] drm_test_rect_clip_scaled_not_clipped
[17:51:51] [PASSED] drm_test_rect_clip_scaled_clipped
[17:51:51] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[17:51:51] ================= drm_test_rect_intersect =================
[17:51:51] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[17:51:51] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[17:51:51] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[17:51:51] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[17:51:51] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[17:51:51] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[17:51:51] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[17:51:51] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[17:51:51] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[17:51:51] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[17:51:51] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[17:51:51] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[17:51:51] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[17:51:51] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[17:51:51] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[17:51:51] ============= [PASSED] drm_test_rect_intersect =============
[17:51:51] ================ drm_test_rect_calc_hscale ================
[17:51:51] [PASSED] normal use
[17:51:51] [PASSED] out of max range
[17:51:51] [PASSED] out of min range
[17:51:51] [PASSED] zero dst
[17:51:51] [PASSED] negative src
[17:51:51] [PASSED] negative dst
[17:51:51] ============ [PASSED] drm_test_rect_calc_hscale ============
[17:51:51] ================ drm_test_rect_calc_vscale ================
[17:51:51] [PASSED] normal use
[17:51:51] [PASSED] out of max range
[17:51:51] [PASSED] out of min range
[17:51:51] [PASSED] zero dst
[17:51:51] [PASSED] negative src
[17:51:51] [PASSED] negative dst
[17:51:51] ============ [PASSED] drm_test_rect_calc_vscale ============
[17:51:51] ================== drm_test_rect_rotate ===================
[17:51:51] [PASSED] reflect-x
[17:51:51] [PASSED] reflect-y
[17:51:51] [PASSED] rotate-0
[17:51:51] [PASSED] rotate-90
[17:51:51] [PASSED] rotate-180
[17:51:51] [PASSED] rotate-270
stty: 'standard input': Inappropriate ioctl for device
[17:51:51] ============== [PASSED] drm_test_rect_rotate ===============
[17:51:51] ================ drm_test_rect_rotate_inv =================
[17:51:51] [PASSED] reflect-x
[17:51:51] [PASSED] reflect-y
[17:51:51] [PASSED] rotate-0
[17:51:51] [PASSED] rotate-90
[17:51:51] [PASSED] rotate-180
[17:51:51] [PASSED] rotate-270
[17:51:51] ============ [PASSED] drm_test_rect_rotate_inv =============
[17:51:51] ==================== [PASSED] drm_rect =====================
[17:51:51] ============ drm_sysfb_modeset_test (1 subtest) ============
[17:51:51] ============ drm_test_sysfb_build_fourcc_list =============
[17:51:51] [PASSED] no native formats
[17:51:51] [PASSED] XRGB8888 as native format
[17:51:51] [PASSED] remove duplicates
[17:51:51] [PASSED] convert alpha formats
[17:51:51] [PASSED] random formats
[17:51:51] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[17:51:51] ============= [PASSED] drm_sysfb_modeset_test ==============
[17:51:51] ============================================================
[17:51:51] Testing complete. Ran 616 tests: passed: 616
[17:51:51] Elapsed time: 23.305s total, 1.666s configuring, 21.470s building, 0.146s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[17:51:51] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[17:51:53] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[17:52:01] Starting KUnit Kernel (1/1)...
[17:52:01] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[17:52:01] ================= ttm_device (5 subtests) ==================
[17:52:01] [PASSED] ttm_device_init_basic
[17:52:01] [PASSED] ttm_device_init_multiple
[17:52:01] [PASSED] ttm_device_fini_basic
[17:52:01] [PASSED] ttm_device_init_no_vma_man
[17:52:01] ================== ttm_device_init_pools ==================
[17:52:01] [PASSED] No DMA allocations, no DMA32 required
[17:52:01] [PASSED] DMA allocations, DMA32 required
[17:52:01] [PASSED] No DMA allocations, DMA32 required
[17:52:01] [PASSED] DMA allocations, no DMA32 required
[17:52:01] ============== [PASSED] ttm_device_init_pools ==============
[17:52:01] =================== [PASSED] ttm_device ====================
[17:52:01] ================== ttm_pool (8 subtests) ===================
[17:52:01] ================== ttm_pool_alloc_basic ===================
[17:52:01] [PASSED] One page
[17:52:01] [PASSED] More than one page
[17:52:01] [PASSED] Above the allocation limit
[17:52:01] [PASSED] One page, with coherent DMA mappings enabled
[17:52:01] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[17:52:01] ============== [PASSED] ttm_pool_alloc_basic ===============
[17:52:01] ============== ttm_pool_alloc_basic_dma_addr ==============
[17:52:01] [PASSED] One page
[17:52:01] [PASSED] More than one page
[17:52:01] [PASSED] Above the allocation limit
[17:52:01] [PASSED] One page, with coherent DMA mappings enabled
[17:52:01] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[17:52:01] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[17:52:01] [PASSED] ttm_pool_alloc_order_caching_match
[17:52:01] [PASSED] ttm_pool_alloc_caching_mismatch
[17:52:01] [PASSED] ttm_pool_alloc_order_mismatch
[17:52:01] [PASSED] ttm_pool_free_dma_alloc
[17:52:01] [PASSED] ttm_pool_free_no_dma_alloc
[17:52:01] [PASSED] ttm_pool_fini_basic
[17:52:01] ==================== [PASSED] ttm_pool =====================
[17:52:01] ================ ttm_resource (8 subtests) =================
[17:52:01] ================= ttm_resource_init_basic =================
[17:52:01] [PASSED] Init resource in TTM_PL_SYSTEM
[17:52:01] [PASSED] Init resource in TTM_PL_VRAM
[17:52:01] [PASSED] Init resource in a private placement
[17:52:01] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[17:52:01] ============= [PASSED] ttm_resource_init_basic =============
[17:52:01] [PASSED] ttm_resource_init_pinned
[17:52:01] [PASSED] ttm_resource_fini_basic
[17:52:01] [PASSED] ttm_resource_manager_init_basic
[17:52:01] [PASSED] ttm_resource_manager_usage_basic
[17:52:01] [PASSED] ttm_resource_manager_set_used_basic
[17:52:01] [PASSED] ttm_sys_man_alloc_basic
[17:52:01] [PASSED] ttm_sys_man_free_basic
[17:52:01] ================== [PASSED] ttm_resource ===================
[17:52:01] =================== ttm_tt (15 subtests) ===================
[17:52:01] ==================== ttm_tt_init_basic ====================
[17:52:01] [PASSED] Page-aligned size
[17:52:01] [PASSED] Extra pages requested
[17:52:01] ================ [PASSED] ttm_tt_init_basic ================
[17:52:01] [PASSED] ttm_tt_init_misaligned
[17:52:01] [PASSED] ttm_tt_fini_basic
[17:52:01] [PASSED] ttm_tt_fini_sg
[17:52:01] [PASSED] ttm_tt_fini_shmem
[17:52:01] [PASSED] ttm_tt_create_basic
[17:52:01] [PASSED] ttm_tt_create_invalid_bo_type
[17:52:01] [PASSED] ttm_tt_create_ttm_exists
[17:52:01] [PASSED] ttm_tt_create_failed
[17:52:01] [PASSED] ttm_tt_destroy_basic
[17:52:01] [PASSED] ttm_tt_populate_null_ttm
[17:52:01] [PASSED] ttm_tt_populate_populated_ttm
[17:52:01] [PASSED] ttm_tt_unpopulate_basic
[17:52:01] [PASSED] ttm_tt_unpopulate_empty_ttm
[17:52:01] [PASSED] ttm_tt_swapin_basic
[17:52:01] ===================== [PASSED] ttm_tt ======================
[17:52:01] =================== ttm_bo (14 subtests) ===================
[17:52:01] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[17:52:01] [PASSED] Cannot be interrupted and sleeps
[17:52:01] [PASSED] Cannot be interrupted, locks straight away
[17:52:01] [PASSED] Can be interrupted, sleeps
[17:52:01] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[17:52:01] [PASSED] ttm_bo_reserve_locked_no_sleep
[17:52:01] [PASSED] ttm_bo_reserve_no_wait_ticket
[17:52:01] [PASSED] ttm_bo_reserve_double_resv
[17:52:01] [PASSED] ttm_bo_reserve_interrupted
[17:52:01] [PASSED] ttm_bo_reserve_deadlock
[17:52:01] [PASSED] ttm_bo_unreserve_basic
[17:52:01] [PASSED] ttm_bo_unreserve_pinned
[17:52:01] [PASSED] ttm_bo_unreserve_bulk
[17:52:01] [PASSED] ttm_bo_put_basic
[17:52:01] [PASSED] ttm_bo_put_shared_resv
[17:52:01] [PASSED] ttm_bo_pin_basic
[17:52:01] [PASSED] ttm_bo_pin_unpin_resource
[17:52:01] [PASSED] ttm_bo_multiple_pin_one_unpin
[17:52:01] ===================== [PASSED] ttm_bo ======================
[17:52:01] ============== ttm_bo_validate (22 subtests) ===============
[17:52:01] ============== ttm_bo_init_reserved_sys_man ===============
[17:52:01] [PASSED] Buffer object for userspace
[17:52:01] [PASSED] Kernel buffer object
[17:52:01] [PASSED] Shared buffer object
[17:52:01] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[17:52:01] ============== ttm_bo_init_reserved_mock_man ==============
[17:52:01] [PASSED] Buffer object for userspace
[17:52:01] [PASSED] Kernel buffer object
[17:52:01] [PASSED] Shared buffer object
[17:52:01] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[17:52:01] [PASSED] ttm_bo_init_reserved_resv
[17:52:01] ================== ttm_bo_validate_basic ==================
[17:52:01] [PASSED] Buffer object for userspace
[17:52:01] [PASSED] Kernel buffer object
[17:52:01] [PASSED] Shared buffer object
[17:52:01] ============== [PASSED] ttm_bo_validate_basic ==============
[17:52:01] [PASSED] ttm_bo_validate_invalid_placement
[17:52:01] ============= ttm_bo_validate_same_placement ==============
[17:52:01] [PASSED] System manager
[17:52:01] [PASSED] VRAM manager
[17:52:01] ========= [PASSED] ttm_bo_validate_same_placement ==========
[17:52:01] [PASSED] ttm_bo_validate_failed_alloc
[17:52:01] [PASSED] ttm_bo_validate_pinned
[17:52:01] [PASSED] ttm_bo_validate_busy_placement
[17:52:01] ================ ttm_bo_validate_multihop =================
[17:52:01] [PASSED] Buffer object for userspace
[17:52:01] [PASSED] Kernel buffer object
[17:52:01] [PASSED] Shared buffer object
[17:52:01] ============ [PASSED] ttm_bo_validate_multihop =============
[17:52:01] ========== ttm_bo_validate_no_placement_signaled ==========
[17:52:01] [PASSED] Buffer object in system domain, no page vector
[17:52:01] [PASSED] Buffer object in system domain with an existing page vector
[17:52:01] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[17:52:01] ======== ttm_bo_validate_no_placement_not_signaled ========
[17:52:01] [PASSED] Buffer object for userspace
[17:52:01] [PASSED] Kernel buffer object
[17:52:01] [PASSED] Shared buffer object
[17:52:01] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[17:52:01] [PASSED] ttm_bo_validate_move_fence_signaled
[17:52:01] ========= ttm_bo_validate_move_fence_not_signaled =========
[17:52:01] [PASSED] Waits for GPU
[17:52:01] [PASSED] Tries to lock straight away
[17:52:01] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[17:52:01] [PASSED] ttm_bo_validate_swapout
[17:52:01] [PASSED] ttm_bo_validate_happy_evict
[17:52:01] [PASSED] ttm_bo_validate_all_pinned_evict
[17:52:01] [PASSED] ttm_bo_validate_allowed_only_evict
[17:52:01] [PASSED] ttm_bo_validate_deleted_evict
[17:52:01] [PASSED] ttm_bo_validate_busy_domain_evict
[17:52:01] [PASSED] ttm_bo_validate_evict_gutting
[17:52:01] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[17:52:01] ================= [PASSED] ttm_bo_validate =================
[17:52:01] ============================================================
[17:52:01] Testing complete. Ran 102 tests: passed: 102
[17:52:01] Elapsed time: 10.113s total, 1.639s configuring, 7.856s building, 0.523s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 20+ messages in thread
* ✗ CI.checksparse: warning for drm/i915/display: use intel_de_wait_*() functions
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (8 preceding siblings ...)
2025-06-26 17:52 ` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions Patchwork
@ 2025-06-26 18:06 ` Patchwork
2025-06-26 18:41 ` ✗ Xe.CI.BAT: failure " Patchwork
` (5 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2025-06-26 18:06 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-xe
== Series Details ==
Series: drm/i915/display: use intel_de_wait_*() functions
URL : https://patchwork.freedesktop.org/series/150832/
State : warning
== Summary ==
+ trap cleanup EXIT
+ KERNEL=/kernel
+ MT=/root/linux/maintainer-tools
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools /root/linux/maintainer-tools
Cloning into '/root/linux/maintainer-tools'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ make -C /root/linux/maintainer-tools
make: Entering directory '/root/linux/maintainer-tools'
cc -O2 -g -Wextra -o remap-log remap-log.c
make: Leaving directory '/root/linux/maintainer-tools'
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ /root/linux/maintainer-tools/dim sparse --fast 2c22bc086dd8036ca159c714122e274d6350b950
Sparse version: 0.6.4 (Ubuntu: 0.6.4-4ubuntu3)
Fast mode used, each commit won't be checked separately.
-
+drivers/gpu/drm/i915/display/intel_cdclk.c: note: in included file:
+drivers/gpu/drm/i915/display/intel_ddi.c: note: in included file:
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:2008:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:2008:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:2008:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_hdcp.c: note: in included file:
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 20+ messages in thread
* ✗ Xe.CI.BAT: failure for drm/i915/display: use intel_de_wait_*() functions
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (9 preceding siblings ...)
2025-06-26 18:06 ` ✗ CI.checksparse: warning " Patchwork
@ 2025-06-26 18:41 ` Patchwork
2025-06-26 19:45 ` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions (rev2) Patchwork
` (4 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2025-06-26 18:41 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 3336 bytes --]
== Series Details ==
Series: drm/i915/display: use intel_de_wait_*() functions
URL : https://patchwork.freedesktop.org/series/150832/
State : failure
== Summary ==
CI Bug Log - changes from xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3_BAT -> xe-pw-150832v1_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-150832v1_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-150832v1_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (9 -> 8)
------------------------------
Missing (1): bat-adlp-vm
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-150832v1_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size:
- bat-lnl-1: [PASS][1] -> [DMESG-WARN][2] +57 other tests dmesg-warn
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/bat-lnl-1/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/bat-lnl-1/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
* igt@kms_force_connector_basic@force-connector-state:
- bat-bmg-2: [PASS][3] -> [DMESG-WARN][4] +1 other test dmesg-warn
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/bat-bmg-2/igt@kms_force_connector_basic@force-connector-state.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/bat-bmg-2/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-hdmi-a-3:
- bat-bmg-1: [PASS][5] -> [DMESG-WARN][6] +64 other tests dmesg-warn
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/bat-bmg-1/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-hdmi-a-3.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/bat-bmg-1/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-hdmi-a-3.html
Known issues
------------
Here are the changes found in xe-pw-150832v1_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@kms_flip@basic-plain-flip@d-edp1:
- bat-adlp-7: [DMESG-WARN][7] ([Intel XE#4543]) -> [PASS][8] +1 other test pass
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/bat-adlp-7/igt@kms_flip@basic-plain-flip@d-edp1.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/bat-adlp-7/igt@kms_flip@basic-plain-flip@d-edp1.html
[Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
Build changes
-------------
* Linux: xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3 -> xe-pw-150832v1
IGT_8429: 8429
xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3: 9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3
xe-pw-150832v1: 150832v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/index.html
[-- Attachment #2: Type: text/html, Size: 4015 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH 2/8] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us()
2025-06-26 17:43 ` [PATCH 2/8] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
@ 2025-06-26 19:03 ` Jani Nikula
2025-06-26 19:05 ` [PATCH v2] " Jani Nikula
1 sibling, 0 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 19:03 UTC (permalink / raw)
To: intel-gfx, intel-xe
On Thu, 26 Jun 2025, Jani Nikula <jani.nikula@intel.com> wrote:
> Prefer the register read specific wait function over i915 wait_for_us().
>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_ddi.c | 14 ++++++++++++--
> 1 file changed, 12 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
> index 0405396c7750..39613f86f1ce 100644
> --- a/drivers/gpu/drm/i915/display/intel_ddi.c
> +++ b/drivers/gpu/drm/i915/display/intel_ddi.c
> @@ -2561,6 +2561,7 @@ mtl_ddi_enable_d2d(struct intel_encoder *encoder)
> enum port port = encoder->port;
> i915_reg_t reg;
> u32 set_bits, wait_bits;
> + int ret;
>
> if (DISPLAY_VER(display) < 14)
> return;
> @@ -2576,7 +2577,11 @@ mtl_ddi_enable_d2d(struct intel_encoder *encoder)
> }
>
> intel_de_rmw(display, reg, 0, set_bits);
> - if (wait_for_us(intel_de_read(display, reg) & wait_bits, 100)) {
> +
> + ret = intel_de_wait_custom(display, reg,
> + wait_bits, wait_bits,
> + 100, 0, NULL);
> + if (ret) {
> drm_err(display->drm, "Timeout waiting for D2D Link enable for DDI/PORT_BUF_CTL %c\n",
> port_name(port));
> }
> @@ -3058,6 +3063,7 @@ mtl_ddi_disable_d2d(struct intel_encoder *encoder)
> enum port port = encoder->port;
> i915_reg_t reg;
> u32 clr_bits, wait_bits;
> + int ret;
>
> if (DISPLAY_VER(display) < 14)
> return;
> @@ -3073,7 +3079,11 @@ mtl_ddi_disable_d2d(struct intel_encoder *encoder)
> }
>
> intel_de_rmw(display, reg, clr_bits, 0);
> - if (wait_for_us(!(intel_de_read(display, reg) & wait_bits), 100))
> +
> + ret = intel_de_wait_custom(display, reg,
> + wait_bits, wait_bits,
As reported by Xe BAT, this should be "wait_bits, 0,". Missed the ! in
the original.
> + 100, 0, NULL);
> + if (ret)
> drm_err(display->drm, "Timeout waiting for D2D Link disable for DDI/PORT_BUF_CTL %c\n",
> port_name(port));
> }
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 20+ messages in thread
* [PATCH v2] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us()
2025-06-26 17:43 ` [PATCH 2/8] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
2025-06-26 19:03 ` Jani Nikula
@ 2025-06-26 19:05 ` Jani Nikula
1 sibling, 0 replies; 20+ messages in thread
From: Jani Nikula @ 2025-06-26 19:05 UTC (permalink / raw)
To: Jani Nikula, intel-gfx, intel-xe
Prefer the register read specific wait function over i915 wait_for_us().
v2: Wait for bits to clear in mtl_ddi_disable_d2d()
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
drivers/gpu/drm/i915/display/intel_ddi.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index 0405396c7750..866ed3e46664 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -2561,6 +2561,7 @@ mtl_ddi_enable_d2d(struct intel_encoder *encoder)
enum port port = encoder->port;
i915_reg_t reg;
u32 set_bits, wait_bits;
+ int ret;
if (DISPLAY_VER(display) < 14)
return;
@@ -2576,7 +2577,11 @@ mtl_ddi_enable_d2d(struct intel_encoder *encoder)
}
intel_de_rmw(display, reg, 0, set_bits);
- if (wait_for_us(intel_de_read(display, reg) & wait_bits, 100)) {
+
+ ret = intel_de_wait_custom(display, reg,
+ wait_bits, wait_bits,
+ 100, 0, NULL);
+ if (ret) {
drm_err(display->drm, "Timeout waiting for D2D Link enable for DDI/PORT_BUF_CTL %c\n",
port_name(port));
}
@@ -3058,6 +3063,7 @@ mtl_ddi_disable_d2d(struct intel_encoder *encoder)
enum port port = encoder->port;
i915_reg_t reg;
u32 clr_bits, wait_bits;
+ int ret;
if (DISPLAY_VER(display) < 14)
return;
@@ -3073,7 +3079,11 @@ mtl_ddi_disable_d2d(struct intel_encoder *encoder)
}
intel_de_rmw(display, reg, clr_bits, 0);
- if (wait_for_us(!(intel_de_read(display, reg) & wait_bits), 100))
+
+ ret = intel_de_wait_custom(display, reg,
+ wait_bits, 0,
+ 100, 0, NULL);
+ if (ret)
drm_err(display->drm, "Timeout waiting for D2D Link disable for DDI/PORT_BUF_CTL %c\n",
port_name(port));
}
--
2.39.5
^ permalink raw reply related [flat|nested] 20+ messages in thread
* ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions (rev2)
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (10 preceding siblings ...)
2025-06-26 18:41 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2025-06-26 19:45 ` Patchwork
2025-06-26 19:59 ` ✗ CI.checksparse: warning " Patchwork
` (3 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2025-06-26 19:45 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-xe
== Series Details ==
Series: drm/i915/display: use intel_de_wait_*() functions (rev2)
URL : https://patchwork.freedesktop.org/series/150832/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[19:44:08] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[19:44:13] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[19:44:39] Starting KUnit Kernel (1/1)...
[19:44:39] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[19:44:40] ================== guc_buf (11 subtests) ===================
[19:44:40] [PASSED] test_smallest
[19:44:40] [PASSED] test_largest
[19:44:40] [PASSED] test_granular
[19:44:40] [PASSED] test_unique
[19:44:40] [PASSED] test_overlap
[19:44:40] [PASSED] test_reusable
[19:44:40] [PASSED] test_too_big
[19:44:40] [PASSED] test_flush
[19:44:40] [PASSED] test_lookup
[19:44:40] [PASSED] test_data
[19:44:40] [PASSED] test_class
[19:44:40] ===================== [PASSED] guc_buf =====================
[19:44:40] =================== guc_dbm (7 subtests) ===================
[19:44:40] [PASSED] test_empty
[19:44:40] [PASSED] test_default
[19:44:40] ======================== test_size ========================
[19:44:40] [PASSED] 4
[19:44:40] [PASSED] 8
[19:44:40] [PASSED] 32
[19:44:40] [PASSED] 256
[19:44:40] ==================== [PASSED] test_size ====================
[19:44:40] ======================= test_reuse ========================
[19:44:40] [PASSED] 4
[19:44:40] [PASSED] 8
[19:44:40] [PASSED] 32
[19:44:40] [PASSED] 256
[19:44:40] =================== [PASSED] test_reuse ====================
[19:44:40] =================== test_range_overlap ====================
[19:44:40] [PASSED] 4
[19:44:40] [PASSED] 8
[19:44:40] [PASSED] 32
[19:44:40] [PASSED] 256
[19:44:40] =============== [PASSED] test_range_overlap ================
[19:44:40] =================== test_range_compact ====================
[19:44:40] [PASSED] 4
[19:44:40] [PASSED] 8
[19:44:40] [PASSED] 32
[19:44:40] [PASSED] 256
[19:44:40] =============== [PASSED] test_range_compact ================
[19:44:40] ==================== test_range_spare =====================
[19:44:40] [PASSED] 4
[19:44:40] [PASSED] 8
[19:44:40] [PASSED] 32
[19:44:40] [PASSED] 256
[19:44:40] ================ [PASSED] test_range_spare =================
[19:44:40] ===================== [PASSED] guc_dbm =====================
[19:44:40] =================== guc_idm (6 subtests) ===================
[19:44:40] [PASSED] bad_init
[19:44:40] [PASSED] no_init
[19:44:40] [PASSED] init_fini
[19:44:40] [PASSED] check_used
[19:44:40] [PASSED] check_quota
[19:44:40] [PASSED] check_all
[19:44:40] ===================== [PASSED] guc_idm =====================
[19:44:40] ================== no_relay (3 subtests) ===================
[19:44:40] [PASSED] xe_drops_guc2pf_if_not_ready
[19:44:40] [PASSED] xe_drops_guc2vf_if_not_ready
[19:44:40] [PASSED] xe_rejects_send_if_not_ready
[19:44:40] ==================== [PASSED] no_relay =====================
[19:44:40] ================== pf_relay (14 subtests) ==================
[19:44:40] [PASSED] pf_rejects_guc2pf_too_short
[19:44:40] [PASSED] pf_rejects_guc2pf_too_long
[19:44:40] [PASSED] pf_rejects_guc2pf_no_payload
[19:44:40] [PASSED] pf_fails_no_payload
[19:44:40] [PASSED] pf_fails_bad_origin
[19:44:40] [PASSED] pf_fails_bad_type
[19:44:40] [PASSED] pf_txn_reports_error
[19:44:40] [PASSED] pf_txn_sends_pf2guc
[19:44:40] [PASSED] pf_sends_pf2guc
[19:44:40] [SKIPPED] pf_loopback_nop
[19:44:40] [SKIPPED] pf_loopback_echo
[19:44:40] [SKIPPED] pf_loopback_fail
[19:44:40] [SKIPPED] pf_loopback_busy
[19:44:40] [SKIPPED] pf_loopback_retry
[19:44:40] ==================== [PASSED] pf_relay =====================
[19:44:40] ================== vf_relay (3 subtests) ===================
[19:44:40] [PASSED] vf_rejects_guc2vf_too_short
[19:44:40] [PASSED] vf_rejects_guc2vf_too_long
[19:44:40] [PASSED] vf_rejects_guc2vf_no_payload
[19:44:40] ==================== [PASSED] vf_relay =====================
[19:44:40] ================= pf_service (11 subtests) =================
[19:44:40] [PASSED] pf_negotiate_any
[19:44:40] [PASSED] pf_negotiate_base_match
[19:44:40] [PASSED] pf_negotiate_base_newer
[19:44:40] [PASSED] pf_negotiate_base_next
[19:44:40] [SKIPPED] pf_negotiate_base_older
[19:44:40] [PASSED] pf_negotiate_base_prev
[19:44:40] [PASSED] pf_negotiate_latest_match
[19:44:40] [PASSED] pf_negotiate_latest_newer
[19:44:40] [PASSED] pf_negotiate_latest_next
[19:44:40] [SKIPPED] pf_negotiate_latest_older
[19:44:40] [SKIPPED] pf_negotiate_latest_prev
[19:44:40] =================== [PASSED] pf_service ====================
[19:44:40] ===================== lmtt (1 subtest) =====================
[19:44:40] ======================== test_ops =========================
[19:44:40] [PASSED] 2-level
[19:44:40] [PASSED] multi-level
[19:44:40] ==================== [PASSED] test_ops =====================
[19:44:40] ====================== [PASSED] lmtt =======================
[19:44:40] =================== xe_mocs (2 subtests) ===================
[19:44:40] ================ xe_live_mocs_kernel_kunit ================
[19:44:40] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[19:44:40] ================ xe_live_mocs_reset_kunit =================
[19:44:40] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[19:44:40] ==================== [SKIPPED] xe_mocs =====================
[19:44:40] ================= xe_migrate (2 subtests) ==================
[19:44:40] ================= xe_migrate_sanity_kunit =================
[19:44:40] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[19:44:40] ================== xe_validate_ccs_kunit ==================
[19:44:40] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[19:44:40] =================== [SKIPPED] xe_migrate ===================
[19:44:40] ================== xe_dma_buf (1 subtest) ==================
[19:44:40] ==================== xe_dma_buf_kunit =====================
[19:44:40] ================ [SKIPPED] xe_dma_buf_kunit ================
[19:44:40] =================== [SKIPPED] xe_dma_buf ===================
[19:44:40] ================= xe_bo_shrink (1 subtest) =================
[19:44:40] =================== xe_bo_shrink_kunit ====================
[19:44:40] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[19:44:40] ================== [SKIPPED] xe_bo_shrink ==================
[19:44:40] ==================== xe_bo (2 subtests) ====================
[19:44:40] ================== xe_ccs_migrate_kunit ===================
[19:44:40] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[19:44:40] ==================== xe_bo_evict_kunit ====================
[19:44:40] =============== [SKIPPED] xe_bo_evict_kunit ================
[19:44:40] ===================== [SKIPPED] xe_bo ======================
[19:44:40] ==================== args (11 subtests) ====================
[19:44:40] [PASSED] count_args_test
[19:44:40] [PASSED] call_args_example
[19:44:40] [PASSED] call_args_test
[19:44:40] [PASSED] drop_first_arg_example
[19:44:40] [PASSED] drop_first_arg_test
[19:44:40] [PASSED] first_arg_example
[19:44:40] [PASSED] first_arg_test
[19:44:40] [PASSED] last_arg_example
[19:44:40] [PASSED] last_arg_test
[19:44:40] [PASSED] pick_arg_example
[19:44:40] [PASSED] sep_comma_example
[19:44:40] ====================== [PASSED] args =======================
[19:44:40] =================== xe_pci (2 subtests) ====================
[19:44:40] ==================== check_graphics_ip ====================
[19:44:40] [PASSED] 12.70 Xe_LPG
[19:44:40] [PASSED] 12.71 Xe_LPG
[19:44:40] [PASSED] 12.74 Xe_LPG+
[19:44:40] [PASSED] 20.01 Xe2_HPG
[19:44:40] [PASSED] 20.02 Xe2_HPG
[19:44:40] [PASSED] 20.04 Xe2_LPG
[19:44:40] [PASSED] 30.00 Xe3_LPG
[19:44:40] [PASSED] 30.01 Xe3_LPG
[19:44:40] [PASSED] 30.03 Xe3_LPG
[19:44:40] ================ [PASSED] check_graphics_ip ================
[19:44:40] ===================== check_media_ip ======================
[19:44:40] [PASSED] 13.00 Xe_LPM+
[19:44:40] [PASSED] 13.01 Xe2_HPM
[19:44:40] [PASSED] 20.00 Xe2_LPM
[19:44:40] [PASSED] 30.00 Xe3_LPM
[19:44:40] [PASSED] 30.02 Xe3_LPM
stty: 'standard input': Inappropriate ioctl for device
[19:44:40] ================= [PASSED] check_media_ip ==================
[19:44:40] ===================== [PASSED] xe_pci ======================
[19:44:40] =================== xe_rtp (2 subtests) ====================
[19:44:40] =============== xe_rtp_process_to_sr_tests ================
[19:44:40] [PASSED] coalesce-same-reg
[19:44:40] [PASSED] no-match-no-add
[19:44:40] [PASSED] match-or
[19:44:40] [PASSED] match-or-xfail
[19:44:40] [PASSED] no-match-no-add-multiple-rules
[19:44:40] [PASSED] two-regs-two-entries
[19:44:40] [PASSED] clr-one-set-other
[19:44:40] [PASSED] set-field
[19:44:40] [PASSED] conflict-duplicate
[19:44:40] [PASSED] conflict-not-disjoint
[19:44:40] [PASSED] conflict-reg-type
[19:44:40] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[19:44:40] ================== xe_rtp_process_tests ===================
[19:44:40] [PASSED] active1
[19:44:40] [PASSED] active2
[19:44:40] [PASSED] active-inactive
[19:44:40] [PASSED] inactive-active
[19:44:40] [PASSED] inactive-1st_or_active-inactive
[19:44:40] [PASSED] inactive-2nd_or_active-inactive
[19:44:40] [PASSED] inactive-last_or_active-inactive
[19:44:40] [PASSED] inactive-no_or_active-inactive
[19:44:40] ============== [PASSED] xe_rtp_process_tests ===============
[19:44:40] ===================== [PASSED] xe_rtp ======================
[19:44:40] ==================== xe_wa (1 subtest) =====================
[19:44:40] ======================== xe_wa_gt =========================
[19:44:40] [PASSED] TIGERLAKE (B0)
[19:44:40] [PASSED] DG1 (A0)
[19:44:40] [PASSED] DG1 (B0)
[19:44:40] [PASSED] ALDERLAKE_S (A0)
[19:44:40] [PASSED] ALDERLAKE_S (B0)
[19:44:40] [PASSED] ALDERLAKE_S (C0)
[19:44:40] [PASSED] ALDERLAKE_S (D0)
[19:44:40] [PASSED] ALDERLAKE_P (A0)
[19:44:40] [PASSED] ALDERLAKE_P (B0)
[19:44:40] [PASSED] ALDERLAKE_P (C0)
[19:44:40] [PASSED] ALDERLAKE_S_RPLS (D0)
[19:44:40] [PASSED] ALDERLAKE_P_RPLU (E0)
[19:44:40] [PASSED] DG2_G10 (C0)
[19:44:40] [PASSED] DG2_G11 (B1)
[19:44:40] [PASSED] DG2_G12 (A1)
[19:44:40] [PASSED] METEORLAKE (g:A0, m:A0)
[19:44:40] [PASSED] METEORLAKE (g:A0, m:A0)
[19:44:40] [PASSED] METEORLAKE (g:A0, m:A0)
[19:44:40] [PASSED] LUNARLAKE (g:A0, m:A0)
[19:44:40] [PASSED] LUNARLAKE (g:B0, m:A0)
[19:44:40] [PASSED] BATTLEMAGE (g:A0, m:A1)
[19:44:40] ==================== [PASSED] xe_wa_gt =====================
[19:44:40] ====================== [PASSED] xe_wa ======================
[19:44:40] ============================================================
[19:44:40] Testing complete. Ran 145 tests: passed: 129, skipped: 16
[19:44:40] Elapsed time: 31.424s total, 4.174s configuring, 26.933s building, 0.296s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[19:44:40] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[19:44:42] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[19:45:03] Starting KUnit Kernel (1/1)...
[19:45:03] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[19:45:03] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[19:45:03] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[19:45:03] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[19:45:03] =========== drm_validate_clone_mode (2 subtests) ===========
[19:45:03] ============== drm_test_check_in_clone_mode ===============
[19:45:03] [PASSED] in_clone_mode
[19:45:03] [PASSED] not_in_clone_mode
[19:45:03] ========== [PASSED] drm_test_check_in_clone_mode ===========
[19:45:03] =============== drm_test_check_valid_clones ===============
[19:45:03] [PASSED] not_in_clone_mode
[19:45:03] [PASSED] valid_clone
[19:45:03] [PASSED] invalid_clone
[19:45:03] =========== [PASSED] drm_test_check_valid_clones ===========
[19:45:03] ============= [PASSED] drm_validate_clone_mode =============
[19:45:03] ============= drm_validate_modeset (1 subtest) =============
[19:45:03] [PASSED] drm_test_check_connector_changed_modeset
[19:45:03] ============== [PASSED] drm_validate_modeset ===============
[19:45:03] ====== drm_test_bridge_get_current_state (2 subtests) ======
[19:45:03] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[19:45:03] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[19:45:03] ======== [PASSED] drm_test_bridge_get_current_state ========
[19:45:03] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[19:45:03] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[19:45:03] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[19:45:03] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[19:45:03] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[19:45:03] ============== drm_bridge_alloc (2 subtests) ===============
[19:45:03] [PASSED] drm_test_drm_bridge_alloc_basic
[19:45:03] [PASSED] drm_test_drm_bridge_alloc_get_put
[19:45:03] ================ [PASSED] drm_bridge_alloc =================
[19:45:03] ================== drm_buddy (7 subtests) ==================
[19:45:03] [PASSED] drm_test_buddy_alloc_limit
[19:45:03] [PASSED] drm_test_buddy_alloc_optimistic
[19:45:03] [PASSED] drm_test_buddy_alloc_pessimistic
[19:45:03] [PASSED] drm_test_buddy_alloc_pathological
[19:45:03] [PASSED] drm_test_buddy_alloc_contiguous
[19:45:03] [PASSED] drm_test_buddy_alloc_clear
[19:45:03] [PASSED] drm_test_buddy_alloc_range_bias
[19:45:03] ==================== [PASSED] drm_buddy ====================
[19:45:03] ============= drm_cmdline_parser (40 subtests) =============
[19:45:03] [PASSED] drm_test_cmdline_force_d_only
[19:45:03] [PASSED] drm_test_cmdline_force_D_only_dvi
[19:45:03] [PASSED] drm_test_cmdline_force_D_only_hdmi
[19:45:03] [PASSED] drm_test_cmdline_force_D_only_not_digital
[19:45:03] [PASSED] drm_test_cmdline_force_e_only
[19:45:03] [PASSED] drm_test_cmdline_res
[19:45:03] [PASSED] drm_test_cmdline_res_vesa
[19:45:03] [PASSED] drm_test_cmdline_res_vesa_rblank
[19:45:03] [PASSED] drm_test_cmdline_res_rblank
[19:45:03] [PASSED] drm_test_cmdline_res_bpp
[19:45:03] [PASSED] drm_test_cmdline_res_refresh
[19:45:03] [PASSED] drm_test_cmdline_res_bpp_refresh
[19:45:03] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[19:45:03] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[19:45:03] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[19:45:03] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[19:45:03] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[19:45:03] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[19:45:03] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[19:45:03] [PASSED] drm_test_cmdline_res_margins_force_on
[19:45:03] [PASSED] drm_test_cmdline_res_vesa_margins
[19:45:03] [PASSED] drm_test_cmdline_name
[19:45:03] [PASSED] drm_test_cmdline_name_bpp
[19:45:03] [PASSED] drm_test_cmdline_name_option
[19:45:03] [PASSED] drm_test_cmdline_name_bpp_option
[19:45:03] [PASSED] drm_test_cmdline_rotate_0
[19:45:03] [PASSED] drm_test_cmdline_rotate_90
[19:45:03] [PASSED] drm_test_cmdline_rotate_180
[19:45:03] [PASSED] drm_test_cmdline_rotate_270
[19:45:03] [PASSED] drm_test_cmdline_hmirror
[19:45:03] [PASSED] drm_test_cmdline_vmirror
[19:45:03] [PASSED] drm_test_cmdline_margin_options
[19:45:03] [PASSED] drm_test_cmdline_multiple_options
[19:45:03] [PASSED] drm_test_cmdline_bpp_extra_and_option
[19:45:03] [PASSED] drm_test_cmdline_extra_and_option
[19:45:03] [PASSED] drm_test_cmdline_freestanding_options
[19:45:03] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[19:45:03] [PASSED] drm_test_cmdline_panel_orientation
[19:45:03] ================ drm_test_cmdline_invalid =================
[19:45:03] [PASSED] margin_only
[19:45:03] [PASSED] interlace_only
[19:45:03] [PASSED] res_missing_x
[19:45:03] [PASSED] res_missing_y
[19:45:03] [PASSED] res_bad_y
[19:45:03] [PASSED] res_missing_y_bpp
[19:45:03] [PASSED] res_bad_bpp
[19:45:03] [PASSED] res_bad_refresh
[19:45:03] [PASSED] res_bpp_refresh_force_on_off
[19:45:03] [PASSED] res_invalid_mode
[19:45:03] [PASSED] res_bpp_wrong_place_mode
[19:45:03] [PASSED] name_bpp_refresh
[19:45:03] [PASSED] name_refresh
[19:45:03] [PASSED] name_refresh_wrong_mode
[19:45:03] [PASSED] name_refresh_invalid_mode
[19:45:03] [PASSED] rotate_multiple
[19:45:03] [PASSED] rotate_invalid_val
[19:45:03] [PASSED] rotate_truncated
[19:45:03] [PASSED] invalid_option
[19:45:03] [PASSED] invalid_tv_option
[19:45:03] [PASSED] truncated_tv_option
[19:45:03] ============ [PASSED] drm_test_cmdline_invalid =============
[19:45:03] =============== drm_test_cmdline_tv_options ===============
[19:45:03] [PASSED] NTSC
[19:45:03] [PASSED] NTSC_443
[19:45:03] [PASSED] NTSC_J
[19:45:03] [PASSED] PAL
[19:45:03] [PASSED] PAL_M
[19:45:03] [PASSED] PAL_N
[19:45:03] [PASSED] SECAM
[19:45:03] [PASSED] MONO_525
[19:45:03] [PASSED] MONO_625
[19:45:03] =========== [PASSED] drm_test_cmdline_tv_options ===========
[19:45:03] =============== [PASSED] drm_cmdline_parser ================
[19:45:03] ========== drmm_connector_hdmi_init (20 subtests) ==========
[19:45:03] [PASSED] drm_test_connector_hdmi_init_valid
[19:45:03] [PASSED] drm_test_connector_hdmi_init_bpc_8
[19:45:03] [PASSED] drm_test_connector_hdmi_init_bpc_10
[19:45:03] [PASSED] drm_test_connector_hdmi_init_bpc_12
[19:45:03] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[19:45:03] [PASSED] drm_test_connector_hdmi_init_bpc_null
[19:45:03] [PASSED] drm_test_connector_hdmi_init_formats_empty
[19:45:03] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[19:45:03] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[19:45:03] [PASSED] supported_formats=0x9 yuv420_allowed=1
[19:45:03] [PASSED] supported_formats=0x9 yuv420_allowed=0
[19:45:03] [PASSED] supported_formats=0x3 yuv420_allowed=1
[19:45:03] [PASSED] supported_formats=0x3 yuv420_allowed=0
[19:45:03] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[19:45:03] [PASSED] drm_test_connector_hdmi_init_null_ddc
[19:45:03] [PASSED] drm_test_connector_hdmi_init_null_product
[19:45:03] [PASSED] drm_test_connector_hdmi_init_null_vendor
[19:45:03] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[19:45:03] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[19:45:03] [PASSED] drm_test_connector_hdmi_init_product_valid
[19:45:03] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[19:45:03] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[19:45:03] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[19:45:03] ========= drm_test_connector_hdmi_init_type_valid =========
[19:45:03] [PASSED] HDMI-A
[19:45:03] [PASSED] HDMI-B
[19:45:03] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[19:45:03] ======== drm_test_connector_hdmi_init_type_invalid ========
[19:45:03] [PASSED] Unknown
[19:45:03] [PASSED] VGA
[19:45:03] [PASSED] DVI-I
[19:45:03] [PASSED] DVI-D
[19:45:03] [PASSED] DVI-A
[19:45:03] [PASSED] Composite
[19:45:03] [PASSED] SVIDEO
[19:45:03] [PASSED] LVDS
[19:45:03] [PASSED] Component
[19:45:03] [PASSED] DIN
[19:45:03] [PASSED] DP
[19:45:03] [PASSED] TV
[19:45:03] [PASSED] eDP
[19:45:03] [PASSED] Virtual
[19:45:03] [PASSED] DSI
[19:45:03] [PASSED] DPI
[19:45:03] [PASSED] Writeback
[19:45:03] [PASSED] SPI
[19:45:03] [PASSED] USB
[19:45:03] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[19:45:03] ============ [PASSED] drmm_connector_hdmi_init =============
[19:45:03] ============= drmm_connector_init (3 subtests) =============
[19:45:03] [PASSED] drm_test_drmm_connector_init
[19:45:03] [PASSED] drm_test_drmm_connector_init_null_ddc
[19:45:03] ========= drm_test_drmm_connector_init_type_valid =========
[19:45:03] [PASSED] Unknown
[19:45:03] [PASSED] VGA
[19:45:03] [PASSED] DVI-I
[19:45:03] [PASSED] DVI-D
[19:45:03] [PASSED] DVI-A
[19:45:03] [PASSED] Composite
[19:45:03] [PASSED] SVIDEO
[19:45:03] [PASSED] LVDS
[19:45:03] [PASSED] Component
[19:45:03] [PASSED] DIN
[19:45:03] [PASSED] DP
[19:45:03] [PASSED] HDMI-A
[19:45:03] [PASSED] HDMI-B
[19:45:03] [PASSED] TV
[19:45:03] [PASSED] eDP
[19:45:03] [PASSED] Virtual
[19:45:03] [PASSED] DSI
[19:45:03] [PASSED] DPI
[19:45:03] [PASSED] Writeback
[19:45:03] [PASSED] SPI
[19:45:03] [PASSED] USB
[19:45:03] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[19:45:03] =============== [PASSED] drmm_connector_init ===============
[19:45:03] ========= drm_connector_dynamic_init (6 subtests) ==========
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_init
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_init_properties
[19:45:03] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[19:45:03] [PASSED] Unknown
[19:45:03] [PASSED] VGA
[19:45:03] [PASSED] DVI-I
[19:45:03] [PASSED] DVI-D
[19:45:03] [PASSED] DVI-A
[19:45:03] [PASSED] Composite
[19:45:03] [PASSED] SVIDEO
[19:45:03] [PASSED] LVDS
[19:45:03] [PASSED] Component
[19:45:03] [PASSED] DIN
[19:45:03] [PASSED] DP
[19:45:03] [PASSED] HDMI-A
[19:45:03] [PASSED] HDMI-B
[19:45:03] [PASSED] TV
[19:45:03] [PASSED] eDP
[19:45:03] [PASSED] Virtual
[19:45:03] [PASSED] DSI
[19:45:03] [PASSED] DPI
[19:45:03] [PASSED] Writeback
[19:45:03] [PASSED] SPI
[19:45:03] [PASSED] USB
[19:45:03] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[19:45:03] ======== drm_test_drm_connector_dynamic_init_name =========
[19:45:03] [PASSED] Unknown
[19:45:03] [PASSED] VGA
[19:45:03] [PASSED] DVI-I
[19:45:03] [PASSED] DVI-D
[19:45:03] [PASSED] DVI-A
[19:45:03] [PASSED] Composite
[19:45:03] [PASSED] SVIDEO
[19:45:03] [PASSED] LVDS
[19:45:03] [PASSED] Component
[19:45:03] [PASSED] DIN
[19:45:03] [PASSED] DP
[19:45:03] [PASSED] HDMI-A
[19:45:03] [PASSED] HDMI-B
[19:45:03] [PASSED] TV
[19:45:03] [PASSED] eDP
[19:45:03] [PASSED] Virtual
[19:45:03] [PASSED] DSI
[19:45:03] [PASSED] DPI
[19:45:03] [PASSED] Writeback
[19:45:03] [PASSED] SPI
[19:45:03] [PASSED] USB
[19:45:03] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[19:45:03] =========== [PASSED] drm_connector_dynamic_init ============
[19:45:03] ==== drm_connector_dynamic_register_early (4 subtests) =====
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[19:45:03] ====== [PASSED] drm_connector_dynamic_register_early =======
[19:45:03] ======= drm_connector_dynamic_register (7 subtests) ========
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[19:45:03] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[19:45:03] ========= [PASSED] drm_connector_dynamic_register ==========
[19:45:03] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[19:45:03] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[19:45:03] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[19:45:03] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[19:45:03] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[19:45:03] ========== drm_test_get_tv_mode_from_name_valid ===========
[19:45:03] [PASSED] NTSC
[19:45:03] [PASSED] NTSC-443
[19:45:03] [PASSED] NTSC-J
[19:45:03] [PASSED] PAL
[19:45:03] [PASSED] PAL-M
[19:45:03] [PASSED] PAL-N
[19:45:03] [PASSED] SECAM
[19:45:03] [PASSED] Mono
[19:45:03] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[19:45:03] [PASSED] drm_test_get_tv_mode_from_name_truncated
[19:45:03] ============ [PASSED] drm_get_tv_mode_from_name ============
[19:45:03] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[19:45:03] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[19:45:03] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[19:45:03] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[19:45:03] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[19:45:03] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[19:45:03] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[19:45:03] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[19:45:03] [PASSED] VIC 96
[19:45:03] [PASSED] VIC 97
[19:45:03] [PASSED] VIC 101
[19:45:03] [PASSED] VIC 102
[19:45:03] [PASSED] VIC 106
[19:45:03] [PASSED] VIC 107
[19:45:03] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[19:45:03] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[19:45:03] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[19:45:03] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[19:45:03] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[19:45:03] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[19:45:03] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[19:45:03] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[19:45:03] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[19:45:03] [PASSED] Automatic
[19:45:03] [PASSED] Full
[19:45:03] [PASSED] Limited 16:235
[19:45:03] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[19:45:03] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[19:45:03] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[19:45:03] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[19:45:03] === drm_test_drm_hdmi_connector_get_output_format_name ====
[19:45:03] [PASSED] RGB
[19:45:03] [PASSED] YUV 4:2:0
[19:45:03] [PASSED] YUV 4:2:2
[19:45:03] [PASSED] YUV 4:4:4
[19:45:03] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[19:45:03] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[19:45:03] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[19:45:03] ============= drm_damage_helper (21 subtests) ==============
[19:45:03] [PASSED] drm_test_damage_iter_no_damage
[19:45:03] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[19:45:03] [PASSED] drm_test_damage_iter_no_damage_src_moved
[19:45:03] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[19:45:03] [PASSED] drm_test_damage_iter_no_damage_not_visible
[19:45:03] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[19:45:03] [PASSED] drm_test_damage_iter_no_damage_no_fb
[19:45:03] [PASSED] drm_test_damage_iter_simple_damage
[19:45:03] [PASSED] drm_test_damage_iter_single_damage
[19:45:03] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[19:45:03] [PASSED] drm_test_damage_iter_single_damage_outside_src
[19:45:03] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[19:45:03] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[19:45:03] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[19:45:03] [PASSED] drm_test_damage_iter_single_damage_src_moved
[19:45:03] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[19:45:03] [PASSED] drm_test_damage_iter_damage
[19:45:03] [PASSED] drm_test_damage_iter_damage_one_intersect
[19:45:03] [PASSED] drm_test_damage_iter_damage_one_outside
[19:45:03] [PASSED] drm_test_damage_iter_damage_src_moved
[19:45:03] [PASSED] drm_test_damage_iter_damage_not_visible
[19:45:03] ================ [PASSED] drm_damage_helper ================
[19:45:03] ============== drm_dp_mst_helper (3 subtests) ==============
[19:45:03] ============== drm_test_dp_mst_calc_pbn_mode ==============
[19:45:03] [PASSED] Clock 154000 BPP 30 DSC disabled
[19:45:03] [PASSED] Clock 234000 BPP 30 DSC disabled
[19:45:03] [PASSED] Clock 297000 BPP 24 DSC disabled
[19:45:03] [PASSED] Clock 332880 BPP 24 DSC enabled
[19:45:03] [PASSED] Clock 324540 BPP 24 DSC enabled
[19:45:03] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[19:45:03] ============== drm_test_dp_mst_calc_pbn_div ===============
[19:45:03] [PASSED] Link rate 2000000 lane count 4
[19:45:03] [PASSED] Link rate 2000000 lane count 2
[19:45:03] [PASSED] Link rate 2000000 lane count 1
[19:45:03] [PASSED] Link rate 1350000 lane count 4
[19:45:03] [PASSED] Link rate 1350000 lane count 2
[19:45:03] [PASSED] Link rate 1350000 lane count 1
[19:45:03] [PASSED] Link rate 1000000 lane count 4
[19:45:03] [PASSED] Link rate 1000000 lane count 2
[19:45:03] [PASSED] Link rate 1000000 lane count 1
[19:45:03] [PASSED] Link rate 810000 lane count 4
[19:45:03] [PASSED] Link rate 810000 lane count 2
[19:45:03] [PASSED] Link rate 810000 lane count 1
[19:45:03] [PASSED] Link rate 540000 lane count 4
[19:45:03] [PASSED] Link rate 540000 lane count 2
[19:45:03] [PASSED] Link rate 540000 lane count 1
[19:45:03] [PASSED] Link rate 270000 lane count 4
[19:45:03] [PASSED] Link rate 270000 lane count 2
[19:45:03] [PASSED] Link rate 270000 lane count 1
[19:45:03] [PASSED] Link rate 162000 lane count 4
[19:45:03] [PASSED] Link rate 162000 lane count 2
[19:45:03] [PASSED] Link rate 162000 lane count 1
[19:45:03] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[19:45:03] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[19:45:03] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[19:45:03] [PASSED] DP_POWER_UP_PHY with port number
[19:45:03] [PASSED] DP_POWER_DOWN_PHY with port number
[19:45:03] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[19:45:03] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[19:45:03] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[19:45:03] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[19:45:03] [PASSED] DP_QUERY_PAYLOAD with port number
[19:45:03] [PASSED] DP_QUERY_PAYLOAD with VCPI
[19:45:03] [PASSED] DP_REMOTE_DPCD_READ with port number
[19:45:03] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[19:45:03] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[19:45:03] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[19:45:03] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[19:45:03] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[19:45:03] [PASSED] DP_REMOTE_I2C_READ with port number
[19:45:03] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[19:45:03] [PASSED] DP_REMOTE_I2C_READ with transactions array
[19:45:03] [PASSED] DP_REMOTE_I2C_WRITE with port number
[19:45:03] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[19:45:03] [PASSED] DP_REMOTE_I2C_WRITE with data array
[19:45:03] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[19:45:03] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[19:45:03] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[19:45:03] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[19:45:03] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[19:45:03] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[19:45:03] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[19:45:03] ================ [PASSED] drm_dp_mst_helper ================
[19:45:03] ================== drm_exec (7 subtests) ===================
[19:45:03] [PASSED] sanitycheck
[19:45:03] [PASSED] test_lock
[19:45:03] [PASSED] test_lock_unlock
[19:45:03] [PASSED] test_duplicates
[19:45:03] [PASSED] test_prepare
[19:45:03] [PASSED] test_prepare_array
[19:45:03] [PASSED] test_multiple_loops
[19:45:03] ==================== [PASSED] drm_exec =====================
[19:45:03] =========== drm_format_helper_test (17 subtests) ===========
[19:45:03] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[19:45:03] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[19:45:03] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[19:45:03] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[19:45:03] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[19:45:03] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[19:45:03] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[19:45:03] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[19:45:03] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[19:45:03] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[19:45:03] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[19:45:03] ============== drm_test_fb_xrgb8888_to_mono ===============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[19:45:03] ==================== drm_test_fb_swab =====================
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ================ [PASSED] drm_test_fb_swab =================
[19:45:03] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[19:45:03] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[19:45:03] [PASSED] single_pixel_source_buffer
[19:45:03] [PASSED] single_pixel_clip_rectangle
[19:45:03] [PASSED] well_known_colors
[19:45:03] [PASSED] destination_pitch
[19:45:03] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[19:45:03] ================= drm_test_fb_clip_offset =================
[19:45:03] [PASSED] pass through
[19:45:03] [PASSED] horizontal offset
[19:45:03] [PASSED] vertical offset
[19:45:03] [PASSED] horizontal and vertical offset
[19:45:03] [PASSED] horizontal offset (custom pitch)
[19:45:03] [PASSED] vertical offset (custom pitch)
[19:45:03] [PASSED] horizontal and vertical offset (custom pitch)
[19:45:03] ============= [PASSED] drm_test_fb_clip_offset =============
[19:45:03] =================== drm_test_fb_memcpy ====================
[19:45:03] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[19:45:03] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[19:45:03] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[19:45:03] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[19:45:03] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[19:45:03] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[19:45:03] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[19:45:03] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[19:45:03] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[19:45:03] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[19:45:03] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[19:45:03] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[19:45:03] =============== [PASSED] drm_test_fb_memcpy ================
[19:45:03] ============= [PASSED] drm_format_helper_test ==============
[19:45:03] ================= drm_format (18 subtests) =================
[19:45:03] [PASSED] drm_test_format_block_width_invalid
[19:45:03] [PASSED] drm_test_format_block_width_one_plane
[19:45:03] [PASSED] drm_test_format_block_width_two_plane
[19:45:03] [PASSED] drm_test_format_block_width_three_plane
[19:45:03] [PASSED] drm_test_format_block_width_tiled
[19:45:03] [PASSED] drm_test_format_block_height_invalid
[19:45:03] [PASSED] drm_test_format_block_height_one_plane
[19:45:03] [PASSED] drm_test_format_block_height_two_plane
[19:45:03] [PASSED] drm_test_format_block_height_three_plane
[19:45:03] [PASSED] drm_test_format_block_height_tiled
[19:45:03] [PASSED] drm_test_format_min_pitch_invalid
[19:45:03] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[19:45:03] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[19:45:03] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[19:45:03] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[19:45:03] [PASSED] drm_test_format_min_pitch_two_plane
[19:45:03] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[19:45:03] [PASSED] drm_test_format_min_pitch_tiled
[19:45:03] =================== [PASSED] drm_format ====================
[19:45:03] ============== drm_framebuffer (10 subtests) ===============
[19:45:03] ========== drm_test_framebuffer_check_src_coords ==========
[19:45:03] [PASSED] Success: source fits into fb
[19:45:03] [PASSED] Fail: overflowing fb with x-axis coordinate
[19:45:03] [PASSED] Fail: overflowing fb with y-axis coordinate
[19:45:03] [PASSED] Fail: overflowing fb with source width
[19:45:03] [PASSED] Fail: overflowing fb with source height
[19:45:03] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[19:45:03] [PASSED] drm_test_framebuffer_cleanup
[19:45:03] =============== drm_test_framebuffer_create ===============
[19:45:03] [PASSED] ABGR8888 normal sizes
[19:45:03] [PASSED] ABGR8888 max sizes
[19:45:03] [PASSED] ABGR8888 pitch greater than min required
[19:45:03] [PASSED] ABGR8888 pitch less than min required
[19:45:03] [PASSED] ABGR8888 Invalid width
[19:45:03] [PASSED] ABGR8888 Invalid buffer handle
[19:45:03] [PASSED] No pixel format
[19:45:03] [PASSED] ABGR8888 Width 0
[19:45:03] [PASSED] ABGR8888 Height 0
[19:45:03] [PASSED] ABGR8888 Out of bound height * pitch combination
[19:45:03] [PASSED] ABGR8888 Large buffer offset
[19:45:03] [PASSED] ABGR8888 Buffer offset for inexistent plane
[19:45:03] [PASSED] ABGR8888 Invalid flag
[19:45:03] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[19:45:03] [PASSED] ABGR8888 Valid buffer modifier
[19:45:03] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[19:45:03] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[19:45:03] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[19:45:03] [PASSED] NV12 Normal sizes
[19:45:03] [PASSED] NV12 Max sizes
[19:45:03] [PASSED] NV12 Invalid pitch
[19:45:03] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[19:45:03] [PASSED] NV12 different modifier per-plane
[19:45:03] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[19:45:03] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[19:45:03] [PASSED] NV12 Modifier for inexistent plane
[19:45:03] [PASSED] NV12 Handle for inexistent plane
[19:45:03] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[19:45:03] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[19:45:03] [PASSED] YVU420 Normal sizes
[19:45:03] [PASSED] YVU420 Max sizes
[19:45:03] [PASSED] YVU420 Invalid pitch
[19:45:03] [PASSED] YVU420 Different pitches
[19:45:03] [PASSED] YVU420 Different buffer offsets/pitches
[19:45:03] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[19:45:03] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[19:45:03] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[19:45:03] [PASSED] YVU420 Valid modifier
[19:45:03] [PASSED] YVU420 Different modifiers per plane
[19:45:03] [PASSED] YVU420 Modifier for inexistent plane
[19:45:03] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[19:45:03] [PASSED] X0L2 Normal sizes
[19:45:03] [PASSED] X0L2 Max sizes
[19:45:03] [PASSED] X0L2 Invalid pitch
[19:45:03] [PASSED] X0L2 Pitch greater than minimum required
[19:45:03] [PASSED] X0L2 Handle for inexistent plane
[19:45:03] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[19:45:03] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[19:45:03] [PASSED] X0L2 Valid modifier
[19:45:03] [PASSED] X0L2 Modifier for inexistent plane
[19:45:03] =========== [PASSED] drm_test_framebuffer_create ===========
[19:45:03] [PASSED] drm_test_framebuffer_free
[19:45:03] [PASSED] drm_test_framebuffer_init
[19:45:03] [PASSED] drm_test_framebuffer_init_bad_format
[19:45:03] [PASSED] drm_test_framebuffer_init_dev_mismatch
[19:45:03] [PASSED] drm_test_framebuffer_lookup
[19:45:03] [PASSED] drm_test_framebuffer_lookup_inexistent
[19:45:03] [PASSED] drm_test_framebuffer_modifiers_not_supported
[19:45:03] ================= [PASSED] drm_framebuffer =================
[19:45:03] ================ drm_gem_shmem (8 subtests) ================
[19:45:03] [PASSED] drm_gem_shmem_test_obj_create
[19:45:03] [PASSED] drm_gem_shmem_test_obj_create_private
[19:45:03] [PASSED] drm_gem_shmem_test_pin_pages
[19:45:03] [PASSED] drm_gem_shmem_test_vmap
[19:45:03] [PASSED] drm_gem_shmem_test_get_pages_sgt
[19:45:03] [PASSED] drm_gem_shmem_test_get_sg_table
[19:45:03] [PASSED] drm_gem_shmem_test_madvise
[19:45:03] [PASSED] drm_gem_shmem_test_purge
[19:45:03] ================== [PASSED] drm_gem_shmem ==================
[19:45:03] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[19:45:03] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[19:45:03] [PASSED] Automatic
[19:45:03] [PASSED] Full
[19:45:03] [PASSED] Limited 16:235
[19:45:03] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[19:45:03] [PASSED] drm_test_check_disable_connector
[19:45:03] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[19:45:03] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[19:45:03] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[19:45:03] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[19:45:03] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[19:45:03] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[19:45:03] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[19:45:03] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[19:45:03] [PASSED] drm_test_check_output_bpc_dvi
[19:45:03] [PASSED] drm_test_check_output_bpc_format_vic_1
[19:45:03] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[19:45:03] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[19:45:03] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[19:45:03] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[19:45:03] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[19:45:03] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[19:45:03] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[19:45:03] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[19:45:03] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[19:45:03] [PASSED] drm_test_check_broadcast_rgb_value
[19:45:03] [PASSED] drm_test_check_bpc_8_value
[19:45:03] [PASSED] drm_test_check_bpc_10_value
[19:45:03] [PASSED] drm_test_check_bpc_12_value
[19:45:03] [PASSED] drm_test_check_format_value
[19:45:03] [PASSED] drm_test_check_tmds_char_value
[19:45:03] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[19:45:03] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[19:45:03] [PASSED] drm_test_check_mode_valid
[19:45:03] [PASSED] drm_test_check_mode_valid_reject
[19:45:03] [PASSED] drm_test_check_mode_valid_reject_rate
[19:45:03] [PASSED] drm_test_check_mode_valid_reject_max_clock
[19:45:03] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[19:45:03] ================= drm_managed (2 subtests) =================
[19:45:03] [PASSED] drm_test_managed_release_action
[19:45:03] [PASSED] drm_test_managed_run_action
[19:45:03] =================== [PASSED] drm_managed ===================
[19:45:03] =================== drm_mm (6 subtests) ====================
[19:45:03] [PASSED] drm_test_mm_init
[19:45:03] [PASSED] drm_test_mm_debug
[19:45:03] [PASSED] drm_test_mm_align32
[19:45:03] [PASSED] drm_test_mm_align64
[19:45:03] [PASSED] drm_test_mm_lowest
[19:45:03] [PASSED] drm_test_mm_highest
[19:45:03] ===================== [PASSED] drm_mm ======================
[19:45:03] ============= drm_modes_analog_tv (5 subtests) =============
[19:45:03] [PASSED] drm_test_modes_analog_tv_mono_576i
[19:45:03] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[19:45:03] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[19:45:03] [PASSED] drm_test_modes_analog_tv_pal_576i
[19:45:03] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[19:45:03] =============== [PASSED] drm_modes_analog_tv ===============
[19:45:03] ============== drm_plane_helper (2 subtests) ===============
[19:45:03] =============== drm_test_check_plane_state ================
[19:45:03] [PASSED] clipping_simple
[19:45:03] [PASSED] clipping_rotate_reflect
[19:45:03] [PASSED] positioning_simple
[19:45:03] [PASSED] upscaling
[19:45:03] [PASSED] downscaling
[19:45:03] [PASSED] rounding1
[19:45:03] [PASSED] rounding2
[19:45:03] [PASSED] rounding3
[19:45:03] [PASSED] rounding4
[19:45:03] =========== [PASSED] drm_test_check_plane_state ============
[19:45:03] =========== drm_test_check_invalid_plane_state ============
[19:45:03] [PASSED] positioning_invalid
[19:45:03] [PASSED] upscaling_invalid
[19:45:03] [PASSED] downscaling_invalid
[19:45:03] ======= [PASSED] drm_test_check_invalid_plane_state ========
[19:45:03] ================ [PASSED] drm_plane_helper =================
[19:45:03] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[19:45:03] ====== drm_test_connector_helper_tv_get_modes_check =======
[19:45:03] [PASSED] None
[19:45:03] [PASSED] PAL
[19:45:03] [PASSED] NTSC
[19:45:03] [PASSED] Both, NTSC Default
[19:45:03] [PASSED] Both, PAL Default
[19:45:03] [PASSED] Both, NTSC Default, with PAL on command-line
[19:45:03] [PASSED] Both, PAL Default, with NTSC on command-line
[19:45:03] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[19:45:03] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[19:45:03] ================== drm_rect (9 subtests) ===================
[19:45:03] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[19:45:03] [PASSED] drm_test_rect_clip_scaled_not_clipped
[19:45:03] [PASSED] drm_test_rect_clip_scaled_clipped
[19:45:03] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[19:45:03] ================= drm_test_rect_intersect =================
[19:45:03] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[19:45:03] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[19:45:03] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[19:45:03] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[19:45:03] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[19:45:03] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[19:45:03] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[19:45:03] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[19:45:03] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[19:45:03] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[19:45:03] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[19:45:03] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[19:45:03] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[19:45:03] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[19:45:03] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[19:45:03] ============= [PASSED] drm_test_rect_intersect =============
[19:45:03] ================ drm_test_rect_calc_hscale ================
[19:45:03] [PASSED] normal use
[19:45:03] [PASSED] out of max range
[19:45:03] [PASSED] out of min range
[19:45:03] [PASSED] zero dst
[19:45:03] [PASSED] negative src
[19:45:03] [PASSED] negative dst
[19:45:03] ============ [PASSED] drm_test_rect_calc_hscale ============
[19:45:03] ================ drm_test_rect_calc_vscale ================
[19:45:03] [PASSED] normal use
[19:45:03] [PASSED] out of max range
[19:45:03] [PASSED] out of min range
[19:45:03] [PASSED] zero dst
[19:45:03] [PASSED] negative src
[19:45:03] [PASSED] negative dst
[19:45:03] ============ [PASSED] drm_test_rect_calc_vscale ============
[19:45:03] ================== drm_test_rect_rotate ===================
[19:45:03] [PASSED] reflect-x
[19:45:03] [PASSED] reflect-y
[19:45:03] [PASSED] rotate-0
[19:45:03] [PASSED] rotate-90
[19:45:03] [PASSED] rotate-180
[19:45:03] [PASSED] rotate-270
stty: 'standard input': Inappropriate ioctl for device
[19:45:03] ============== [PASSED] drm_test_rect_rotate ===============
[19:45:03] ================ drm_test_rect_rotate_inv =================
[19:45:03] [PASSED] reflect-x
[19:45:03] [PASSED] reflect-y
[19:45:03] [PASSED] rotate-0
[19:45:03] [PASSED] rotate-90
[19:45:03] [PASSED] rotate-180
[19:45:03] [PASSED] rotate-270
[19:45:03] ============ [PASSED] drm_test_rect_rotate_inv =============
[19:45:03] ==================== [PASSED] drm_rect =====================
[19:45:03] ============ drm_sysfb_modeset_test (1 subtest) ============
[19:45:03] ============ drm_test_sysfb_build_fourcc_list =============
[19:45:03] [PASSED] no native formats
[19:45:03] [PASSED] XRGB8888 as native format
[19:45:03] [PASSED] remove duplicates
[19:45:03] [PASSED] convert alpha formats
[19:45:03] [PASSED] random formats
[19:45:03] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[19:45:03] ============= [PASSED] drm_sysfb_modeset_test ==============
[19:45:03] ============================================================
[19:45:03] Testing complete. Ran 616 tests: passed: 616
[19:45:04] Elapsed time: 23.606s total, 1.680s configuring, 21.758s building, 0.148s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[19:45:04] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[19:45:05] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=48
[19:45:13] Starting KUnit Kernel (1/1)...
[19:45:13] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[19:45:13] ================= ttm_device (5 subtests) ==================
[19:45:13] [PASSED] ttm_device_init_basic
[19:45:13] [PASSED] ttm_device_init_multiple
[19:45:13] [PASSED] ttm_device_fini_basic
[19:45:13] [PASSED] ttm_device_init_no_vma_man
[19:45:13] ================== ttm_device_init_pools ==================
[19:45:13] [PASSED] No DMA allocations, no DMA32 required
[19:45:13] [PASSED] DMA allocations, DMA32 required
[19:45:13] [PASSED] No DMA allocations, DMA32 required
[19:45:13] [PASSED] DMA allocations, no DMA32 required
[19:45:13] ============== [PASSED] ttm_device_init_pools ==============
[19:45:13] =================== [PASSED] ttm_device ====================
[19:45:13] ================== ttm_pool (8 subtests) ===================
[19:45:13] ================== ttm_pool_alloc_basic ===================
[19:45:13] [PASSED] One page
[19:45:13] [PASSED] More than one page
[19:45:13] [PASSED] Above the allocation limit
[19:45:13] [PASSED] One page, with coherent DMA mappings enabled
[19:45:13] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[19:45:13] ============== [PASSED] ttm_pool_alloc_basic ===============
[19:45:13] ============== ttm_pool_alloc_basic_dma_addr ==============
[19:45:13] [PASSED] One page
[19:45:13] [PASSED] More than one page
[19:45:13] [PASSED] Above the allocation limit
[19:45:13] [PASSED] One page, with coherent DMA mappings enabled
[19:45:13] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[19:45:13] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[19:45:13] [PASSED] ttm_pool_alloc_order_caching_match
[19:45:13] [PASSED] ttm_pool_alloc_caching_mismatch
[19:45:13] [PASSED] ttm_pool_alloc_order_mismatch
[19:45:13] [PASSED] ttm_pool_free_dma_alloc
[19:45:13] [PASSED] ttm_pool_free_no_dma_alloc
[19:45:13] [PASSED] ttm_pool_fini_basic
[19:45:13] ==================== [PASSED] ttm_pool =====================
[19:45:13] ================ ttm_resource (8 subtests) =================
[19:45:13] ================= ttm_resource_init_basic =================
[19:45:13] [PASSED] Init resource in TTM_PL_SYSTEM
[19:45:13] [PASSED] Init resource in TTM_PL_VRAM
[19:45:13] [PASSED] Init resource in a private placement
[19:45:13] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[19:45:13] ============= [PASSED] ttm_resource_init_basic =============
[19:45:13] [PASSED] ttm_resource_init_pinned
[19:45:13] [PASSED] ttm_resource_fini_basic
[19:45:13] [PASSED] ttm_resource_manager_init_basic
[19:45:13] [PASSED] ttm_resource_manager_usage_basic
[19:45:13] [PASSED] ttm_resource_manager_set_used_basic
[19:45:13] [PASSED] ttm_sys_man_alloc_basic
[19:45:13] [PASSED] ttm_sys_man_free_basic
[19:45:13] ================== [PASSED] ttm_resource ===================
[19:45:13] =================== ttm_tt (15 subtests) ===================
[19:45:13] ==================== ttm_tt_init_basic ====================
[19:45:13] [PASSED] Page-aligned size
[19:45:13] [PASSED] Extra pages requested
[19:45:13] ================ [PASSED] ttm_tt_init_basic ================
[19:45:13] [PASSED] ttm_tt_init_misaligned
[19:45:13] [PASSED] ttm_tt_fini_basic
[19:45:13] [PASSED] ttm_tt_fini_sg
[19:45:13] [PASSED] ttm_tt_fini_shmem
[19:45:13] [PASSED] ttm_tt_create_basic
[19:45:13] [PASSED] ttm_tt_create_invalid_bo_type
[19:45:13] [PASSED] ttm_tt_create_ttm_exists
[19:45:13] [PASSED] ttm_tt_create_failed
[19:45:13] [PASSED] ttm_tt_destroy_basic
[19:45:13] [PASSED] ttm_tt_populate_null_ttm
[19:45:13] [PASSED] ttm_tt_populate_populated_ttm
[19:45:13] [PASSED] ttm_tt_unpopulate_basic
[19:45:13] [PASSED] ttm_tt_unpopulate_empty_ttm
[19:45:13] [PASSED] ttm_tt_swapin_basic
[19:45:13] ===================== [PASSED] ttm_tt ======================
[19:45:13] =================== ttm_bo (14 subtests) ===================
[19:45:13] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[19:45:13] [PASSED] Cannot be interrupted and sleeps
[19:45:13] [PASSED] Cannot be interrupted, locks straight away
[19:45:13] [PASSED] Can be interrupted, sleeps
[19:45:13] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[19:45:13] [PASSED] ttm_bo_reserve_locked_no_sleep
[19:45:13] [PASSED] ttm_bo_reserve_no_wait_ticket
[19:45:13] [PASSED] ttm_bo_reserve_double_resv
[19:45:13] [PASSED] ttm_bo_reserve_interrupted
[19:45:13] [PASSED] ttm_bo_reserve_deadlock
[19:45:13] [PASSED] ttm_bo_unreserve_basic
[19:45:13] [PASSED] ttm_bo_unreserve_pinned
[19:45:13] [PASSED] ttm_bo_unreserve_bulk
[19:45:13] [PASSED] ttm_bo_put_basic
[19:45:13] [PASSED] ttm_bo_put_shared_resv
[19:45:13] [PASSED] ttm_bo_pin_basic
[19:45:13] [PASSED] ttm_bo_pin_unpin_resource
[19:45:13] [PASSED] ttm_bo_multiple_pin_one_unpin
[19:45:13] ===================== [PASSED] ttm_bo ======================
[19:45:13] ============== ttm_bo_validate (22 subtests) ===============
[19:45:13] ============== ttm_bo_init_reserved_sys_man ===============
[19:45:13] [PASSED] Buffer object for userspace
[19:45:13] [PASSED] Kernel buffer object
[19:45:13] [PASSED] Shared buffer object
[19:45:13] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[19:45:13] ============== ttm_bo_init_reserved_mock_man ==============
[19:45:13] [PASSED] Buffer object for userspace
[19:45:13] [PASSED] Kernel buffer object
[19:45:13] [PASSED] Shared buffer object
[19:45:13] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[19:45:13] [PASSED] ttm_bo_init_reserved_resv
[19:45:13] ================== ttm_bo_validate_basic ==================
[19:45:13] [PASSED] Buffer object for userspace
[19:45:13] [PASSED] Kernel buffer object
[19:45:13] [PASSED] Shared buffer object
[19:45:13] ============== [PASSED] ttm_bo_validate_basic ==============
[19:45:13] [PASSED] ttm_bo_validate_invalid_placement
[19:45:13] ============= ttm_bo_validate_same_placement ==============
[19:45:13] [PASSED] System manager
[19:45:13] [PASSED] VRAM manager
[19:45:13] ========= [PASSED] ttm_bo_validate_same_placement ==========
[19:45:13] [PASSED] ttm_bo_validate_failed_alloc
[19:45:13] [PASSED] ttm_bo_validate_pinned
[19:45:13] [PASSED] ttm_bo_validate_busy_placement
[19:45:13] ================ ttm_bo_validate_multihop =================
[19:45:13] [PASSED] Buffer object for userspace
[19:45:13] [PASSED] Kernel buffer object
[19:45:13] [PASSED] Shared buffer object
[19:45:13] ============ [PASSED] ttm_bo_validate_multihop =============
[19:45:13] ========== ttm_bo_validate_no_placement_signaled ==========
[19:45:13] [PASSED] Buffer object in system domain, no page vector
[19:45:13] [PASSED] Buffer object in system domain with an existing page vector
[19:45:13] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[19:45:13] ======== ttm_bo_validate_no_placement_not_signaled ========
[19:45:13] [PASSED] Buffer object for userspace
[19:45:13] [PASSED] Kernel buffer object
[19:45:13] [PASSED] Shared buffer object
[19:45:13] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[19:45:13] [PASSED] ttm_bo_validate_move_fence_signaled
[19:45:13] ========= ttm_bo_validate_move_fence_not_signaled =========
[19:45:13] [PASSED] Waits for GPU
[19:45:13] [PASSED] Tries to lock straight away
[19:45:13] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[19:45:13] [PASSED] ttm_bo_validate_swapout
[19:45:13] [PASSED] ttm_bo_validate_happy_evict
[19:45:13] [PASSED] ttm_bo_validate_all_pinned_evict
[19:45:13] [PASSED] ttm_bo_validate_allowed_only_evict
[19:45:13] [PASSED] ttm_bo_validate_deleted_evict
[19:45:13] [PASSED] ttm_bo_validate_busy_domain_evict
[19:45:13] [PASSED] ttm_bo_validate_evict_gutting
[19:45:13] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[19:45:13] ================= [PASSED] ttm_bo_validate =================
[19:45:13] ============================================================
[19:45:13] Testing complete. Ran 102 tests: passed: 102
[19:45:14] Elapsed time: 9.995s total, 1.718s configuring, 7.660s building, 0.509s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 20+ messages in thread
* ✗ CI.checksparse: warning for drm/i915/display: use intel_de_wait_*() functions (rev2)
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (11 preceding siblings ...)
2025-06-26 19:45 ` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions (rev2) Patchwork
@ 2025-06-26 19:59 ` Patchwork
2025-06-26 20:21 ` ✓ Xe.CI.BAT: success " Patchwork
` (2 subsequent siblings)
15 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2025-06-26 19:59 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-xe
== Series Details ==
Series: drm/i915/display: use intel_de_wait_*() functions (rev2)
URL : https://patchwork.freedesktop.org/series/150832/
State : warning
== Summary ==
+ trap cleanup EXIT
+ KERNEL=/kernel
+ MT=/root/linux/maintainer-tools
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools /root/linux/maintainer-tools
Cloning into '/root/linux/maintainer-tools'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ make -C /root/linux/maintainer-tools
make: Entering directory '/root/linux/maintainer-tools'
cc -O2 -g -Wextra -o remap-log remap-log.c
make: Leaving directory '/root/linux/maintainer-tools'
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ /root/linux/maintainer-tools/dim sparse --fast 091a3795055d69f7bad527cb661f7447a005deb5
Sparse version: 0.6.4 (Ubuntu: 0.6.4-4ubuntu3)
Fast mode used, each commit won't be checked separately.
-
+drivers/gpu/drm/i915/display/intel_cdclk.c: note: in included file:
+drivers/gpu/drm/i915/display/intel_ddi.c: note: in included file:
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:1995:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:2008:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:2008:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_display_types.h:2008:24: warning: unreplaced symbol '<noident>'
+drivers/gpu/drm/i915/display/intel_hdcp.c: note: in included file:
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 20+ messages in thread
* ✓ Xe.CI.BAT: success for drm/i915/display: use intel_de_wait_*() functions (rev2)
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (12 preceding siblings ...)
2025-06-26 19:59 ` ✗ CI.checksparse: warning " Patchwork
@ 2025-06-26 20:21 ` Patchwork
2025-06-30 20:49 ` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions Patchwork
2025-06-30 23:11 ` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions (rev2) Patchwork
15 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2025-06-26 20:21 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 7424 bytes --]
== Series Details ==
Series: drm/i915/display: use intel_de_wait_*() functions (rev2)
URL : https://patchwork.freedesktop.org/series/150832/
State : success
== Summary ==
CI Bug Log - changes from xe-3314-2c22bc086dd8036ca159c714122e274d6350b950_BAT -> xe-pw-150832v2_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 8)
------------------------------
Missing (1): bat-adlp-vm
Known issues
------------
Here are the changes found in xe-pw-150832v2_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-lnl-2: NOTRUN -> [SKIP][1] ([Intel XE#1466] / [Intel XE#2235])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_flip@basic-flip-vs-dpms:
- bat-lnl-2: NOTRUN -> [SKIP][2] ([Intel XE#2235] / [Intel XE#2482]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_flip@basic-plain-flip@d-edp1:
- bat-adlp-7: [PASS][3] -> [DMESG-WARN][4] ([Intel XE#4543]) +1 other test dmesg-warn
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/bat-adlp-7/igt@kms_flip@basic-plain-flip@d-edp1.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-adlp-7/igt@kms_flip@basic-plain-flip@d-edp1.html
* igt@kms_force_connector_basic@force-connector-state:
- bat-lnl-2: NOTRUN -> [SKIP][5] ([Intel XE#2235] / [Intel XE#352]) +2 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@basic:
- bat-lnl-2: NOTRUN -> [SKIP][6] ([Intel XE#2235] / [Intel XE#2548])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_hdmi_inject@inject-audio:
- bat-lnl-2: NOTRUN -> [SKIP][7] ([Intel XE#1470] / [Intel XE#2235] / [Intel XE#2853])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24:
- bat-lnl-2: NOTRUN -> [SKIP][8] ([Intel XE#2235]) +13 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html
* igt@kms_psr@psr-cursor-plane-move:
- bat-lnl-2: NOTRUN -> [SKIP][9] ([Intel XE#2850] / [Intel XE#929]) +2 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@kms_psr@psr-cursor-plane-move.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- bat-lnl-2: NOTRUN -> [SKIP][10] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@xe_evict@evict-beng-small:
- bat-lnl-2: NOTRUN -> [SKIP][11] ([Intel XE#688]) +11 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@xe_evict@evict-beng-small.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- bat-lnl-2: NOTRUN -> [SKIP][12] ([Intel XE#2229]) +2 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_mmap@vram:
- bat-lnl-2: NOTRUN -> [SKIP][13] ([Intel XE#1416])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@xe_mmap@vram.html
* igt@xe_pat@pat-index-xehpc:
- bat-lnl-2: NOTRUN -> [SKIP][14] ([Intel XE#1420] / [Intel XE#2838])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelp:
- bat-lnl-2: NOTRUN -> [SKIP][15] ([Intel XE#977])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@xe_pat@pat-index-xelp.html
* igt@xe_pat@pat-index-xelpg:
- bat-lnl-2: NOTRUN -> [SKIP][16] ([Intel XE#2236] / [Intel XE#979])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@xe_pat@pat-index-xelpg.html
* igt@xe_sriov_flr@flr-vf1-clear:
- bat-lnl-2: NOTRUN -> [SKIP][17] ([Intel XE#3342])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@xe_sriov_flr@flr-vf1-clear.html
#### Possible fixes ####
* igt@intel_sysfs_debugfs@xe-sysfs-read-all-entries:
- bat-lnl-2: [DMESG-WARN][18] -> [PASS][19]
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/bat-lnl-2/igt@intel_sysfs_debugfs@xe-sysfs-read-all-entries.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@intel_sysfs_debugfs@xe-sysfs-read-all-entries.html
* igt@kms_addfb_basic@addfb25-4-tiled:
- bat-lnl-2: [ABORT][20] -> [PASS][21]
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/bat-lnl-2/igt@kms_addfb_basic@addfb25-4-tiled.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/bat-lnl-2/igt@kms_addfb_basic@addfb25-4-tiled.html
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1466
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2235]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2235
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2482
[Intel XE#2548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2548
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
[Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
Build changes
-------------
* Linux: xe-3314-2c22bc086dd8036ca159c714122e274d6350b950 -> xe-pw-150832v2
IGT_8429: 8429
xe-3314-2c22bc086dd8036ca159c714122e274d6350b950: 2c22bc086dd8036ca159c714122e274d6350b950
xe-pw-150832v2: 150832v2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/index.html
[-- Attachment #2: Type: text/html, Size: 8719 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for()
2025-06-26 17:43 ` [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
@ 2025-06-30 6:23 ` Kandpal, Suraj
0 siblings, 0 replies; 20+ messages in thread
From: Kandpal, Suraj @ 2025-06-30 6:23 UTC (permalink / raw)
To: Nikula, Jani, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org
> -----Original Message-----
> From: Nikula, Jani <jani.nikula@intel.com>
> Sent: Thursday, June 26, 2025 11:13 PM
> To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
> Cc: Nikula, Jani <jani.nikula@intel.com>; Kandpal, Suraj
> <suraj.kandpal@intel.com>
> Subject: [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of
> wait_for()
>
> Prefer the register read specific wait function over i915 wait_for().
>
> Note that there's a slight functional change: both HDCP_STATUS_R0_READY
> and HDCP_STATUS_ENC need to be set instead of just one or the other. This is
> likely the intention, though, as this was fixed for HDMI in commit
> 3ffaf56e912e ("drm/i915: HDCP: fix Ri prime check done during link check").
Actually the bspec (49289) says
Poll Status register for R0 Ready Status or Link Encrypting Status to be 1b.
- Link Encrypting Status may be set here in the rare case where the R0 for this authentication is the same as the previous Ri.
Not sure why the previous fix was given a OK without a HSD being dropped or not even as much as a change in bspec (Shrug).
IMHO a HSD should have been raised if the register was getting set and there was actually a mismatch
Also I really don't know if a analyzer was used to get that fix in.
Regards,
Suraj Kandpal
>
> Cc: Suraj Kandpal <suraj.kandpal@intel.com>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_hdcp.c | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_hdcp.c
> b/drivers/gpu/drm/i915/display/intel_hdcp.c
> index 619ccfc33000..c480a75b5fb9 100644
> --- a/drivers/gpu/drm/i915/display/intel_hdcp.c
> +++ b/drivers/gpu/drm/i915/display/intel_hdcp.c
> @@ -903,8 +903,9 @@ static int intel_hdcp_auth(struct intel_connector
> *connector)
> HDCP_CONF_AUTH_AND_ENC);
>
> /* Wait for R0 ready */
> - if (wait_for(intel_de_read(display, HDCP_STATUS(display,
> cpu_transcoder, port)) &
> - (HDCP_STATUS_R0_READY | HDCP_STATUS_ENC), 1)) {
> + ret = intel_de_wait_for_set(display, HDCP_STATUS(display,
> cpu_transcoder, port),
> + HDCP_STATUS_R0_READY |
> HDCP_STATUS_ENC, 1);
> + if (ret) {
> drm_err(display->drm, "Timed out waiting for R0 ready\n");
> return -ETIMEDOUT;
> }
> @@ -936,8 +937,9 @@ static int intel_hdcp_auth(struct intel_connector
> *connector)
> ri.reg);
>
> /* Wait for Ri prime match */
> - if (!wait_for(intel_de_read(display, HDCP_STATUS(display,
> cpu_transcoder, port)) &
> - (HDCP_STATUS_RI_MATCH | HDCP_STATUS_ENC),
> 1))
> + ret = intel_de_wait_for_set(display, HDCP_STATUS(display,
> cpu_transcoder, port),
> + HDCP_STATUS_RI_MATCH |
> HDCP_STATUS_ENC, 1);
> + if (!ret)
> break;
> }
>
> --
> 2.39.5
^ permalink raw reply [flat|nested] 20+ messages in thread
* ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (13 preceding siblings ...)
2025-06-26 20:21 ` ✓ Xe.CI.BAT: success " Patchwork
@ 2025-06-30 20:49 ` Patchwork
2025-06-30 23:11 ` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions (rev2) Patchwork
15 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2025-06-30 20:49 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 29465 bytes --]
== Series Details ==
Series: drm/i915/display: use intel_de_wait_*() functions
URL : https://patchwork.freedesktop.org/series/150832/
State : failure
== Summary ==
CI Bug Log - changes from xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3_FULL -> xe-pw-150832v1_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-150832v1_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-150832v1_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-150832v1_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [DMESG-FAIL][1] +2 other tests dmesg-fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-466/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html
#### Warnings ####
* igt@kms_content_protection@lic-type-0:
- shard-dg2-set2: [FAIL][2] ([Intel XE#1178]) -> [DMESG-FAIL][3] +6 other tests dmesg-fail
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-464/igt@kms_content_protection@lic-type-0.html
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-432/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: [FAIL][4] ([Intel XE#1188]) -> [DMESG-FAIL][5] +1 other test dmesg-fail
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-436/igt@kms_content_protection@uevent.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-436/igt@kms_content_protection@uevent.html
* igt@xe_module_load@load:
- shard-lnl: ([PASS][6], [PASS][7], [PASS][8], [PASS][9], [PASS][10], [PASS][11], [PASS][12], [PASS][13], [PASS][14], [PASS][15], [PASS][16], [PASS][17], [PASS][18], [PASS][19], [PASS][20], [PASS][21], [PASS][22], [PASS][23], [PASS][24], [PASS][25], [PASS][26], [PASS][27], [SKIP][28], [PASS][29], [PASS][30], [PASS][31]) ([Intel XE#378]) -> ([DMESG-WARN][32], [DMESG-WARN][33], [DMESG-WARN][34], [DMESG-WARN][35], [DMESG-WARN][36], [DMESG-WARN][37], [DMESG-WARN][38], [DMESG-WARN][39], [DMESG-WARN][40], [DMESG-WARN][41], [DMESG-WARN][42], [DMESG-WARN][43], [DMESG-WARN][44], [DMESG-WARN][45], [DMESG-WARN][46], [DMESG-WARN][47], [DMESG-WARN][48], [DMESG-WARN][49], [DMESG-WARN][50], [DMESG-WARN][51], [DMESG-WARN][52], [DMESG-WARN][53], [DMESG-WARN][54], [DMESG-WARN][55], [DMESG-WARN][56])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-7/igt@xe_module_load@load.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-7/igt@xe_module_load@load.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-7/igt@xe_module_load@load.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-2/igt@xe_module_load@load.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-2/igt@xe_module_load@load.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-1/igt@xe_module_load@load.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-5/igt@xe_module_load@load.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-5/igt@xe_module_load@load.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-4/igt@xe_module_load@load.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-1/igt@xe_module_load@load.html
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-6/igt@xe_module_load@load.html
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-5/igt@xe_module_load@load.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-7/igt@xe_module_load@load.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-6/igt@xe_module_load@load.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-6/igt@xe_module_load@load.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-8/igt@xe_module_load@load.html
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-2/igt@xe_module_load@load.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-3/igt@xe_module_load@load.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-3/igt@xe_module_load@load.html
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-3/igt@xe_module_load@load.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-1/igt@xe_module_load@load.html
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-8/igt@xe_module_load@load.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-8/igt@xe_module_load@load.html
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-8/igt@xe_module_load@load.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-4/igt@xe_module_load@load.html
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-lnl-4/igt@xe_module_load@load.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-2/igt@xe_module_load@load.html
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-2/igt@xe_module_load@load.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-3/igt@xe_module_load@load.html
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-3/igt@xe_module_load@load.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-3/igt@xe_module_load@load.html
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-6/igt@xe_module_load@load.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-6/igt@xe_module_load@load.html
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-6/igt@xe_module_load@load.html
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-1/igt@xe_module_load@load.html
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-4/igt@xe_module_load@load.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-4/igt@xe_module_load@load.html
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-4/igt@xe_module_load@load.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-4/igt@xe_module_load@load.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-8/igt@xe_module_load@load.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-8/igt@xe_module_load@load.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-8/igt@xe_module_load@load.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-1/igt@xe_module_load@load.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-1/igt@xe_module_load@load.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-7/igt@xe_module_load@load.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-7/igt@xe_module_load@load.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-7/igt@xe_module_load@load.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-5/igt@xe_module_load@load.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-5/igt@xe_module_load@load.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-5/igt@xe_module_load@load.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-lnl-2/igt@xe_module_load@load.html
- shard-bmg: ([PASS][57], [PASS][58], [PASS][59], [PASS][60], [PASS][61], [PASS][62], [PASS][63], [PASS][64], [PASS][65], [PASS][66], [PASS][67], [PASS][68], [PASS][69], [PASS][70], [PASS][71], [PASS][72], [PASS][73], [SKIP][74], [PASS][75], [PASS][76], [PASS][77], [PASS][78], [PASS][79], [PASS][80], [PASS][81], [PASS][82]) ([Intel XE#2457]) -> ([DMESG-WARN][83], [DMESG-WARN][84], [DMESG-WARN][85], [DMESG-WARN][86], [DMESG-WARN][87], [DMESG-WARN][88], [DMESG-WARN][89], [DMESG-WARN][90], [DMESG-WARN][91], [DMESG-WARN][92], [DMESG-WARN][93], [DMESG-WARN][94], [DMESG-WARN][95], [DMESG-WARN][96], [DMESG-WARN][97], [DMESG-WARN][98], [DMESG-WARN][99], [DMESG-WARN][100], [DMESG-WARN][101], [DMESG-WARN][102], [DMESG-WARN][103], [DMESG-WARN][104], [DMESG-WARN][105], [DMESG-WARN][106], [DMESG-WARN][107])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-8/igt@xe_module_load@load.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-7/igt@xe_module_load@load.html
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-8/igt@xe_module_load@load.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-2/igt@xe_module_load@load.html
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-2/igt@xe_module_load@load.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-7/igt@xe_module_load@load.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-1/igt@xe_module_load@load.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-5/igt@xe_module_load@load.html
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-5/igt@xe_module_load@load.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-1/igt@xe_module_load@load.html
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-7/igt@xe_module_load@load.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-3/igt@xe_module_load@load.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-3/igt@xe_module_load@load.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-3/igt@xe_module_load@load.html
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-6/igt@xe_module_load@load.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-6/igt@xe_module_load@load.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-5/igt@xe_module_load@load.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-5/igt@xe_module_load@load.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-3/igt@xe_module_load@load.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-4/igt@xe_module_load@load.html
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-2/igt@xe_module_load@load.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-5/igt@xe_module_load@load.html
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-4/igt@xe_module_load@load.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-5/igt@xe_module_load@load.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-1/igt@xe_module_load@load.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-bmg-4/igt@xe_module_load@load.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-2/igt@xe_module_load@load.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-2/igt@xe_module_load@load.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-2/igt@xe_module_load@load.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-7/igt@xe_module_load@load.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-7/igt@xe_module_load@load.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-7/igt@xe_module_load@load.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-7/igt@xe_module_load@load.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-1/igt@xe_module_load@load.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-1/igt@xe_module_load@load.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-1/igt@xe_module_load@load.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-8/igt@xe_module_load@load.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-8/igt@xe_module_load@load.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-8/igt@xe_module_load@load.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-5/igt@xe_module_load@load.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-6/igt@xe_module_load@load.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-6/igt@xe_module_load@load.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-6/igt@xe_module_load@load.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-3/igt@xe_module_load@load.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-3/igt@xe_module_load@load.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-3/igt@xe_module_load@load.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-4/igt@xe_module_load@load.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-4/igt@xe_module_load@load.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-4/igt@xe_module_load@load.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-5/igt@xe_module_load@load.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-bmg-5/igt@xe_module_load@load.html
Known issues
------------
Here are the changes found in xe-pw-150832v1_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [PASS][108] -> [INCOMPLETE][109] ([Intel XE#3862]) +1 other test incomplete
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#787]) +90 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][111] ([Intel XE#455] / [Intel XE#787]) +12 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][112] -> [INCOMPLETE][113] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [PASS][114] -> [INCOMPLETE][115] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124] / [Intel XE#4345])
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][116] -> [INCOMPLETE][117] ([Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][118] ([Intel XE#3124])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][119] ([Intel XE#1727] / [Intel XE#3113])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][120] ([Intel XE#4494] / [i915#3804])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a2-dp2:
- shard-dg2-set2: NOTRUN -> [FAIL][121] ([Intel XE#2882] / [Intel XE#886])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-432/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a2-dp2.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1:
- shard-adlp: [PASS][122] -> [DMESG-WARN][123] ([Intel XE#4543]) +1 other test dmesg-warn
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-adlp-8/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-adlp-6/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a1.html
* igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y:
- shard-adlp: [PASS][124] -> [DMESG-FAIL][125] ([Intel XE#4543])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-adlp-8/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-adlp-1/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-x-to-y.html
* igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-2-size-64:
- shard-dg2-set2: NOTRUN -> [FAIL][126] ([Intel XE#616])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-432/igt@kms_plane_cursor@viewport@pipe-a-hdmi-a-2-size-64.html
* igt@xe_exec_basic@multigpu-once-null-defer-bind:
- shard-dg2-set2: [PASS][127] -> [SKIP][128] ([Intel XE#1392]) +3 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-463/igt@xe_exec_basic@multigpu-once-null-defer-bind.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-432/igt@xe_exec_basic@multigpu-once-null-defer-bind.html
* igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p:
- shard-dg2-set2: NOTRUN -> [FAIL][129] ([Intel XE#1173])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-466/igt@xe_peer2peer@read@read-gpua-vram01-gpub-system-p2p.html
#### Possible fixes ####
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0:
- shard-adlp: [DMESG-WARN][130] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][131] +9 other tests pass
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-adlp-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-adlp-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-adlp: [DMESG-FAIL][132] ([Intel XE#4543]) -> [PASS][133] +3 other tests pass
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-adlp-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-adlp-1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1:
- shard-adlp: [DMESG-WARN][134] ([Intel XE#4543]) -> [PASS][135] +7 other tests pass
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-adlp-8/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-adlp-6/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: [SKIP][136] ([Intel XE#455]) -> [PASS][137]
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-464/igt@kms_hdr@invalid-hdr.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind:
- shard-dg2-set2: [SKIP][138] ([Intel XE#1392]) -> [PASS][139] +6 other tests pass
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-432/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-466/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
#### Warnings ####
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [INCOMPLETE][140] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522]) -> [INCOMPLETE][141] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124] / [Intel XE#4345])
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [INCOMPLETE][142] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522]) -> [INCOMPLETE][143] ([Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2-set2: [FAIL][144] ([Intel XE#1729]) -> [SKIP][145] ([Intel XE#362])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-464/igt@kms_tiled_display@basic-test-pattern.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html
* igt@xe_peer2peer@read:
- shard-dg2-set2: [SKIP][146] ([Intel XE#1061]) -> [FAIL][147] ([Intel XE#1173])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-432/igt@xe_peer2peer@read.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-466/igt@xe_peer2peer@read.html
* igt@xe_peer2peer@write:
- shard-dg2-set2: [FAIL][148] ([Intel XE#1173]) -> [SKIP][149] ([Intel XE#1061])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3/shard-dg2-464/igt@xe_peer2peer@write.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/shard-dg2-432/igt@xe_peer2peer@write.html
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
[Intel XE#4494]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4494
[Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
[Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* Linux: xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3 -> xe-pw-150832v1
IGT_8429: 8429
xe-3312-9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3: 9d9fb2ee6bef2f0264eb126a8ae9c839c9d6c9b3
xe-pw-150832v1: 150832v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v1/index.html
[-- Attachment #2: Type: text/html, Size: 32951 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions (rev2)
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
` (14 preceding siblings ...)
2025-06-30 20:49 ` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions Patchwork
@ 2025-06-30 23:11 ` Patchwork
15 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2025-06-30 23:11 UTC (permalink / raw)
To: Jani Nikula; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 60522 bytes --]
== Series Details ==
Series: drm/i915/display: use intel_de_wait_*() functions (rev2)
URL : https://patchwork.freedesktop.org/series/150832/
State : failure
== Summary ==
CI Bug Log - changes from xe-3314-2c22bc086dd8036ca159c714122e274d6350b950_FULL -> xe-pw-150832v2_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with xe-pw-150832v2_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in xe-pw-150832v2_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in xe-pw-150832v2_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@kms_content_protection@atomic@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [DMESG-FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-3/igt@kms_content_protection@atomic@pipe-a-dp-2.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-dg2-set2: NOTRUN -> [DMESG-FAIL][2]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
#### Warnings ####
* igt@kms_content_protection@atomic:
- shard-bmg: [SKIP][3] ([Intel XE#2341]) -> [DMESG-FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-5/igt@kms_content_protection@atomic.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-3/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-2:
- shard-bmg: [FAIL][5] ([Intel XE#1178]) -> [DMESG-FAIL][6] +3 other tests dmesg-fail
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-7/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html
* igt@kms_content_protection@srm@pipe-a-dp-4:
- shard-dg2-set2: [FAIL][7] ([Intel XE#1178]) -> [DMESG-FAIL][8] +8 other tests dmesg-fail
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-463/igt@kms_content_protection@srm@pipe-a-dp-4.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_content_protection@srm@pipe-a-dp-4.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: [FAIL][9] ([Intel XE#1188]) -> [DMESG-FAIL][10] +1 other test dmesg-fail
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-433/igt@kms_content_protection@uevent.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@kms_content_protection@uevent.html
Known issues
------------
Here are the changes found in xe-pw-150832v2_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_async_flips@async-flip-with-page-flip-events-tiled-atomic@pipe-a-hdmi-a-6-4-rc-ccs-cc:
- shard-dg2-set2: NOTRUN -> [SKIP][11] ([Intel XE#3767]) +31 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events-tiled-atomic@pipe-a-hdmi-a-6-4-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-d-hdmi-a-1-y:
- shard-adlp: NOTRUN -> [DMESG-WARN][12] ([Intel XE#4543]) +1 other test dmesg-warn
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@kms_async_flips@async-flip-with-page-flip-events-tiled@pipe-d-hdmi-a-1-y.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-adlp: NOTRUN -> [SKIP][13] ([Intel XE#1124]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#316]) +2 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-16bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#1124]) +8 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-436/igt@kms_big_fb@y-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#1124]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1124])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-lnl-8/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#610])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-bmg: [PASS][19] -> [SKIP][20] ([Intel XE#2314] / [Intel XE#2894])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-1/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-4-displays-2160x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#367])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
* igt@kms_ccs@bad-aux-stride-y-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2887]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@kms_ccs@bad-aux-stride-y-tiled-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][23] ([Intel XE#787]) +2 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
- shard-adlp: NOTRUN -> [SKIP][24] ([Intel XE#455] / [Intel XE#787])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#787]) +188 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-dp-2:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#455] / [Intel XE#787]) +34 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-dp-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][27] -> [INCOMPLETE][28] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][29] -> [INCOMPLETE][30] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_cdclk@mode-transition@pipe-a-dp-2:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#4417]) +3 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-a-dp-2.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-4k:
- shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#373]) +5 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#2252])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2-set2: NOTRUN -> [SKIP][34] ([Intel XE#308]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-sliding-64x64:
- shard-bmg: [PASS][35] -> [DMESG-WARN][36] ([Intel XE#3428])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-3/igt@kms_cursor_crc@cursor-sliding-64x64.html
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-4/igt@kms_cursor_crc@cursor-sliding-64x64.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-bmg: [PASS][37] -> [SKIP][38] ([Intel XE#2291])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#4494] / [i915#3804])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_dp_link_training@uhbr-sst:
- shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#4356])
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_dp_link_training@uhbr-sst.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-adlp: NOTRUN -> [SKIP][41] ([Intel XE#4331])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@kms_dp_linktrain_fallback@dp-fallback.html
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#4294])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-lnl-8/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_fbcon_fbt@psr:
- shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#776])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_fbcon_fbt@psr.html
* igt@kms_feature_discovery@display-2x:
- shard-bmg: [PASS][44] -> [SKIP][45] ([Intel XE#2373])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-1/igt@kms_feature_discovery@display-2x.html
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-6/igt@kms_feature_discovery@display-2x.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3:
- shard-bmg: [PASS][46] -> [FAIL][47] ([Intel XE#3321]) +1 other test fail
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-bmg: [PASS][48] -> [SKIP][49] ([Intel XE#2316]) +6 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-3/igt@kms_flip@2x-plain-flip-fb-recreate.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-lnl: [PASS][50] -> [FAIL][51] ([Intel XE#301]) +2 other tests fail
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@kms_flip@flip-vs-rmfb@b-hdmi-a1:
- shard-adlp: [PASS][52] -> [DMESG-WARN][53] ([Intel XE#4543]) +4 other tests dmesg-warn
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-8/igt@kms_flip@flip-vs-rmfb@b-hdmi-a1.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@kms_flip@flip-vs-rmfb@b-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend:
- shard-dg2-set2: [PASS][54] -> [SKIP][55] ([Intel XE#4208] / [i915#2575]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_flip@flip-vs-suspend.html
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-adlp: NOTRUN -> [SKIP][56] ([Intel XE#455])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#455]) +11 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render:
- shard-adlp: NOTRUN -> [SKIP][58] ([Intel XE#656])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html
- shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#656])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-lnl-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2311]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#651]) +21 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#653]) +18 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#1158])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-bmg: [PASS][64] -> [SKIP][65] ([Intel XE#3012])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256:
- shard-dg2-set2: NOTRUN -> [FAIL][66] ([Intel XE#616]) +3 other tests fail
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html
* igt@kms_plane_multiple@2x-tiling-x:
- shard-bmg: [PASS][67] -> [SKIP][68] ([Intel XE#4596]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-1/igt@kms_plane_multiple@2x-tiling-x.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-x.html
* igt@kms_plane_multiple@2x-tiling-yf:
- shard-dg2-set2: NOTRUN -> [SKIP][69] ([Intel XE#5021])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@kms_plane_multiple@2x-tiling-yf.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-dg2-set2: NOTRUN -> [SKIP][70] ([Intel XE#2938])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc6-dpms:
- shard-adlp: [PASS][71] -> [FAIL][72] ([Intel XE#718])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-8/igt@kms_pm_dc@dc6-dpms.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][73] ([Intel XE#1489]) +4 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr@fbc-pr-cursor-plane-move:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#2850] / [Intel XE#929]) +7 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_psr@fbc-pr-cursor-plane-move.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#1127])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-dg2-set2: NOTRUN -> [SKIP][76] ([Intel XE#3414]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all:
- shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#1091] / [Intel XE#2849])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html
* igt@xe_copy_basic@mem-set-linear-0x3fff:
- shard-adlp: NOTRUN -> [SKIP][78] ([Intel XE#1126])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@xe_copy_basic@mem-set-linear-0x3fff.html
- shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#1126])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0x3fff.html
* igt@xe_eu_stall@invalid-event-report-count:
- shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#5308]) +1 other test skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@xe_eu_stall@invalid-event-report-count.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-rebind:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#2322])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-rebind.html
* igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap:
- shard-dg2-set2: [PASS][82] -> [SKIP][83] ([Intel XE#1392]) +5 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-463/igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-basic-defer-mmap.html
* igt@xe_exec_fault_mode@many-bindexecqueue-userptr-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#288]) +14 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-rebind-imm.html
* igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy:
- shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#4837]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy.html
* igt@xe_exec_sip_eudebug@breakpoint-writesip:
- shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#4837]) +10 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@xe_exec_sip_eudebug@breakpoint-writesip.html
* igt@xe_exec_system_allocator@many-large-mmap-free-race-nomemset:
- shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#4915]) +157 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@xe_exec_system_allocator@many-large-mmap-free-race-nomemset.html
* igt@xe_exec_system_allocator@threads-many-large-execqueues-mmap-free-huge:
- shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#4943])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-large-execqueues-mmap-free-huge.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-stride-malloc-mlock:
- shard-adlp: NOTRUN -> [SKIP][89] ([Intel XE#4915]) +3 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-malloc-mlock.html
* igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
- shard-dg2-set2: NOTRUN -> [ABORT][90] ([Intel XE#4917])
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-436/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
- shard-lnl: NOTRUN -> [ABORT][91] ([Intel XE#4917])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-lnl-8/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
- shard-adlp: NOTRUN -> [ABORT][92] ([Intel XE#4917])
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
- shard-bmg: NOTRUN -> [ABORT][93] ([Intel XE#4917])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-7/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- shard-dg2-set2: NOTRUN -> [SKIP][94] ([Intel XE#2229])
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
* igt@xe_noexec_ping_pong:
- shard-adlp: NOTRUN -> [SKIP][95] ([Intel XE#379])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@xe_noexec_ping_pong.html
- shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#379])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-lnl-8/igt@xe_noexec_ping_pong.html
* igt@xe_oa@rc6-disable:
- shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#2541] / [Intel XE#3573]) +2 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@xe_oa@rc6-disable.html
* igt@xe_oa@syncs-ufence-wait-cfg:
- shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#2541] / [Intel XE#3573] / [Intel XE#4501])
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@xe_oa@syncs-ufence-wait-cfg.html
* igt@xe_pm@d3cold-mocs:
- shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#2284])
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-466/igt@xe_pm@d3cold-mocs.html
* igt@xe_pxp@pxp-stale-queue-post-termination-irq:
- shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#4733])
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@xe_pxp@pxp-stale-queue-post-termination-irq.html
* igt@xe_query@multigpu-query-oa-units:
- shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#944])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@xe_query@multigpu-query-oa-units.html
* igt@xe_render_copy@render-stress-2-copies:
- shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#4814])
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@xe_render_copy@render-stress-2-copies.html
* igt@xe_sriov_flr@flr-vfs-parallel:
- shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#4273])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@xe_sriov_flr@flr-vfs-parallel.html
* igt@xe_vm@large-misaligned-binds-2097152:
- shard-dg2-set2: [PASS][104] -> [SKIP][105] ([Intel XE#4208]) +8 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@xe_vm@large-misaligned-binds-2097152.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@xe_vm@large-misaligned-binds-2097152.html
#### Possible fixes ####
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-adlp: [DMESG-FAIL][106] ([Intel XE#4543]) -> [PASS][107] +2 other tests pass
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-adlp: [SKIP][108] ([Intel XE#4947]) -> [PASS][109]
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p:
- shard-bmg: [SKIP][110] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][111]
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-3/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
- shard-dg2-set2: [INCOMPLETE][112] ([Intel XE#3862]) -> [PASS][113]
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
- shard-bmg: [FAIL][114] -> [PASS][115] +1 other test pass
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [INCOMPLETE][116] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124]) -> [PASS][117]
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [SKIP][118] ([Intel XE#2291]) -> [PASS][119] +4 other tests pass
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_dp_link_training@non-uhbr-sst:
- shard-bmg: [SKIP][120] ([Intel XE#4354]) -> [PASS][121]
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-5/igt@kms_dp_link_training@non-uhbr-sst.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-3/igt@kms_dp_link_training@non-uhbr-sst.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-bmg: [SKIP][122] ([Intel XE#2316]) -> [PASS][123] +3 other tests pass
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-6/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-2/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-dg2-set2: [FAIL][124] ([Intel XE#301]) -> [PASS][125]
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-464/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-adlp: [SKIP][126] ([Intel XE#4950]) -> [PASS][127] +2 other tests pass
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_flip@flip-vs-suspend.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-adlp: [DMESG-WARN][128] ([Intel XE#4543]) -> [PASS][129] +5 other tests pass
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-8/igt@kms_flip@flip-vs-suspend-interruptible.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-1/igt@kms_flip@flip-vs-suspend-interruptible.html
- shard-dg2-set2: [INCOMPLETE][130] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][131] +1 other test pass
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-435/igt@kms_flip@flip-vs-suspend-interruptible.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-436/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-y:
- shard-adlp: [FAIL][132] ([Intel XE#1874]) -> [PASS][133]
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-y.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-3/igt@kms_flip_tiling@flip-change-tiling@pipe-d-hdmi-a-1-y-to-y.html
* igt@kms_lease@lessee-list@pipe-a-hdmi-a-1:
- shard-adlp: [DMESG-WARN][134] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][135] +8 other tests pass
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-2/igt@kms_lease@lessee-list@pipe-a-hdmi-a-1.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-9/igt@kms_lease@lessee-list@pipe-a-hdmi-a-1.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-bmg: [SKIP][136] ([Intel XE#1435]) -> [PASS][137]
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-2/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@xe_exec_basic@multigpu-no-exec-rebind:
- shard-dg2-set2: [SKIP][138] ([Intel XE#1392]) -> [PASS][139] +6 other tests pass
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-rebind.html
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-464/igt@xe_exec_basic@multigpu-no-exec-rebind.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset:
- shard-lnl: [FAIL][140] ([Intel XE#5018]) -> [PASS][141]
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-lnl-3/igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset.html
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-lnl-7/igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset.html
* igt@xe_pm@s3-multiple-execs:
- shard-adlp: [SKIP][142] ([Intel XE#4945]) -> [PASS][143] +5 other tests pass
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@xe_pm@s3-multiple-execs.html
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@xe_pm@s3-multiple-execs.html
#### Warnings ####
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs:
- shard-adlp: [SKIP][144] ([Intel XE#4947]) -> [SKIP][145] ([Intel XE#455] / [Intel XE#787])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
- shard-dg2-set2: [SKIP][146] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][147] ([Intel XE#4208])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [INCOMPLETE][148] ([Intel XE#2705] / [Intel XE#4212] / [Intel XE#4345]) -> [INCOMPLETE][149] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4345] / [Intel XE#4522])
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_chamelium_frames@hdmi-aspect-ratio:
- shard-adlp: [SKIP][150] ([Intel XE#4950]) -> [SKIP][151] ([Intel XE#373])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
- shard-dg2-set2: [SKIP][152] ([Intel XE#373]) -> [SKIP][153] ([Intel XE#4208] / [i915#2575])
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_chamelium_frames@hdmi-aspect-ratio.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-adlp: [SKIP][154] ([Intel XE#4950]) -> [SKIP][155] ([Intel XE#307])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_content_protection@dp-mst-lic-type-1.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_content_protection@dp-mst-lic-type-1.html
- shard-dg2-set2: [SKIP][156] ([Intel XE#307]) -> [SKIP][157] ([Intel XE#4208] / [i915#2575])
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_content_protection@dp-mst-lic-type-1.html
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@legacy:
- shard-bmg: [FAIL][158] ([Intel XE#1178]) -> [SKIP][159] ([Intel XE#2341])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-3/igt@kms_content_protection@legacy.html
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-6/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@uevent:
- shard-bmg: [FAIL][160] ([Intel XE#1188]) -> [SKIP][161] ([Intel XE#2341])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-7/igt@kms_content_protection@uevent.html
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-5/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg2-set2: [SKIP][162] ([Intel XE#308]) -> [SKIP][163] ([Intel XE#4208] / [i915#2575])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-512x170.html
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-512x170.html
- shard-adlp: [SKIP][164] ([Intel XE#4950]) -> [SKIP][165] ([Intel XE#308])
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_cursor_crc@cursor-sliding-512x170.html
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-dg2-set2: [SKIP][166] ([Intel XE#455]) -> [SKIP][167] ([Intel XE#4208])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
- shard-adlp: [SKIP][168] ([Intel XE#4947]) -> [SKIP][169] ([Intel XE#455])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][170] ([Intel XE#2312]) -> [SKIP][171] ([Intel XE#2311]) +12 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-move:
- shard-dg2-set2: [SKIP][172] ([Intel XE#651]) -> [SKIP][173] ([Intel XE#4208]) +1 other test skip
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-move.html
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][174] ([Intel XE#2311]) -> [SKIP][175] ([Intel XE#2312]) +14 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][176] ([Intel XE#4141]) -> [SKIP][177] ([Intel XE#2312]) +5 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
- shard-bmg: [SKIP][178] ([Intel XE#2312]) -> [SKIP][179] ([Intel XE#4141]) +4 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb565-draw-blt:
- shard-adlp: [SKIP][180] ([Intel XE#4947]) -> [SKIP][181] ([Intel XE#651])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_frontbuffer_tracking@fbcdrrs-rgb565-draw-blt.html
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_frontbuffer_tracking@fbcdrrs-rgb565-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
- shard-bmg: [SKIP][182] ([Intel XE#2312]) -> [SKIP][183] ([Intel XE#2313]) +11 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
- shard-bmg: [SKIP][184] ([Intel XE#2313]) -> [SKIP][185] ([Intel XE#2312]) +14 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-wc:
- shard-adlp: [SKIP][186] ([Intel XE#4947]) -> [SKIP][187] ([Intel XE#653])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-wc.html
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw:
- shard-adlp: [SKIP][188] ([Intel XE#4947]) -> [SKIP][189] ([Intel XE#656]) +2 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw.html
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw.html
- shard-dg2-set2: [SKIP][190] ([Intel XE#653]) -> [SKIP][191] ([Intel XE#4208]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw.html
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-pri-indfb-multidraw.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][192] ([Intel XE#3544]) -> [SKIP][193] ([Intel XE#3374] / [Intel XE#3544])
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-bmg-5/igt@kms_hdr@brightness-with-hdr.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_psr@psr2-basic:
- shard-dg2-set2: [SKIP][194] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][195] ([Intel XE#4208]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_psr@psr2-basic.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_psr@psr2-basic.html
- shard-adlp: [SKIP][196] ([Intel XE#4947]) -> [SKIP][197] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@kms_psr@psr2-basic.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@kms_psr@psr2-basic.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][198] ([Intel XE#1127]) -> [SKIP][199] ([Intel XE#4208] / [i915#2575])
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind:
- shard-adlp: [SKIP][200] ([Intel XE#4945]) -> [SKIP][201] ([Intel XE#1392])
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-rebind.html
* igt@xe_exec_fault_mode@invalid-va-scratch-nopagefault:
- shard-adlp: [SKIP][202] ([Intel XE#4945]) -> [SKIP][203] ([Intel XE#288])
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@xe_exec_fault_mode@invalid-va-scratch-nopagefault.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@xe_exec_fault_mode@invalid-va-scratch-nopagefault.html
- shard-dg2-set2: [SKIP][204] ([Intel XE#288]) -> [SKIP][205] ([Intel XE#4208])
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@xe_exec_fault_mode@invalid-va-scratch-nopagefault.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@xe_exec_fault_mode@invalid-va-scratch-nopagefault.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
- shard-dg2-set2: [SKIP][206] ([Intel XE#2360]) -> [SKIP][207] ([Intel XE#4208])
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
- shard-adlp: [SKIP][208] ([Intel XE#4945]) -> [SKIP][209] ([Intel XE#2360])
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
* igt@xe_exec_system_allocator@once-large-mmap-race:
- shard-adlp: [SKIP][210] ([Intel XE#4945]) -> [SKIP][211] ([Intel XE#4915]) +13 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@xe_exec_system_allocator@once-large-mmap-race.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@xe_exec_system_allocator@once-large-mmap-race.html
* igt@xe_exec_system_allocator@process-many-stride-mmap-free-huge:
- shard-dg2-set2: [SKIP][212] ([Intel XE#4915]) -> [SKIP][213] ([Intel XE#4208]) +13 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@xe_exec_system_allocator@process-many-stride-mmap-free-huge.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@xe_exec_system_allocator@process-many-stride-mmap-free-huge.html
* igt@xe_oa@oa-unit-concurrent-oa-buffer-read:
- shard-adlp: [SKIP][214] ([Intel XE#4945]) -> [SKIP][215] ([Intel XE#2541] / [Intel XE#3573])
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-adlp-6/igt@xe_oa@oa-unit-concurrent-oa-buffer-read.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-adlp-6/igt@xe_oa@oa-unit-concurrent-oa-buffer-read.html
- shard-dg2-set2: [SKIP][216] ([Intel XE#2541] / [Intel XE#3573]) -> [SKIP][217] ([Intel XE#4208])
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-436/igt@xe_oa@oa-unit-concurrent-oa-buffer-read.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-435/igt@xe_oa@oa-unit-concurrent-oa-buffer-read.html
* igt@xe_peer2peer@write:
- shard-dg2-set2: [FAIL][218] ([Intel XE#1173]) -> [SKIP][219] ([Intel XE#1061])
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3314-2c22bc086dd8036ca159c714122e274d6350b950/shard-dg2-464/igt@xe_peer2peer@write.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/shard-dg2-432/igt@xe_peer2peer@write.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
[Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158
[Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
[Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3428
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#3767]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767
[Intel XE#379]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/379
[Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
[Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#4273]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4273
[Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
[Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
[Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
[Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
[Intel XE#4356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4356
[Intel XE#4417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4417
[Intel XE#4494]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4494
[Intel XE#4501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4501
[Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
[Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#4814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4814
[Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
[Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
[Intel XE#4917]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4917
[Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
[Intel XE#4945]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4945
[Intel XE#4947]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4947
[Intel XE#4950]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4950
[Intel XE#5018]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5018
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5300
[Intel XE#5308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5308
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* Linux: xe-3314-2c22bc086dd8036ca159c714122e274d6350b950 -> xe-pw-150832v2
IGT_8429: 8429
xe-3314-2c22bc086dd8036ca159c714122e274d6350b950: 2c22bc086dd8036ca159c714122e274d6350b950
xe-pw-150832v2: 150832v2
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-150832v2/index.html
[-- Attachment #2: Type: text/html, Size: 72872 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2025-06-30 23:11 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 17:42 [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions Jani Nikula
2025-06-26 17:42 ` [PATCH 1/8] drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
2025-06-26 17:43 ` [PATCH 2/8] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
2025-06-26 19:03 ` Jani Nikula
2025-06-26 19:05 ` [PATCH v2] " Jani Nikula
2025-06-26 17:43 ` [PATCH 3/8] drm/i915/dpll: " Jani Nikula
2025-06-26 17:43 ` [PATCH 4/8] drm/i915/cdclk: " Jani Nikula
2025-06-26 17:43 ` [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
2025-06-30 6:23 ` Kandpal, Suraj
2025-06-26 17:43 ` [PATCH 6/8] drm/i915/power: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
2025-06-26 17:43 ` [PATCH 7/8] drm/i915/pch: " Jani Nikula
2025-06-26 17:43 ` [PATCH 8/8] drm/i915/dsi: " Jani Nikula
2025-06-26 17:52 ` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions Patchwork
2025-06-26 18:06 ` ✗ CI.checksparse: warning " Patchwork
2025-06-26 18:41 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-06-26 19:45 ` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions (rev2) Patchwork
2025-06-26 19:59 ` ✗ CI.checksparse: warning " Patchwork
2025-06-26 20:21 ` ✓ Xe.CI.BAT: success " Patchwork
2025-06-30 20:49 ` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions Patchwork
2025-06-30 23:11 ` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions (rev2) Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).