* [PATCH v3 1/4] drm/i915/display: Copy color pipeline from plane in the primary joiner pipe
2026-05-11 5:32 [PATCH v3 0/4] More Fixes for color pipeline Chaitanya Kumar Borah
@ 2026-05-11 5:32 ` Chaitanya Kumar Borah
2026-05-12 9:58 ` Shankar, Uma
2026-05-11 5:32 ` [PATCH v3 2/4] drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline Chaitanya Kumar Borah
` (6 subsequent siblings)
7 siblings, 1 reply; 11+ messages in thread
From: Chaitanya Kumar Borah @ 2026-05-11 5:32 UTC (permalink / raw)
To: intel-gfx, intel-xe
Cc: ville.syrjala, uma.shankar, chaitanya.kumar.borah, pranay.samala,
stable, Vidya Srinivas
When copying plane color state in a joiner configuration, use the plane in
the primary joiner pipe since it carries the pipeline number selected by
the user-space.
This assumes that all pipes in the joiner are symmetric in their plane
color capabilities.
Cc: stable@vger.kernel.org # v6.19+
Fixes: a78f1b6baf4d ("drm/i915/color: Add framework to program CSC")
Tested-by: Vidya Srinivas <vidya.srinivas@intel.com>
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
---
drivers/gpu/drm/i915/display/intel_plane.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_plane.c b/drivers/gpu/drm/i915/display/intel_plane.c
index c181a7d063ec..e403fe4a8a20 100644
--- a/drivers/gpu/drm/i915/display/intel_plane.c
+++ b/drivers/gpu/drm/i915/display/intel_plane.c
@@ -396,7 +396,7 @@ intel_plane_color_copy_uapi_to_hw_state(struct intel_plane_state *plane_state,
bool changed = false;
int i = 0;
- iter_colorop = plane_state->uapi.color_pipeline;
+ iter_colorop = from_plane_state->uapi.color_pipeline;
while (iter_colorop) {
for_each_new_colorop_in_state(state, colorop, new_colorop_state, i) {
--
2.25.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* RE: [PATCH v3 1/4] drm/i915/display: Copy color pipeline from plane in the primary joiner pipe
2026-05-11 5:32 ` [PATCH v3 1/4] drm/i915/display: Copy color pipeline from plane in the primary joiner pipe Chaitanya Kumar Borah
@ 2026-05-12 9:58 ` Shankar, Uma
0 siblings, 0 replies; 11+ messages in thread
From: Shankar, Uma @ 2026-05-12 9:58 UTC (permalink / raw)
To: Borah, Chaitanya Kumar, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org
Cc: ville.syrjala@linux.intel.com, Samala, Pranay,
stable@vger.kernel.org, Srinivas, Vidya
> -----Original Message-----
> From: Borah, Chaitanya Kumar <chaitanya.kumar.borah@intel.com>
> Sent: Monday, May 11, 2026 11:02 AM
> To: intel-gfx@lists.freedesktop.org; intel-xe@lists.freedesktop.org
> Cc: ville.syrjala@linux.intel.com; Shankar, Uma <uma.shankar@intel.com>;
> Borah, Chaitanya Kumar <chaitanya.kumar.borah@intel.com>; Samala, Pranay
> <pranay.samala@intel.com>; stable@vger.kernel.org; Srinivas, Vidya
> <vidya.srinivas@intel.com>
> Subject: [PATCH v3 1/4] drm/i915/display: Copy color pipeline from plane in the
> primary joiner pipe
>
> When copying plane color state in a joiner configuration, use the plane in the
> primary joiner pipe since it carries the pipeline number selected by the user-
> space.
>
> This assumes that all pipes in the joiner are symmetric in their plane color
> capabilities.
Looks Good to me.
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
> Cc: stable@vger.kernel.org # v6.19+
> Fixes: a78f1b6baf4d ("drm/i915/color: Add framework to program CSC")
> Tested-by: Vidya Srinivas <vidya.srinivas@intel.com>
> Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_plane.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_plane.c
> b/drivers/gpu/drm/i915/display/intel_plane.c
> index c181a7d063ec..e403fe4a8a20 100644
> --- a/drivers/gpu/drm/i915/display/intel_plane.c
> +++ b/drivers/gpu/drm/i915/display/intel_plane.c
> @@ -396,7 +396,7 @@ intel_plane_color_copy_uapi_to_hw_state(struct
> intel_plane_state *plane_state,
> bool changed = false;
> int i = 0;
>
> - iter_colorop = plane_state->uapi.color_pipeline;
> + iter_colorop = from_plane_state->uapi.color_pipeline;
>
> while (iter_colorop) {
> for_each_new_colorop_in_state(state, colorop,
> new_colorop_state, i) {
> --
> 2.25.1
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH v3 2/4] drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline
2026-05-11 5:32 [PATCH v3 0/4] More Fixes for color pipeline Chaitanya Kumar Borah
2026-05-11 5:32 ` [PATCH v3 1/4] drm/i915/display: Copy color pipeline from plane in the primary joiner pipe Chaitanya Kumar Borah
@ 2026-05-11 5:32 ` Chaitanya Kumar Borah
2026-05-11 5:32 ` [PATCH v3 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes Chaitanya Kumar Borah
` (5 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Chaitanya Kumar Borah @ 2026-05-11 5:32 UTC (permalink / raw)
To: intel-gfx, intel-xe
Cc: ville.syrjala, uma.shankar, chaitanya.kumar.borah, pranay.samala
Instead of relying on the plane_state->uapi.state back-pointer to reach
the intel_atomic_state inside intel_plane_color_copy_uapi_to_hw_state(),
accept the intel_atomic_state as an argument to make the dependency
explicit.
Update intel_plane_copy_uapi_to_hw_state() and its callers accordingly.
Call sites that do not have an atomic state available (e.g. legacy cursor
update and initial plane setup) pass NULL.
In such cases, skip color pipeline programming as there is no
corresponding atomic colorop state to consume.
v2:
- Rebase
Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Assisted-by: GitHub Copilot:Claude Sonnet 4.6
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
---
drivers/gpu/drm/i915/display/intel_cursor.c | 2 +-
.../drm/i915/display/intel_initial_plane.c | 2 +-
drivers/gpu/drm/i915/display/intel_plane.c | 22 +++++++++++--------
drivers/gpu/drm/i915/display/intel_plane.h | 3 ++-
4 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_cursor.c b/drivers/gpu/drm/i915/display/intel_cursor.c
index 18d1014de361..fa934248e3e1 100644
--- a/drivers/gpu/drm/i915/display/intel_cursor.c
+++ b/drivers/gpu/drm/i915/display/intel_cursor.c
@@ -877,7 +877,7 @@ intel_legacy_cursor_update(struct drm_plane *_plane,
new_plane_state->uapi.crtc_w = crtc_w;
new_plane_state->uapi.crtc_h = crtc_h;
- intel_plane_copy_uapi_to_hw_state(new_plane_state, new_plane_state, crtc);
+ intel_plane_copy_uapi_to_hw_state(NULL, new_plane_state, new_plane_state, crtc);
ret = intel_plane_atomic_check_with_state(crtc_state, new_crtc_state,
old_plane_state, new_plane_state);
diff --git a/drivers/gpu/drm/i915/display/intel_initial_plane.c b/drivers/gpu/drm/i915/display/intel_initial_plane.c
index 034fe199c2a1..061a3d6ebca0 100644
--- a/drivers/gpu/drm/i915/display/intel_initial_plane.c
+++ b/drivers/gpu/drm/i915/display/intel_initial_plane.c
@@ -170,7 +170,7 @@ intel_find_initial_plane_obj(struct intel_crtc *crtc,
drm_framebuffer_get(fb);
plane_state->uapi.crtc = &crtc->base;
- intel_plane_copy_uapi_to_hw_state(plane_state, plane_state, crtc);
+ intel_plane_copy_uapi_to_hw_state(NULL, plane_state, plane_state, crtc);
atomic_or(plane->frontbuffer_bit, &to_intel_frontbuffer(fb)->bits);
diff --git a/drivers/gpu/drm/i915/display/intel_plane.c b/drivers/gpu/drm/i915/display/intel_plane.c
index e403fe4a8a20..a8efe0011b23 100644
--- a/drivers/gpu/drm/i915/display/intel_plane.c
+++ b/drivers/gpu/drm/i915/display/intel_plane.c
@@ -381,25 +381,27 @@ intel_plane_colorop_replace_blob(struct intel_plane_state *plane_state,
}
static void
-intel_plane_color_copy_uapi_to_hw_state(struct intel_plane_state *plane_state,
+intel_plane_color_copy_uapi_to_hw_state(struct intel_atomic_state *state,
+ struct intel_plane_state *plane_state,
const struct intel_plane_state *from_plane_state,
struct intel_crtc *crtc)
{
struct drm_colorop *iter_colorop, *colorop;
struct drm_colorop_state *new_colorop_state;
- struct drm_atomic_commit *state = plane_state->uapi.state;
struct intel_colorop *intel_colorop;
struct drm_property_blob *blob;
- struct intel_atomic_state *intel_atomic_state = to_intel_atomic_state(state);
- struct intel_crtc_state *new_crtc_state = intel_atomic_state ?
- intel_atomic_get_new_crtc_state(intel_atomic_state, crtc) : NULL;
+ struct intel_crtc_state *new_crtc_state = state ?
+ intel_atomic_get_new_crtc_state(state, crtc) : NULL;
bool changed = false;
int i = 0;
+ if (!state)
+ return;
+
iter_colorop = from_plane_state->uapi.color_pipeline;
while (iter_colorop) {
- for_each_new_colorop_in_state(state, colorop, new_colorop_state, i) {
+ for_each_new_colorop_in_state(&state->base, colorop, new_colorop_state, i) {
if (new_colorop_state->colorop == iter_colorop) {
blob = new_colorop_state->bypass ? NULL : new_colorop_state->data;
intel_colorop = to_intel_colorop(colorop);
@@ -415,7 +417,8 @@ intel_plane_color_copy_uapi_to_hw_state(struct intel_plane_state *plane_state,
new_crtc_state->plane_color_changed = true;
}
-void intel_plane_copy_uapi_to_hw_state(struct intel_plane_state *plane_state,
+void intel_plane_copy_uapi_to_hw_state(struct intel_atomic_state *state,
+ struct intel_plane_state *plane_state,
const struct intel_plane_state *from_plane_state,
struct intel_crtc *crtc)
{
@@ -444,7 +447,7 @@ void intel_plane_copy_uapi_to_hw_state(struct intel_plane_state *plane_state,
plane_state->uapi.src = drm_plane_state_src(&from_plane_state->uapi);
plane_state->uapi.dst = drm_plane_state_dest(&from_plane_state->uapi);
- intel_plane_color_copy_uapi_to_hw_state(plane_state, from_plane_state, crtc);
+ intel_plane_color_copy_uapi_to_hw_state(state, plane_state, from_plane_state, crtc);
}
void intel_plane_copy_hw_state(struct intel_plane_state *plane_state,
@@ -841,7 +844,8 @@ static int plane_atomic_check(struct intel_atomic_state *state,
old_primary_crtc_plane_state,
new_primary_crtc_plane_state);
- intel_plane_copy_uapi_to_hw_state(new_plane_state,
+ intel_plane_copy_uapi_to_hw_state(state,
+ new_plane_state,
new_primary_crtc_plane_state,
crtc);
diff --git a/drivers/gpu/drm/i915/display/intel_plane.h b/drivers/gpu/drm/i915/display/intel_plane.h
index 7b5456f56f42..9d627d321f2e 100644
--- a/drivers/gpu/drm/i915/display/intel_plane.h
+++ b/drivers/gpu/drm/i915/display/intel_plane.h
@@ -35,7 +35,8 @@ unsigned int intel_plane_pixel_rate(const struct intel_crtc_state *crtc_state,
unsigned int intel_plane_data_rate(const struct intel_crtc_state *crtc_state,
const struct intel_plane_state *plane_state,
int color_plane);
-void intel_plane_copy_uapi_to_hw_state(struct intel_plane_state *plane_state,
+void intel_plane_copy_uapi_to_hw_state(struct intel_atomic_state *state,
+ struct intel_plane_state *plane_state,
const struct intel_plane_state *from_plane_state,
struct intel_crtc *crtc);
void intel_plane_copy_hw_state(struct intel_plane_state *plane_state,
--
2.25.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH v3 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes
2026-05-11 5:32 [PATCH v3 0/4] More Fixes for color pipeline Chaitanya Kumar Borah
2026-05-11 5:32 ` [PATCH v3 1/4] drm/i915/display: Copy color pipeline from plane in the primary joiner pipe Chaitanya Kumar Borah
2026-05-11 5:32 ` [PATCH v3 2/4] drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline Chaitanya Kumar Borah
@ 2026-05-11 5:32 ` Chaitanya Kumar Borah
2026-05-12 10:51 ` Jani Nikula
2026-05-11 5:32 ` [PATCH v3 4/4] drm/i915: Fix color blob reference handling in intel_plane_state Chaitanya Kumar Borah
` (4 subsequent siblings)
7 siblings, 1 reply; 11+ messages in thread
From: Chaitanya Kumar Borah @ 2026-05-11 5:32 UTC (permalink / raw)
To: intel-gfx, intel-xe
Cc: ville.syrjala, uma.shankar, chaitanya.kumar.borah, pranay.samala
link_nv12_planes() currently copies the full UV plane hw state to
the Y plane. This includes the color pipeline blobs (ctm, degamma_lut,
gamma_lut, lut_3d) which is incorrect as we don't need to program these
HW blocks for Y plane.
This is harmless currently as the color pipeline uapi does not support
YUV (both packed and planar) formats but that can change in the future.
Add a new static helper intel_plane_y_copy_hw_state() that copies only
the rendering parameters a Y plane actually needs, leaving all color
pipeline blobs unset. Remove the helper intel_plane_copy_hw_state() as
there are no users for it.
Assisted-by: GitHub Copilot:Claude Sonnet 4.6
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
---
drivers/gpu/drm/i915/display/intel_plane.c | 26 +++++++++++++---------
drivers/gpu/drm/i915/display/intel_plane.h | 2 --
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/drivers/gpu/drm/i915/display/intel_plane.c b/drivers/gpu/drm/i915/display/intel_plane.c
index a8efe0011b23..559eef467dda 100644
--- a/drivers/gpu/drm/i915/display/intel_plane.c
+++ b/drivers/gpu/drm/i915/display/intel_plane.c
@@ -450,16 +450,22 @@ void intel_plane_copy_uapi_to_hw_state(struct intel_atomic_state *state,
intel_plane_color_copy_uapi_to_hw_state(state, plane_state, from_plane_state, crtc);
}
-void intel_plane_copy_hw_state(struct intel_plane_state *plane_state,
- const struct intel_plane_state *from_plane_state)
+static void intel_plane_y_copy_hw_state(struct intel_plane_state *y_plane_state,
+ const struct intel_plane_state *uv_plane_state)
{
- intel_plane_clear_hw_state(plane_state);
-
- memcpy(&plane_state->hw, &from_plane_state->hw,
- sizeof(plane_state->hw));
-
- if (plane_state->hw.fb)
- drm_framebuffer_get(plane_state->hw.fb);
+ intel_plane_clear_hw_state(y_plane_state);
+
+ y_plane_state->hw.crtc = uv_plane_state->hw.crtc;
+ y_plane_state->hw.fb = uv_plane_state->hw.fb;
+ if (y_plane_state->hw.fb)
+ drm_framebuffer_get(y_plane_state->hw.fb);
+
+ y_plane_state->hw.alpha = uv_plane_state->hw.alpha;
+ y_plane_state->hw.pixel_blend_mode = uv_plane_state->hw.pixel_blend_mode;
+ y_plane_state->hw.rotation = uv_plane_state->hw.rotation;
+ y_plane_state->hw.color_encoding = uv_plane_state->hw.color_encoding;
+ y_plane_state->hw.color_range = uv_plane_state->hw.color_range;
+ y_plane_state->hw.scaling_filter = uv_plane_state->hw.scaling_filter;
}
static void unlink_nv12_plane(struct intel_crtc_state *crtc_state,
@@ -1549,7 +1555,7 @@ static void link_nv12_planes(struct intel_crtc_state *crtc_state,
crtc_state->rel_data_rate[y_plane->id] = crtc_state->rel_data_rate_y[uv_plane->id];
/* Copy parameters to Y plane */
- intel_plane_copy_hw_state(y_plane_state, uv_plane_state);
+ intel_plane_y_copy_hw_state(y_plane_state, uv_plane_state);
y_plane_state->uapi.src = uv_plane_state->uapi.src;
y_plane_state->uapi.dst = uv_plane_state->uapi.dst;
diff --git a/drivers/gpu/drm/i915/display/intel_plane.h b/drivers/gpu/drm/i915/display/intel_plane.h
index 9d627d321f2e..a5bb0caa54a1 100644
--- a/drivers/gpu/drm/i915/display/intel_plane.h
+++ b/drivers/gpu/drm/i915/display/intel_plane.h
@@ -39,8 +39,6 @@ void intel_plane_copy_uapi_to_hw_state(struct intel_atomic_state *state,
struct intel_plane_state *plane_state,
const struct intel_plane_state *from_plane_state,
struct intel_crtc *crtc);
-void intel_plane_copy_hw_state(struct intel_plane_state *plane_state,
- const struct intel_plane_state *from_plane_state);
void intel_plane_async_flip(struct intel_dsb *dsb,
struct intel_plane *plane,
const struct intel_crtc_state *crtc_state,
--
2.25.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH v3 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes
2026-05-11 5:32 ` [PATCH v3 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes Chaitanya Kumar Borah
@ 2026-05-12 10:51 ` Jani Nikula
0 siblings, 0 replies; 11+ messages in thread
From: Jani Nikula @ 2026-05-12 10:51 UTC (permalink / raw)
To: Chaitanya Kumar Borah, intel-gfx, intel-xe
Cc: ville.syrjala, uma.shankar, chaitanya.kumar.borah, pranay.samala
On Mon, 11 May 2026, Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com> wrote:
> link_nv12_planes() currently copies the full UV plane hw state to
> the Y plane. This includes the color pipeline blobs (ctm, degamma_lut,
> gamma_lut, lut_3d) which is incorrect as we don't need to program these
> HW blocks for Y plane.
>
> This is harmless currently as the color pipeline uapi does not support
> YUV (both packed and planar) formats but that can change in the future.
>
> Add a new static helper intel_plane_y_copy_hw_state() that copies only
> the rendering parameters a Y plane actually needs, leaving all color
> pipeline blobs unset. Remove the helper intel_plane_copy_hw_state() as
> there are no users for it.
>
> Assisted-by: GitHub Copilot:Claude Sonnet 4.6
> Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
> ---
> drivers/gpu/drm/i915/display/intel_plane.c | 26 +++++++++++++---------
> drivers/gpu/drm/i915/display/intel_plane.h | 2 --
> 2 files changed, 16 insertions(+), 12 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_plane.c b/drivers/gpu/drm/i915/display/intel_plane.c
> index a8efe0011b23..559eef467dda 100644
> --- a/drivers/gpu/drm/i915/display/intel_plane.c
> +++ b/drivers/gpu/drm/i915/display/intel_plane.c
> @@ -450,16 +450,22 @@ void intel_plane_copy_uapi_to_hw_state(struct intel_atomic_state *state,
> intel_plane_color_copy_uapi_to_hw_state(state, plane_state, from_plane_state, crtc);
> }
>
> -void intel_plane_copy_hw_state(struct intel_plane_state *plane_state,
> - const struct intel_plane_state *from_plane_state)
> +static void intel_plane_y_copy_hw_state(struct intel_plane_state *y_plane_state,
> + const struct intel_plane_state *uv_plane_state)
> {
> - intel_plane_clear_hw_state(plane_state);
> -
> - memcpy(&plane_state->hw, &from_plane_state->hw,
> - sizeof(plane_state->hw));
> -
> - if (plane_state->hw.fb)
> - drm_framebuffer_get(plane_state->hw.fb);
> + intel_plane_clear_hw_state(y_plane_state);
> +
> + y_plane_state->hw.crtc = uv_plane_state->hw.crtc;
> + y_plane_state->hw.fb = uv_plane_state->hw.fb;
> + if (y_plane_state->hw.fb)
> + drm_framebuffer_get(y_plane_state->hw.fb);
> +
> + y_plane_state->hw.alpha = uv_plane_state->hw.alpha;
> + y_plane_state->hw.pixel_blend_mode = uv_plane_state->hw.pixel_blend_mode;
> + y_plane_state->hw.rotation = uv_plane_state->hw.rotation;
> + y_plane_state->hw.color_encoding = uv_plane_state->hw.color_encoding;
> + y_plane_state->hw.color_range = uv_plane_state->hw.color_range;
> + y_plane_state->hw.scaling_filter = uv_plane_state->hw.scaling_filter;
Please drop the extra spaces before ='s.
BR,
Jani.
> }
>
> static void unlink_nv12_plane(struct intel_crtc_state *crtc_state,
> @@ -1549,7 +1555,7 @@ static void link_nv12_planes(struct intel_crtc_state *crtc_state,
> crtc_state->rel_data_rate[y_plane->id] = crtc_state->rel_data_rate_y[uv_plane->id];
>
> /* Copy parameters to Y plane */
> - intel_plane_copy_hw_state(y_plane_state, uv_plane_state);
> + intel_plane_y_copy_hw_state(y_plane_state, uv_plane_state);
> y_plane_state->uapi.src = uv_plane_state->uapi.src;
> y_plane_state->uapi.dst = uv_plane_state->uapi.dst;
>
> diff --git a/drivers/gpu/drm/i915/display/intel_plane.h b/drivers/gpu/drm/i915/display/intel_plane.h
> index 9d627d321f2e..a5bb0caa54a1 100644
> --- a/drivers/gpu/drm/i915/display/intel_plane.h
> +++ b/drivers/gpu/drm/i915/display/intel_plane.h
> @@ -39,8 +39,6 @@ void intel_plane_copy_uapi_to_hw_state(struct intel_atomic_state *state,
> struct intel_plane_state *plane_state,
> const struct intel_plane_state *from_plane_state,
> struct intel_crtc *crtc);
> -void intel_plane_copy_hw_state(struct intel_plane_state *plane_state,
> - const struct intel_plane_state *from_plane_state);
> void intel_plane_async_flip(struct intel_dsb *dsb,
> struct intel_plane *plane,
> const struct intel_crtc_state *crtc_state,
--
Jani Nikula, Intel
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH v3 4/4] drm/i915: Fix color blob reference handling in intel_plane_state
2026-05-11 5:32 [PATCH v3 0/4] More Fixes for color pipeline Chaitanya Kumar Borah
` (2 preceding siblings ...)
2026-05-11 5:32 ` [PATCH v3 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes Chaitanya Kumar Borah
@ 2026-05-11 5:32 ` Chaitanya Kumar Borah
2026-05-11 13:35 ` ✗ CI.checkpatch: warning for More Fixes for color pipeline Patchwork
` (3 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Chaitanya Kumar Borah @ 2026-05-11 5:32 UTC (permalink / raw)
To: intel-gfx, intel-xe
Cc: ville.syrjala, uma.shankar, chaitanya.kumar.borah, pranay.samala
Take proper references for hw color blobs (degamma_lut, gamma_lut,
ctm, lut_3d) in intel_plane_duplicate_state() and drop them in
intel_plane_destroy_state().
v2:
- handle blobs in hw state clear
Fixes: 3b7476e786c2 ("drm/i915/color: Add framework to program PRE/POST CSC LUT")
Fixes: a78f1b6baf4d ("drm/i915/color: Add framework to program CSC")
Fixes: 65db7a1f9cf7 ("drm/i915/color: Add 3D LUT to color pipeline")
Reviewed-by: Pranay Samala <pranay.samala@intel.com> #v1
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
---
drivers/gpu/drm/i915/display/intel_plane.c | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_plane.c b/drivers/gpu/drm/i915/display/intel_plane.c
index 559eef467dda..54b2c32473cc 100644
--- a/drivers/gpu/drm/i915/display/intel_plane.c
+++ b/drivers/gpu/drm/i915/display/intel_plane.c
@@ -145,6 +145,15 @@ intel_plane_duplicate_state(struct drm_plane *plane)
if (intel_state->hw.fb)
drm_framebuffer_get(intel_state->hw.fb);
+ if (intel_state->hw.degamma_lut)
+ drm_property_blob_get(intel_state->hw.degamma_lut);
+ if (intel_state->hw.gamma_lut)
+ drm_property_blob_get(intel_state->hw.gamma_lut);
+ if (intel_state->hw.ctm)
+ drm_property_blob_get(intel_state->hw.ctm);
+ if (intel_state->hw.lut_3d)
+ drm_property_blob_get(intel_state->hw.lut_3d);
+
return &intel_state->uapi;
}
@@ -168,6 +177,16 @@ intel_plane_destroy_state(struct drm_plane *plane,
__drm_atomic_helper_plane_destroy_state(&plane_state->uapi);
if (plane_state->hw.fb)
drm_framebuffer_put(plane_state->hw.fb);
+
+ if (plane_state->hw.degamma_lut)
+ drm_property_blob_put(plane_state->hw.degamma_lut);
+ if (plane_state->hw.gamma_lut)
+ drm_property_blob_put(plane_state->hw.gamma_lut);
+ if (plane_state->hw.ctm)
+ drm_property_blob_put(plane_state->hw.ctm);
+ if (plane_state->hw.lut_3d)
+ drm_property_blob_put(plane_state->hw.lut_3d);
+
kfree(plane_state);
}
@@ -340,6 +359,14 @@ static void intel_plane_clear_hw_state(struct intel_plane_state *plane_state)
{
if (plane_state->hw.fb)
drm_framebuffer_put(plane_state->hw.fb);
+ if (plane_state->hw.degamma_lut)
+ drm_property_blob_put(plane_state->hw.degamma_lut);
+ if (plane_state->hw.gamma_lut)
+ drm_property_blob_put(plane_state->hw.gamma_lut);
+ if (plane_state->hw.ctm)
+ drm_property_blob_put(plane_state->hw.ctm);
+ if (plane_state->hw.lut_3d)
+ drm_property_blob_put(plane_state->hw.lut_3d);
memset(&plane_state->hw, 0, sizeof(plane_state->hw));
}
--
2.25.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* ✗ CI.checkpatch: warning for More Fixes for color pipeline
2026-05-11 5:32 [PATCH v3 0/4] More Fixes for color pipeline Chaitanya Kumar Borah
` (3 preceding siblings ...)
2026-05-11 5:32 ` [PATCH v3 4/4] drm/i915: Fix color blob reference handling in intel_plane_state Chaitanya Kumar Borah
@ 2026-05-11 13:35 ` Patchwork
2026-05-11 13:38 ` ✓ CI.KUnit: success " Patchwork
` (2 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-05-11 13:35 UTC (permalink / raw)
To: Chaitanya Kumar Borah; +Cc: intel-xe
== Series Details ==
Series: More Fixes for color pipeline
URL : https://patchwork.freedesktop.org/series/166292/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
061140b9bc586ae7f40abc1249c97e1cc72d1b9d
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1d048fb189211d7a3f90858a6471c5fd5e1c75e5
Author: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Date: Mon May 11 11:02:13 2026 +0530
drm/i915: Fix color blob reference handling in intel_plane_state
Take proper references for hw color blobs (degamma_lut, gamma_lut,
ctm, lut_3d) in intel_plane_duplicate_state() and drop them in
intel_plane_destroy_state().
v2:
- handle blobs in hw state clear
Fixes: 3b7476e786c2 ("drm/i915/color: Add framework to program PRE/POST CSC LUT")
Fixes: a78f1b6baf4d ("drm/i915/color: Add framework to program CSC")
Fixes: 65db7a1f9cf7 ("drm/i915/color: Add 3D LUT to color pipeline")
Reviewed-by: Pranay Samala <pranay.samala@intel.com> #v1
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
+ /mt/dim checkpatch 6cfe03d5832de891397bc05fe788e79de49c51cc drm-intel
16bc20f308e0 drm/i915/display: Copy color pipeline from plane in the primary joiner pipe
7bf67f489f50 drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline
-:26: WARNING:BAD_SIGN_OFF: Assisted-by expects 'AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]' format
#26:
Assisted-by: GitHub Copilot:Claude Sonnet 4.6
total: 0 errors, 1 warnings, 0 checks, 84 lines checked
ddb21f0454f9 drm/i915: Avoid programming color HW blocks for NV12 Y planes
-:19: WARNING:BAD_SIGN_OFF: Assisted-by expects 'AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]' format
#19:
Assisted-by: GitHub Copilot:Claude Sonnet 4.6
total: 0 errors, 1 warnings, 0 checks, 47 lines checked
1d048fb18921 drm/i915: Fix color blob reference handling in intel_plane_state
^ permalink raw reply [flat|nested] 11+ messages in thread* ✓ CI.KUnit: success for More Fixes for color pipeline
2026-05-11 5:32 [PATCH v3 0/4] More Fixes for color pipeline Chaitanya Kumar Borah
` (4 preceding siblings ...)
2026-05-11 13:35 ` ✗ CI.checkpatch: warning for More Fixes for color pipeline Patchwork
@ 2026-05-11 13:38 ` Patchwork
2026-05-11 14:47 ` ✓ Xe.CI.BAT: " Patchwork
2026-05-11 16:02 ` ✓ Xe.CI.FULL: " Patchwork
7 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-05-11 13:38 UTC (permalink / raw)
To: Chaitanya Kumar Borah; +Cc: intel-xe
== Series Details ==
Series: More Fixes for color pipeline
URL : https://patchwork.freedesktop.org/series/166292/
State : success
== Summary ==
+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[13:36:00] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[13:36:07] 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
[13:37:08] Starting KUnit Kernel (1/1)...
[13:37:08] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[13:37:09] ================== guc_buf (11 subtests) ===================
[13:37:09] [PASSED] test_smallest
[13:37:09] [PASSED] test_largest
[13:37:09] [PASSED] test_granular
[13:37:09] [PASSED] test_unique
[13:37:09] [PASSED] test_overlap
[13:37:09] [PASSED] test_reusable
[13:37:09] [PASSED] test_too_big
[13:37:09] [PASSED] test_flush
[13:37:09] [PASSED] test_lookup
[13:37:09] [PASSED] test_data
[13:37:09] [PASSED] test_class
[13:37:09] ===================== [PASSED] guc_buf =====================
[13:37:09] =================== guc_dbm (7 subtests) ===================
[13:37:09] [PASSED] test_empty
[13:37:09] [PASSED] test_default
[13:37:09] ======================== test_size ========================
[13:37:09] [PASSED] 4
[13:37:09] [PASSED] 8
[13:37:09] [PASSED] 32
[13:37:09] [PASSED] 256
[13:37:09] ==================== [PASSED] test_size ====================
[13:37:09] ======================= test_reuse ========================
[13:37:09] [PASSED] 4
[13:37:09] [PASSED] 8
[13:37:09] [PASSED] 32
[13:37:09] [PASSED] 256
[13:37:09] =================== [PASSED] test_reuse ====================
[13:37:09] =================== test_range_overlap ====================
[13:37:09] [PASSED] 4
[13:37:09] [PASSED] 8
[13:37:09] [PASSED] 32
[13:37:09] [PASSED] 256
[13:37:09] =============== [PASSED] test_range_overlap ================
[13:37:09] =================== test_range_compact ====================
[13:37:09] [PASSED] 4
[13:37:09] [PASSED] 8
[13:37:09] [PASSED] 32
[13:37:09] [PASSED] 256
[13:37:09] =============== [PASSED] test_range_compact ================
[13:37:09] ==================== test_range_spare =====================
[13:37:09] [PASSED] 4
[13:37:09] [PASSED] 8
[13:37:09] [PASSED] 32
[13:37:09] [PASSED] 256
[13:37:09] ================ [PASSED] test_range_spare =================
[13:37:09] ===================== [PASSED] guc_dbm =====================
[13:37:09] =================== guc_idm (6 subtests) ===================
[13:37:09] [PASSED] bad_init
[13:37:09] [PASSED] no_init
[13:37:09] [PASSED] init_fini
[13:37:09] [PASSED] check_used
[13:37:09] [PASSED] check_quota
[13:37:09] [PASSED] check_all
[13:37:09] ===================== [PASSED] guc_idm =====================
[13:37:09] ================== no_relay (3 subtests) ===================
[13:37:09] [PASSED] xe_drops_guc2pf_if_not_ready
[13:37:09] [PASSED] xe_drops_guc2vf_if_not_ready
[13:37:09] [PASSED] xe_rejects_send_if_not_ready
[13:37:09] ==================== [PASSED] no_relay =====================
[13:37:09] ================== pf_relay (14 subtests) ==================
[13:37:09] [PASSED] pf_rejects_guc2pf_too_short
[13:37:09] [PASSED] pf_rejects_guc2pf_too_long
[13:37:09] [PASSED] pf_rejects_guc2pf_no_payload
[13:37:09] [PASSED] pf_fails_no_payload
[13:37:09] [PASSED] pf_fails_bad_origin
[13:37:09] [PASSED] pf_fails_bad_type
[13:37:09] [PASSED] pf_txn_reports_error
[13:37:09] [PASSED] pf_txn_sends_pf2guc
[13:37:09] [PASSED] pf_sends_pf2guc
[13:37:09] [SKIPPED] pf_loopback_nop
[13:37:09] [SKIPPED] pf_loopback_echo
[13:37:09] [SKIPPED] pf_loopback_fail
[13:37:09] [SKIPPED] pf_loopback_busy
[13:37:09] [SKIPPED] pf_loopback_retry
[13:37:09] ==================== [PASSED] pf_relay =====================
[13:37:09] ================== vf_relay (3 subtests) ===================
[13:37:09] [PASSED] vf_rejects_guc2vf_too_short
[13:37:09] [PASSED] vf_rejects_guc2vf_too_long
[13:37:09] [PASSED] vf_rejects_guc2vf_no_payload
[13:37:09] ==================== [PASSED] vf_relay =====================
[13:37:09] ================ pf_gt_config (9 subtests) =================
[13:37:09] [PASSED] fair_contexts_1vf
[13:37:09] [PASSED] fair_doorbells_1vf
[13:37:09] [PASSED] fair_ggtt_1vf
[13:37:09] ====================== fair_vram_1vf ======================
[13:37:09] [PASSED] 3.50 GiB
[13:37:09] [PASSED] 11.5 GiB
[13:37:09] [PASSED] 15.5 GiB
[13:37:09] [PASSED] 31.5 GiB
[13:37:09] [PASSED] 63.5 GiB
[13:37:09] [PASSED] 1.91 GiB
[13:37:09] ================== [PASSED] fair_vram_1vf ==================
[13:37:09] ================ fair_vram_1vf_admin_only =================
[13:37:09] [PASSED] 3.50 GiB
[13:37:09] [PASSED] 11.5 GiB
[13:37:09] [PASSED] 15.5 GiB
[13:37:09] [PASSED] 31.5 GiB
[13:37:09] [PASSED] 63.5 GiB
[13:37:09] [PASSED] 1.91 GiB
[13:37:09] ============ [PASSED] fair_vram_1vf_admin_only =============
[13:37:09] ====================== fair_contexts ======================
[13:37:09] [PASSED] 1 VF
[13:37:09] [PASSED] 2 VFs
[13:37:09] [PASSED] 3 VFs
[13:37:09] [PASSED] 4 VFs
[13:37:09] [PASSED] 5 VFs
[13:37:09] [PASSED] 6 VFs
[13:37:09] [PASSED] 7 VFs
[13:37:09] [PASSED] 8 VFs
[13:37:09] [PASSED] 9 VFs
[13:37:09] [PASSED] 10 VFs
[13:37:09] [PASSED] 11 VFs
[13:37:09] [PASSED] 12 VFs
[13:37:09] [PASSED] 13 VFs
[13:37:09] [PASSED] 14 VFs
[13:37:09] [PASSED] 15 VFs
[13:37:09] [PASSED] 16 VFs
[13:37:09] [PASSED] 17 VFs
[13:37:09] [PASSED] 18 VFs
[13:37:09] [PASSED] 19 VFs
[13:37:09] [PASSED] 20 VFs
[13:37:09] [PASSED] 21 VFs
[13:37:09] [PASSED] 22 VFs
[13:37:09] [PASSED] 23 VFs
[13:37:09] [PASSED] 24 VFs
[13:37:09] [PASSED] 25 VFs
[13:37:09] [PASSED] 26 VFs
[13:37:09] [PASSED] 27 VFs
[13:37:09] [PASSED] 28 VFs
[13:37:09] [PASSED] 29 VFs
[13:37:09] [PASSED] 30 VFs
[13:37:09] [PASSED] 31 VFs
[13:37:09] [PASSED] 32 VFs
[13:37:09] [PASSED] 33 VFs
[13:37:09] [PASSED] 34 VFs
[13:37:09] [PASSED] 35 VFs
[13:37:09] [PASSED] 36 VFs
[13:37:09] [PASSED] 37 VFs
[13:37:09] [PASSED] 38 VFs
[13:37:09] [PASSED] 39 VFs
[13:37:09] [PASSED] 40 VFs
[13:37:09] [PASSED] 41 VFs
[13:37:09] [PASSED] 42 VFs
[13:37:09] [PASSED] 43 VFs
[13:37:09] [PASSED] 44 VFs
[13:37:09] [PASSED] 45 VFs
[13:37:09] [PASSED] 46 VFs
[13:37:09] [PASSED] 47 VFs
[13:37:09] [PASSED] 48 VFs
[13:37:09] [PASSED] 49 VFs
[13:37:09] [PASSED] 50 VFs
[13:37:09] [PASSED] 51 VFs
[13:37:09] [PASSED] 52 VFs
[13:37:09] [PASSED] 53 VFs
[13:37:09] [PASSED] 54 VFs
[13:37:09] [PASSED] 55 VFs
[13:37:09] [PASSED] 56 VFs
[13:37:09] [PASSED] 57 VFs
[13:37:09] [PASSED] 58 VFs
[13:37:09] [PASSED] 59 VFs
[13:37:09] [PASSED] 60 VFs
[13:37:09] [PASSED] 61 VFs
[13:37:09] [PASSED] 62 VFs
[13:37:09] [PASSED] 63 VFs
[13:37:09] ================== [PASSED] fair_contexts ==================
[13:37:09] ===================== fair_doorbells ======================
[13:37:09] [PASSED] 1 VF
[13:37:09] [PASSED] 2 VFs
[13:37:09] [PASSED] 3 VFs
[13:37:09] [PASSED] 4 VFs
[13:37:09] [PASSED] 5 VFs
[13:37:09] [PASSED] 6 VFs
[13:37:09] [PASSED] 7 VFs
[13:37:09] [PASSED] 8 VFs
[13:37:09] [PASSED] 9 VFs
[13:37:09] [PASSED] 10 VFs
[13:37:09] [PASSED] 11 VFs
[13:37:09] [PASSED] 12 VFs
[13:37:09] [PASSED] 13 VFs
[13:37:09] [PASSED] 14 VFs
[13:37:09] [PASSED] 15 VFs
[13:37:09] [PASSED] 16 VFs
[13:37:09] [PASSED] 17 VFs
[13:37:09] [PASSED] 18 VFs
[13:37:09] [PASSED] 19 VFs
[13:37:09] [PASSED] 20 VFs
[13:37:09] [PASSED] 21 VFs
[13:37:09] [PASSED] 22 VFs
[13:37:09] [PASSED] 23 VFs
[13:37:09] [PASSED] 24 VFs
[13:37:09] [PASSED] 25 VFs
[13:37:09] [PASSED] 26 VFs
[13:37:09] [PASSED] 27 VFs
[13:37:09] [PASSED] 28 VFs
[13:37:09] [PASSED] 29 VFs
[13:37:09] [PASSED] 30 VFs
[13:37:09] [PASSED] 31 VFs
[13:37:09] [PASSED] 32 VFs
[13:37:09] [PASSED] 33 VFs
[13:37:09] [PASSED] 34 VFs
[13:37:09] [PASSED] 35 VFs
[13:37:09] [PASSED] 36 VFs
[13:37:09] [PASSED] 37 VFs
[13:37:09] [PASSED] 38 VFs
[13:37:09] [PASSED] 39 VFs
[13:37:09] [PASSED] 40 VFs
[13:37:09] [PASSED] 41 VFs
[13:37:09] [PASSED] 42 VFs
[13:37:09] [PASSED] 43 VFs
[13:37:09] [PASSED] 44 VFs
[13:37:09] [PASSED] 45 VFs
[13:37:09] [PASSED] 46 VFs
[13:37:09] [PASSED] 47 VFs
[13:37:09] [PASSED] 48 VFs
[13:37:09] [PASSED] 49 VFs
[13:37:09] [PASSED] 50 VFs
[13:37:09] [PASSED] 51 VFs
[13:37:09] [PASSED] 52 VFs
[13:37:09] [PASSED] 53 VFs
[13:37:09] [PASSED] 54 VFs
[13:37:09] [PASSED] 55 VFs
[13:37:09] [PASSED] 56 VFs
[13:37:09] [PASSED] 57 VFs
[13:37:09] [PASSED] 58 VFs
[13:37:09] [PASSED] 59 VFs
[13:37:09] [PASSED] 60 VFs
[13:37:09] [PASSED] 61 VFs
[13:37:09] [PASSED] 62 VFs
[13:37:09] [PASSED] 63 VFs
[13:37:09] ================= [PASSED] fair_doorbells ==================
[13:37:09] ======================== fair_ggtt ========================
[13:37:09] [PASSED] 1 VF
[13:37:09] [PASSED] 2 VFs
[13:37:09] [PASSED] 3 VFs
[13:37:09] [PASSED] 4 VFs
[13:37:09] [PASSED] 5 VFs
[13:37:09] [PASSED] 6 VFs
[13:37:09] [PASSED] 7 VFs
[13:37:09] [PASSED] 8 VFs
[13:37:09] [PASSED] 9 VFs
[13:37:09] [PASSED] 10 VFs
[13:37:09] [PASSED] 11 VFs
[13:37:09] [PASSED] 12 VFs
[13:37:09] [PASSED] 13 VFs
[13:37:09] [PASSED] 14 VFs
[13:37:09] [PASSED] 15 VFs
[13:37:09] [PASSED] 16 VFs
[13:37:09] [PASSED] 17 VFs
[13:37:09] [PASSED] 18 VFs
[13:37:09] [PASSED] 19 VFs
[13:37:09] [PASSED] 20 VFs
[13:37:09] [PASSED] 21 VFs
[13:37:09] [PASSED] 22 VFs
[13:37:09] [PASSED] 23 VFs
[13:37:09] [PASSED] 24 VFs
[13:37:09] [PASSED] 25 VFs
[13:37:09] [PASSED] 26 VFs
[13:37:09] [PASSED] 27 VFs
[13:37:09] [PASSED] 28 VFs
[13:37:09] [PASSED] 29 VFs
[13:37:09] [PASSED] 30 VFs
[13:37:09] [PASSED] 31 VFs
[13:37:09] [PASSED] 32 VFs
[13:37:09] [PASSED] 33 VFs
[13:37:09] [PASSED] 34 VFs
[13:37:09] [PASSED] 35 VFs
[13:37:09] [PASSED] 36 VFs
[13:37:09] [PASSED] 37 VFs
[13:37:09] [PASSED] 38 VFs
[13:37:09] [PASSED] 39 VFs
[13:37:09] [PASSED] 40 VFs
[13:37:09] [PASSED] 41 VFs
[13:37:09] [PASSED] 42 VFs
[13:37:09] [PASSED] 43 VFs
[13:37:09] [PASSED] 44 VFs
[13:37:09] [PASSED] 45 VFs
[13:37:09] [PASSED] 46 VFs
[13:37:09] [PASSED] 47 VFs
[13:37:09] [PASSED] 48 VFs
[13:37:09] [PASSED] 49 VFs
[13:37:09] [PASSED] 50 VFs
[13:37:09] [PASSED] 51 VFs
[13:37:09] [PASSED] 52 VFs
[13:37:09] [PASSED] 53 VFs
[13:37:09] [PASSED] 54 VFs
[13:37:09] [PASSED] 55 VFs
[13:37:09] [PASSED] 56 VFs
[13:37:09] [PASSED] 57 VFs
[13:37:09] [PASSED] 58 VFs
[13:37:09] [PASSED] 59 VFs
[13:37:09] [PASSED] 60 VFs
[13:37:09] [PASSED] 61 VFs
[13:37:09] [PASSED] 62 VFs
[13:37:09] [PASSED] 63 VFs
[13:37:09] ==================== [PASSED] fair_ggtt ====================
[13:37:09] ======================== fair_vram ========================
[13:37:09] [PASSED] 1 VF
[13:37:09] [PASSED] 2 VFs
[13:37:09] [PASSED] 3 VFs
[13:37:09] [PASSED] 4 VFs
[13:37:09] [PASSED] 5 VFs
[13:37:09] [PASSED] 6 VFs
[13:37:09] [PASSED] 7 VFs
[13:37:09] [PASSED] 8 VFs
[13:37:09] [PASSED] 9 VFs
[13:37:09] [PASSED] 10 VFs
[13:37:09] [PASSED] 11 VFs
[13:37:09] [PASSED] 12 VFs
[13:37:09] [PASSED] 13 VFs
[13:37:09] [PASSED] 14 VFs
[13:37:09] [PASSED] 15 VFs
[13:37:09] [PASSED] 16 VFs
[13:37:09] [PASSED] 17 VFs
[13:37:09] [PASSED] 18 VFs
[13:37:09] [PASSED] 19 VFs
[13:37:09] [PASSED] 20 VFs
[13:37:09] [PASSED] 21 VFs
[13:37:09] [PASSED] 22 VFs
[13:37:09] [PASSED] 23 VFs
[13:37:09] [PASSED] 24 VFs
[13:37:09] [PASSED] 25 VFs
[13:37:09] [PASSED] 26 VFs
[13:37:09] [PASSED] 27 VFs
[13:37:09] [PASSED] 28 VFs
[13:37:09] [PASSED] 29 VFs
[13:37:09] [PASSED] 30 VFs
[13:37:09] [PASSED] 31 VFs
[13:37:09] [PASSED] 32 VFs
[13:37:09] [PASSED] 33 VFs
[13:37:09] [PASSED] 34 VFs
[13:37:09] [PASSED] 35 VFs
[13:37:09] [PASSED] 36 VFs
[13:37:09] [PASSED] 37 VFs
[13:37:09] [PASSED] 38 VFs
[13:37:09] [PASSED] 39 VFs
[13:37:09] [PASSED] 40 VFs
[13:37:09] [PASSED] 41 VFs
[13:37:09] [PASSED] 42 VFs
[13:37:09] [PASSED] 43 VFs
[13:37:09] [PASSED] 44 VFs
[13:37:09] [PASSED] 45 VFs
[13:37:09] [PASSED] 46 VFs
[13:37:09] [PASSED] 47 VFs
[13:37:09] [PASSED] 48 VFs
[13:37:09] [PASSED] 49 VFs
[13:37:09] [PASSED] 50 VFs
[13:37:09] [PASSED] 51 VFs
[13:37:09] [PASSED] 52 VFs
[13:37:09] [PASSED] 53 VFs
[13:37:09] [PASSED] 54 VFs
[13:37:09] [PASSED] 55 VFs
[13:37:09] [PASSED] 56 VFs
[13:37:09] [PASSED] 57 VFs
[13:37:09] [PASSED] 58 VFs
[13:37:09] [PASSED] 59 VFs
[13:37:09] [PASSED] 60 VFs
[13:37:09] [PASSED] 61 VFs
[13:37:09] [PASSED] 62 VFs
[13:37:09] [PASSED] 63 VFs
[13:37:09] ==================== [PASSED] fair_vram ====================
[13:37:09] ================== [PASSED] pf_gt_config ===================
[13:37:09] ===================== lmtt (1 subtest) =====================
[13:37:09] ======================== test_ops =========================
[13:37:09] [PASSED] 2-level
[13:37:09] [PASSED] multi-level
[13:37:09] ==================== [PASSED] test_ops =====================
[13:37:09] ====================== [PASSED] lmtt =======================
[13:37:09] ================= pf_service (11 subtests) =================
[13:37:09] [PASSED] pf_negotiate_any
[13:37:09] [PASSED] pf_negotiate_base_match
[13:37:09] [PASSED] pf_negotiate_base_newer
[13:37:09] [PASSED] pf_negotiate_base_next
[13:37:09] [SKIPPED] pf_negotiate_base_older
[13:37:09] [PASSED] pf_negotiate_base_prev
[13:37:09] [PASSED] pf_negotiate_latest_match
[13:37:09] [PASSED] pf_negotiate_latest_newer
[13:37:09] [PASSED] pf_negotiate_latest_next
[13:37:09] [SKIPPED] pf_negotiate_latest_older
[13:37:09] [SKIPPED] pf_negotiate_latest_prev
[13:37:09] =================== [PASSED] pf_service ====================
[13:37:09] ================= xe_guc_g2g (2 subtests) ==================
[13:37:09] ============== xe_live_guc_g2g_kunit_default ==============
[13:37:09] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[13:37:09] ============== xe_live_guc_g2g_kunit_allmem ===============
[13:37:09] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[13:37:09] =================== [SKIPPED] xe_guc_g2g ===================
[13:37:09] =================== xe_mocs (2 subtests) ===================
[13:37:09] ================ xe_live_mocs_kernel_kunit ================
[13:37:09] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[13:37:09] ================ xe_live_mocs_reset_kunit =================
[13:37:09] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[13:37:09] ==================== [SKIPPED] xe_mocs =====================
[13:37:09] ================= xe_migrate (2 subtests) ==================
[13:37:09] ================= xe_migrate_sanity_kunit =================
[13:37:09] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[13:37:09] ================== xe_validate_ccs_kunit ==================
[13:37:09] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[13:37:09] =================== [SKIPPED] xe_migrate ===================
[13:37:09] ================== xe_dma_buf (1 subtest) ==================
[13:37:09] ==================== xe_dma_buf_kunit =====================
[13:37:09] ================ [SKIPPED] xe_dma_buf_kunit ================
[13:37:09] =================== [SKIPPED] xe_dma_buf ===================
[13:37:09] ================= xe_bo_shrink (1 subtest) =================
[13:37:09] =================== xe_bo_shrink_kunit ====================
[13:37:09] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[13:37:09] ================== [SKIPPED] xe_bo_shrink ==================
[13:37:09] ==================== xe_bo (2 subtests) ====================
[13:37:09] ================== xe_ccs_migrate_kunit ===================
[13:37:09] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[13:37:09] ==================== xe_bo_evict_kunit ====================
[13:37:09] =============== [SKIPPED] xe_bo_evict_kunit ================
[13:37:09] ===================== [SKIPPED] xe_bo ======================
[13:37:09] ==================== args (13 subtests) ====================
[13:37:09] [PASSED] count_args_test
[13:37:09] [PASSED] call_args_example
[13:37:09] [PASSED] call_args_test
[13:37:09] [PASSED] drop_first_arg_example
[13:37:09] [PASSED] drop_first_arg_test
[13:37:09] [PASSED] first_arg_example
[13:37:09] [PASSED] first_arg_test
[13:37:09] [PASSED] last_arg_example
[13:37:09] [PASSED] last_arg_test
[13:37:09] [PASSED] pick_arg_example
[13:37:09] [PASSED] if_args_example
[13:37:09] [PASSED] if_args_test
[13:37:09] [PASSED] sep_comma_example
[13:37:09] ====================== [PASSED] args =======================
[13:37:09] =================== xe_pci (3 subtests) ====================
[13:37:09] ==================== check_graphics_ip ====================
[13:37:09] [PASSED] 12.00 Xe_LP
[13:37:09] [PASSED] 12.10 Xe_LP+
[13:37:09] [PASSED] 12.55 Xe_HPG
[13:37:09] [PASSED] 12.60 Xe_HPC
[13:37:09] [PASSED] 12.70 Xe_LPG
[13:37:09] [PASSED] 12.71 Xe_LPG
[13:37:09] [PASSED] 12.74 Xe_LPG+
[13:37:09] [PASSED] 20.01 Xe2_HPG
[13:37:09] [PASSED] 20.02 Xe2_HPG
[13:37:09] [PASSED] 20.04 Xe2_LPG
[13:37:09] [PASSED] 30.00 Xe3_LPG
[13:37:09] [PASSED] 30.01 Xe3_LPG
[13:37:09] [PASSED] 30.03 Xe3_LPG
[13:37:09] [PASSED] 30.04 Xe3_LPG
[13:37:09] [PASSED] 30.05 Xe3_LPG
[13:37:09] [PASSED] 35.10 Xe3p_LPG
[13:37:09] [PASSED] 35.11 Xe3p_XPC
[13:37:09] ================ [PASSED] check_graphics_ip ================
[13:37:09] ===================== check_media_ip ======================
[13:37:09] [PASSED] 12.00 Xe_M
[13:37:09] [PASSED] 12.55 Xe_HPM
[13:37:09] [PASSED] 13.00 Xe_LPM+
[13:37:09] [PASSED] 13.01 Xe2_HPM
[13:37:09] [PASSED] 20.00 Xe2_LPM
[13:37:09] [PASSED] 30.00 Xe3_LPM
[13:37:09] [PASSED] 30.02 Xe3_LPM
[13:37:09] [PASSED] 35.00 Xe3p_LPM
[13:37:09] [PASSED] 35.03 Xe3p_HPM
[13:37:09] ================= [PASSED] check_media_ip ==================
[13:37:09] =================== check_platform_desc ===================
[13:37:09] [PASSED] 0x9A60 (TIGERLAKE)
[13:37:09] [PASSED] 0x9A68 (TIGERLAKE)
[13:37:09] [PASSED] 0x9A70 (TIGERLAKE)
[13:37:09] [PASSED] 0x9A40 (TIGERLAKE)
[13:37:09] [PASSED] 0x9A49 (TIGERLAKE)
[13:37:09] [PASSED] 0x9A59 (TIGERLAKE)
[13:37:09] [PASSED] 0x9A78 (TIGERLAKE)
[13:37:09] [PASSED] 0x9AC0 (TIGERLAKE)
[13:37:09] [PASSED] 0x9AC9 (TIGERLAKE)
[13:37:09] [PASSED] 0x9AD9 (TIGERLAKE)
[13:37:09] [PASSED] 0x9AF8 (TIGERLAKE)
[13:37:09] [PASSED] 0x4C80 (ROCKETLAKE)
[13:37:09] [PASSED] 0x4C8A (ROCKETLAKE)
[13:37:09] [PASSED] 0x4C8B (ROCKETLAKE)
[13:37:09] [PASSED] 0x4C8C (ROCKETLAKE)
[13:37:09] [PASSED] 0x4C90 (ROCKETLAKE)
[13:37:09] [PASSED] 0x4C9A (ROCKETLAKE)
[13:37:09] [PASSED] 0x4680 (ALDERLAKE_S)
[13:37:09] [PASSED] 0x4682 (ALDERLAKE_S)
[13:37:09] [PASSED] 0x4688 (ALDERLAKE_S)
[13:37:09] [PASSED] 0x468A (ALDERLAKE_S)
[13:37:09] [PASSED] 0x468B (ALDERLAKE_S)
[13:37:09] [PASSED] 0x4690 (ALDERLAKE_S)
[13:37:09] [PASSED] 0x4692 (ALDERLAKE_S)
[13:37:09] [PASSED] 0x4693 (ALDERLAKE_S)
[13:37:09] [PASSED] 0x46A0 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46A1 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46A2 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46A3 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46A6 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46A8 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46AA (ALDERLAKE_P)
[13:37:09] [PASSED] 0x462A (ALDERLAKE_P)
[13:37:09] [PASSED] 0x4626 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x4628 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46B0 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46B1 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46B2 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46B3 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46C0 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46C1 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46C2 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46C3 (ALDERLAKE_P)
[13:37:09] [PASSED] 0x46D0 (ALDERLAKE_N)
[13:37:09] [PASSED] 0x46D1 (ALDERLAKE_N)
[13:37:09] [PASSED] 0x46D2 (ALDERLAKE_N)
[13:37:09] [PASSED] 0x46D3 (ALDERLAKE_N)
[13:37:09] [PASSED] 0x46D4 (ALDERLAKE_N)
[13:37:09] [PASSED] 0xA721 (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA7A1 (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA7A9 (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA7AC (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA7AD (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA720 (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA7A0 (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA7A8 (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA7AA (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA7AB (ALDERLAKE_P)
[13:37:09] [PASSED] 0xA780 (ALDERLAKE_S)
[13:37:09] [PASSED] 0xA781 (ALDERLAKE_S)
[13:37:09] [PASSED] 0xA782 (ALDERLAKE_S)
[13:37:09] [PASSED] 0xA783 (ALDERLAKE_S)
[13:37:09] [PASSED] 0xA788 (ALDERLAKE_S)
[13:37:09] [PASSED] 0xA789 (ALDERLAKE_S)
[13:37:09] [PASSED] 0xA78A (ALDERLAKE_S)
[13:37:09] [PASSED] 0xA78B (ALDERLAKE_S)
[13:37:09] [PASSED] 0x4905 (DG1)
[13:37:09] [PASSED] 0x4906 (DG1)
[13:37:09] [PASSED] 0x4907 (DG1)
[13:37:09] [PASSED] 0x4908 (DG1)
[13:37:09] [PASSED] 0x4909 (DG1)
[13:37:09] [PASSED] 0x56C0 (DG2)
[13:37:09] [PASSED] 0x56C2 (DG2)
[13:37:09] [PASSED] 0x56C1 (DG2)
[13:37:09] [PASSED] 0x7D51 (METEORLAKE)
[13:37:09] [PASSED] 0x7DD1 (METEORLAKE)
[13:37:09] [PASSED] 0x7D41 (METEORLAKE)
[13:37:09] [PASSED] 0x7D67 (METEORLAKE)
[13:37:09] [PASSED] 0xB640 (METEORLAKE)
[13:37:09] [PASSED] 0x56A0 (DG2)
[13:37:09] [PASSED] 0x56A1 (DG2)
[13:37:09] [PASSED] 0x56A2 (DG2)
[13:37:09] [PASSED] 0x56BE (DG2)
[13:37:09] [PASSED] 0x56BF (DG2)
[13:37:09] [PASSED] 0x5690 (DG2)
[13:37:09] [PASSED] 0x5691 (DG2)
[13:37:09] [PASSED] 0x5692 (DG2)
[13:37:09] [PASSED] 0x56A5 (DG2)
[13:37:09] [PASSED] 0x56A6 (DG2)
[13:37:09] [PASSED] 0x56B0 (DG2)
[13:37:09] [PASSED] 0x56B1 (DG2)
[13:37:09] [PASSED] 0x56BA (DG2)
[13:37:09] [PASSED] 0x56BB (DG2)
[13:37:09] [PASSED] 0x56BC (DG2)
[13:37:09] [PASSED] 0x56BD (DG2)
[13:37:09] [PASSED] 0x5693 (DG2)
[13:37:09] [PASSED] 0x5694 (DG2)
[13:37:09] [PASSED] 0x5695 (DG2)
[13:37:09] [PASSED] 0x56A3 (DG2)
[13:37:09] [PASSED] 0x56A4 (DG2)
[13:37:09] [PASSED] 0x56B2 (DG2)
[13:37:09] [PASSED] 0x56B3 (DG2)
[13:37:09] [PASSED] 0x5696 (DG2)
[13:37:09] [PASSED] 0x5697 (DG2)
[13:37:09] [PASSED] 0xB69 (PVC)
[13:37:09] [PASSED] 0xB6E (PVC)
[13:37:09] [PASSED] 0xBD4 (PVC)
[13:37:09] [PASSED] 0xBD5 (PVC)
[13:37:09] [PASSED] 0xBD6 (PVC)
[13:37:09] [PASSED] 0xBD7 (PVC)
[13:37:09] [PASSED] 0xBD8 (PVC)
[13:37:09] [PASSED] 0xBD9 (PVC)
[13:37:09] [PASSED] 0xBDA (PVC)
[13:37:09] [PASSED] 0xBDB (PVC)
[13:37:09] [PASSED] 0xBE0 (PVC)
[13:37:09] [PASSED] 0xBE1 (PVC)
[13:37:09] [PASSED] 0xBE5 (PVC)
[13:37:09] [PASSED] 0x7D40 (METEORLAKE)
[13:37:09] [PASSED] 0x7D45 (METEORLAKE)
[13:37:09] [PASSED] 0x7D55 (METEORLAKE)
[13:37:09] [PASSED] 0x7D60 (METEORLAKE)
[13:37:09] [PASSED] 0x7DD5 (METEORLAKE)
[13:37:09] [PASSED] 0x6420 (LUNARLAKE)
[13:37:09] [PASSED] 0x64A0 (LUNARLAKE)
[13:37:09] [PASSED] 0x64B0 (LUNARLAKE)
[13:37:09] [PASSED] 0xE202 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE209 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE20B (BATTLEMAGE)
[13:37:09] [PASSED] 0xE20C (BATTLEMAGE)
[13:37:09] [PASSED] 0xE20D (BATTLEMAGE)
[13:37:09] [PASSED] 0xE210 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE211 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE212 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE216 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE220 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE221 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE222 (BATTLEMAGE)
[13:37:09] [PASSED] 0xE223 (BATTLEMAGE)
[13:37:09] [PASSED] 0xB080 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB081 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB082 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB083 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB084 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB085 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB086 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB087 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB08F (PANTHERLAKE)
[13:37:09] [PASSED] 0xB090 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB0A0 (PANTHERLAKE)
[13:37:09] [PASSED] 0xB0B0 (PANTHERLAKE)
[13:37:09] [PASSED] 0xFD80 (PANTHERLAKE)
[13:37:09] [PASSED] 0xFD81 (PANTHERLAKE)
[13:37:09] [PASSED] 0xD740 (NOVALAKE_S)
[13:37:09] [PASSED] 0xD741 (NOVALAKE_S)
[13:37:09] [PASSED] 0xD742 (NOVALAKE_S)
[13:37:09] [PASSED] 0xD743 (NOVALAKE_S)
[13:37:09] [PASSED] 0xD744 (NOVALAKE_S)
[13:37:09] [PASSED] 0xD745 (NOVALAKE_S)
[13:37:09] [PASSED] 0x674C (CRESCENTISLAND)
[13:37:09] [PASSED] 0x674D (CRESCENTISLAND)
[13:37:09] [PASSED] 0x674E (CRESCENTISLAND)
[13:37:09] [PASSED] 0x674F (CRESCENTISLAND)
[13:37:09] [PASSED] 0x6750 (CRESCENTISLAND)
[13:37:09] [PASSED] 0xD750 (NOVALAKE_P)
[13:37:09] [PASSED] 0xD751 (NOVALAKE_P)
[13:37:09] [PASSED] 0xD752 (NOVALAKE_P)
[13:37:09] [PASSED] 0xD753 (NOVALAKE_P)
[13:37:09] [PASSED] 0xD754 (NOVALAKE_P)
[13:37:09] [PASSED] 0xD755 (NOVALAKE_P)
[13:37:09] [PASSED] 0xD756 (NOVALAKE_P)
[13:37:09] [PASSED] 0xD757 (NOVALAKE_P)
[13:37:09] [PASSED] 0xD75F (NOVALAKE_P)
[13:37:09] =============== [PASSED] check_platform_desc ===============
[13:37:09] ===================== [PASSED] xe_pci ======================
[13:37:09] =================== xe_rtp (2 subtests) ====================
[13:37:09] =============== xe_rtp_process_to_sr_tests ================
[13:37:09] [PASSED] coalesce-same-reg
[13:37:09] [PASSED] no-match-no-add
[13:37:09] [PASSED] match-or
[13:37:09] [PASSED] match-or-xfail
[13:37:09] [PASSED] no-match-no-add-multiple-rules
[13:37:09] [PASSED] two-regs-two-entries
[13:37:09] [PASSED] clr-one-set-other
[13:37:09] [PASSED] set-field
[13:37:09] [PASSED] conflict-duplicate
[13:37:09] [PASSED] conflict-not-disjoint
[13:37:09] [PASSED] conflict-reg-type
[13:37:09] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[13:37:09] ================== xe_rtp_process_tests ===================
[13:37:09] [PASSED] active1
[13:37:09] [PASSED] active2
[13:37:09] [PASSED] active-inactive
[13:37:09] [PASSED] inactive-active
[13:37:09] [PASSED] inactive-1st_or_active-inactive
[13:37:09] [PASSED] inactive-2nd_or_active-inactive
[13:37:09] [PASSED] inactive-last_or_active-inactive
[13:37:09] [PASSED] inactive-no_or_active-inactive
[13:37:09] ============== [PASSED] xe_rtp_process_tests ===============
[13:37:10] ===================== [PASSED] xe_rtp ======================
[13:37:10] ==================== xe_wa (1 subtest) =====================
[13:37:10] ======================== xe_wa_gt =========================
[13:37:10] [PASSED] TIGERLAKE B0
[13:37:10] [PASSED] DG1 A0
[13:37:10] [PASSED] DG1 B0
[13:37:10] [PASSED] ALDERLAKE_S A0
[13:37:10] [PASSED] ALDERLAKE_S B0
[13:37:10] [PASSED] ALDERLAKE_S C0
[13:37:10] [PASSED] ALDERLAKE_S D0
[13:37:10] [PASSED] ALDERLAKE_P A0
[13:37:10] [PASSED] ALDERLAKE_P B0
[13:37:10] [PASSED] ALDERLAKE_P C0
[13:37:10] [PASSED] ALDERLAKE_S RPLS D0
[13:37:10] [PASSED] ALDERLAKE_P RPLU E0
[13:37:10] [PASSED] DG2 G10 C0
[13:37:10] [PASSED] DG2 G11 B1
[13:37:10] [PASSED] DG2 G12 A1
[13:37:10] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[13:37:10] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[13:37:10] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[13:37:10] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[13:37:10] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[13:37:10] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[13:37:10] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[13:37:10] ==================== [PASSED] xe_wa_gt =====================
[13:37:10] ====================== [PASSED] xe_wa ======================
[13:37:10] ============================================================
[13:37:10] Testing complete. Ran 601 tests: passed: 583, skipped: 18
[13:37:10] Elapsed time: 69.298s total, 7.077s configuring, 61.051s building, 1.139s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[13:37:10] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[13:37:12] 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
[13:37:58] Starting KUnit Kernel (1/1)...
[13:37:58] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[13:37:58] ============ drm_test_pick_cmdline (2 subtests) ============
[13:37:58] [PASSED] drm_test_pick_cmdline_res_1920_1080_60
[13:37:58] =============== drm_test_pick_cmdline_named ===============
[13:37:58] [PASSED] NTSC
[13:37:58] [PASSED] NTSC-J
[13:37:58] [PASSED] PAL
[13:37:58] [PASSED] PAL-M
[13:37:58] =========== [PASSED] drm_test_pick_cmdline_named ===========
[13:37:58] ============== [PASSED] drm_test_pick_cmdline ==============
[13:37:58] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[13:37:58] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[13:37:58] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[13:37:58] =========== drm_validate_clone_mode (2 subtests) ===========
[13:37:58] ============== drm_test_check_in_clone_mode ===============
[13:37:58] [PASSED] in_clone_mode
[13:37:58] [PASSED] not_in_clone_mode
[13:37:58] ========== [PASSED] drm_test_check_in_clone_mode ===========
[13:37:58] =============== drm_test_check_valid_clones ===============
[13:37:58] [PASSED] not_in_clone_mode
[13:37:58] [PASSED] valid_clone
[13:37:58] [PASSED] invalid_clone
[13:37:58] =========== [PASSED] drm_test_check_valid_clones ===========
[13:37:58] ============= [PASSED] drm_validate_clone_mode =============
[13:37:58] ============= drm_validate_modeset (1 subtest) =============
[13:37:58] [PASSED] drm_test_check_connector_changed_modeset
[13:37:58] ============== [PASSED] drm_validate_modeset ===============
[13:37:58] ====== drm_test_bridge_get_current_state (2 subtests) ======
[13:37:58] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[13:37:58] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[13:37:58] ======== [PASSED] drm_test_bridge_get_current_state ========
[13:37:58] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[13:37:58] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[13:37:58] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[13:37:58] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[13:37:58] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[13:37:58] ============== drm_bridge_alloc (2 subtests) ===============
[13:37:58] [PASSED] drm_test_drm_bridge_alloc_basic
[13:37:58] [PASSED] drm_test_drm_bridge_alloc_get_put
[13:37:58] ================ [PASSED] drm_bridge_alloc =================
[13:37:58] ============= drm_cmdline_parser (40 subtests) =============
[13:37:58] [PASSED] drm_test_cmdline_force_d_only
[13:37:58] [PASSED] drm_test_cmdline_force_D_only_dvi
[13:37:58] [PASSED] drm_test_cmdline_force_D_only_hdmi
[13:37:58] [PASSED] drm_test_cmdline_force_D_only_not_digital
[13:37:58] [PASSED] drm_test_cmdline_force_e_only
[13:37:58] [PASSED] drm_test_cmdline_res
[13:37:58] [PASSED] drm_test_cmdline_res_vesa
[13:37:58] [PASSED] drm_test_cmdline_res_vesa_rblank
[13:37:58] [PASSED] drm_test_cmdline_res_rblank
[13:37:58] [PASSED] drm_test_cmdline_res_bpp
[13:37:58] [PASSED] drm_test_cmdline_res_refresh
[13:37:58] [PASSED] drm_test_cmdline_res_bpp_refresh
[13:37:58] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[13:37:58] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[13:37:58] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[13:37:58] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[13:37:58] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[13:37:58] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[13:37:58] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[13:37:58] [PASSED] drm_test_cmdline_res_margins_force_on
[13:37:58] [PASSED] drm_test_cmdline_res_vesa_margins
[13:37:58] [PASSED] drm_test_cmdline_name
[13:37:58] [PASSED] drm_test_cmdline_name_bpp
[13:37:58] [PASSED] drm_test_cmdline_name_option
[13:37:58] [PASSED] drm_test_cmdline_name_bpp_option
[13:37:58] [PASSED] drm_test_cmdline_rotate_0
[13:37:58] [PASSED] drm_test_cmdline_rotate_90
[13:37:58] [PASSED] drm_test_cmdline_rotate_180
[13:37:58] [PASSED] drm_test_cmdline_rotate_270
[13:37:58] [PASSED] drm_test_cmdline_hmirror
[13:37:58] [PASSED] drm_test_cmdline_vmirror
[13:37:58] [PASSED] drm_test_cmdline_margin_options
[13:37:58] [PASSED] drm_test_cmdline_multiple_options
[13:37:58] [PASSED] drm_test_cmdline_bpp_extra_and_option
[13:37:58] [PASSED] drm_test_cmdline_extra_and_option
[13:37:58] [PASSED] drm_test_cmdline_freestanding_options
[13:37:58] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[13:37:58] [PASSED] drm_test_cmdline_panel_orientation
[13:37:58] ================ drm_test_cmdline_invalid =================
[13:37:58] [PASSED] margin_only
[13:37:58] [PASSED] interlace_only
[13:37:58] [PASSED] res_missing_x
[13:37:58] [PASSED] res_missing_y
[13:37:58] [PASSED] res_bad_y
[13:37:58] [PASSED] res_missing_y_bpp
[13:37:58] [PASSED] res_bad_bpp
[13:37:58] [PASSED] res_bad_refresh
[13:37:58] [PASSED] res_bpp_refresh_force_on_off
[13:37:58] [PASSED] res_invalid_mode
[13:37:58] [PASSED] res_bpp_wrong_place_mode
[13:37:58] [PASSED] name_bpp_refresh
[13:37:58] [PASSED] name_refresh
[13:37:58] [PASSED] name_refresh_wrong_mode
[13:37:58] [PASSED] name_refresh_invalid_mode
[13:37:58] [PASSED] rotate_multiple
[13:37:58] [PASSED] rotate_invalid_val
[13:37:58] [PASSED] rotate_truncated
[13:37:58] [PASSED] invalid_option
[13:37:58] [PASSED] invalid_tv_option
[13:37:58] [PASSED] truncated_tv_option
[13:37:58] ============ [PASSED] drm_test_cmdline_invalid =============
[13:37:58] =============== drm_test_cmdline_tv_options ===============
[13:37:58] [PASSED] NTSC
[13:37:58] [PASSED] NTSC_443
[13:37:58] [PASSED] NTSC_J
[13:37:58] [PASSED] PAL
[13:37:58] [PASSED] PAL_M
[13:37:58] [PASSED] PAL_N
[13:37:58] [PASSED] SECAM
[13:37:58] [PASSED] MONO_525
[13:37:58] [PASSED] MONO_625
[13:37:58] =========== [PASSED] drm_test_cmdline_tv_options ===========
[13:37:58] =============== [PASSED] drm_cmdline_parser ================
[13:37:58] ========== drmm_connector_hdmi_init (20 subtests) ==========
[13:37:58] [PASSED] drm_test_connector_hdmi_init_valid
[13:37:58] [PASSED] drm_test_connector_hdmi_init_bpc_8
[13:37:58] [PASSED] drm_test_connector_hdmi_init_bpc_10
[13:37:58] [PASSED] drm_test_connector_hdmi_init_bpc_12
[13:37:58] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[13:37:58] [PASSED] drm_test_connector_hdmi_init_bpc_null
[13:37:58] [PASSED] drm_test_connector_hdmi_init_formats_empty
[13:37:58] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[13:37:58] === drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[13:37:58] [PASSED] supported_formats=0x9 yuv420_allowed=1
[13:37:58] [PASSED] supported_formats=0x9 yuv420_allowed=0
[13:37:58] [PASSED] supported_formats=0x5 yuv420_allowed=1
[13:37:58] [PASSED] supported_formats=0x5 yuv420_allowed=0
[13:37:58] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[13:37:58] [PASSED] drm_test_connector_hdmi_init_null_ddc
[13:37:58] [PASSED] drm_test_connector_hdmi_init_null_product
[13:37:58] [PASSED] drm_test_connector_hdmi_init_null_vendor
[13:37:58] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[13:37:58] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[13:37:58] [PASSED] drm_test_connector_hdmi_init_product_valid
[13:37:58] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[13:37:58] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[13:37:58] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[13:37:58] ========= drm_test_connector_hdmi_init_type_valid =========
[13:37:58] [PASSED] HDMI-A
[13:37:58] [PASSED] HDMI-B
[13:37:58] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[13:37:58] ======== drm_test_connector_hdmi_init_type_invalid ========
[13:37:58] [PASSED] Unknown
[13:37:58] [PASSED] VGA
[13:37:58] [PASSED] DVI-I
[13:37:58] [PASSED] DVI-D
[13:37:58] [PASSED] DVI-A
[13:37:58] [PASSED] Composite
[13:37:58] [PASSED] SVIDEO
[13:37:58] [PASSED] LVDS
[13:37:58] [PASSED] Component
[13:37:58] [PASSED] DIN
[13:37:58] [PASSED] DP
[13:37:58] [PASSED] TV
[13:37:58] [PASSED] eDP
[13:37:58] [PASSED] Virtual
[13:37:58] [PASSED] DSI
[13:37:58] [PASSED] DPI
[13:37:58] [PASSED] Writeback
[13:37:58] [PASSED] SPI
[13:37:58] [PASSED] USB
[13:37:58] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[13:37:58] ============ [PASSED] drmm_connector_hdmi_init =============
[13:37:58] ============= drmm_connector_init (3 subtests) =============
[13:37:58] [PASSED] drm_test_drmm_connector_init
[13:37:58] [PASSED] drm_test_drmm_connector_init_null_ddc
[13:37:58] ========= drm_test_drmm_connector_init_type_valid =========
[13:37:58] [PASSED] Unknown
[13:37:58] [PASSED] VGA
[13:37:58] [PASSED] DVI-I
[13:37:58] [PASSED] DVI-D
[13:37:58] [PASSED] DVI-A
[13:37:58] [PASSED] Composite
[13:37:58] [PASSED] SVIDEO
[13:37:58] [PASSED] LVDS
[13:37:58] [PASSED] Component
[13:37:58] [PASSED] DIN
[13:37:58] [PASSED] DP
[13:37:58] [PASSED] HDMI-A
[13:37:58] [PASSED] HDMI-B
[13:37:58] [PASSED] TV
[13:37:58] [PASSED] eDP
[13:37:58] [PASSED] Virtual
[13:37:58] [PASSED] DSI
[13:37:58] [PASSED] DPI
[13:37:58] [PASSED] Writeback
[13:37:59] [PASSED] SPI
[13:37:59] [PASSED] USB
[13:37:59] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[13:37:59] =============== [PASSED] drmm_connector_init ===============
[13:37:59] ========= drm_connector_dynamic_init (6 subtests) ==========
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_init
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_init_properties
[13:37:59] ===== drm_test_drm_connector_dynamic_init_type_valid ======
[13:37:59] [PASSED] Unknown
[13:37:59] [PASSED] VGA
[13:37:59] [PASSED] DVI-I
[13:37:59] [PASSED] DVI-D
[13:37:59] [PASSED] DVI-A
[13:37:59] [PASSED] Composite
[13:37:59] [PASSED] SVIDEO
[13:37:59] [PASSED] LVDS
[13:37:59] [PASSED] Component
[13:37:59] [PASSED] DIN
[13:37:59] [PASSED] DP
[13:37:59] [PASSED] HDMI-A
[13:37:59] [PASSED] HDMI-B
[13:37:59] [PASSED] TV
[13:37:59] [PASSED] eDP
[13:37:59] [PASSED] Virtual
[13:37:59] [PASSED] DSI
[13:37:59] [PASSED] DPI
[13:37:59] [PASSED] Writeback
[13:37:59] [PASSED] SPI
[13:37:59] [PASSED] USB
[13:37:59] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[13:37:59] ======== drm_test_drm_connector_dynamic_init_name =========
[13:37:59] [PASSED] Unknown
[13:37:59] [PASSED] VGA
[13:37:59] [PASSED] DVI-I
[13:37:59] [PASSED] DVI-D
[13:37:59] [PASSED] DVI-A
[13:37:59] [PASSED] Composite
[13:37:59] [PASSED] SVIDEO
[13:37:59] [PASSED] LVDS
[13:37:59] [PASSED] Component
[13:37:59] [PASSED] DIN
[13:37:59] [PASSED] DP
[13:37:59] [PASSED] HDMI-A
[13:37:59] [PASSED] HDMI-B
[13:37:59] [PASSED] TV
[13:37:59] [PASSED] eDP
[13:37:59] [PASSED] Virtual
[13:37:59] [PASSED] DSI
[13:37:59] [PASSED] DPI
[13:37:59] [PASSED] Writeback
[13:37:59] [PASSED] SPI
[13:37:59] [PASSED] USB
[13:37:59] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[13:37:59] =========== [PASSED] drm_connector_dynamic_init ============
[13:37:59] ==== drm_connector_dynamic_register_early (4 subtests) =====
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[13:37:59] ====== [PASSED] drm_connector_dynamic_register_early =======
[13:37:59] ======= drm_connector_dynamic_register (7 subtests) ========
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[13:37:59] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[13:37:59] ========= [PASSED] drm_connector_dynamic_register ==========
[13:37:59] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[13:37:59] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[13:37:59] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[13:37:59] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[13:37:59] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[13:37:59] ========== drm_test_get_tv_mode_from_name_valid ===========
[13:37:59] [PASSED] NTSC
[13:37:59] [PASSED] NTSC-443
[13:37:59] [PASSED] NTSC-J
[13:37:59] [PASSED] PAL
[13:37:59] [PASSED] PAL-M
[13:37:59] [PASSED] PAL-N
[13:37:59] [PASSED] SECAM
[13:37:59] [PASSED] Mono
[13:37:59] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[13:37:59] [PASSED] drm_test_get_tv_mode_from_name_truncated
[13:37:59] ============ [PASSED] drm_get_tv_mode_from_name ============
[13:37:59] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[13:37:59] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[13:37:59] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[13:37:59] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[13:37:59] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[13:37:59] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[13:37:59] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[13:37:59] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid =
[13:37:59] [PASSED] VIC 96
[13:37:59] [PASSED] VIC 97
[13:37:59] [PASSED] VIC 101
[13:37:59] [PASSED] VIC 102
[13:37:59] [PASSED] VIC 106
[13:37:59] [PASSED] VIC 107
[13:37:59] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[13:37:59] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[13:37:59] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[13:37:59] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[13:37:59] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[13:37:59] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[13:37:59] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[13:37:59] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[13:37:59] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name ====
[13:37:59] [PASSED] Automatic
[13:37:59] [PASSED] Full
[13:37:59] [PASSED] Limited 16:235
[13:37:59] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[13:37:59] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[13:37:59] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[13:37:59] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[13:37:59] === drm_test_drm_hdmi_connector_get_output_format_name ====
[13:37:59] [PASSED] RGB
[13:37:59] [PASSED] YUV 4:2:0
[13:37:59] [PASSED] YUV 4:2:2
[13:37:59] [PASSED] YUV 4:4:4
[13:37:59] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[13:37:59] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[13:37:59] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[13:37:59] ============= drm_damage_helper (21 subtests) ==============
[13:37:59] [PASSED] drm_test_damage_iter_no_damage
[13:37:59] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[13:37:59] [PASSED] drm_test_damage_iter_no_damage_src_moved
[13:37:59] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[13:37:59] [PASSED] drm_test_damage_iter_no_damage_not_visible
[13:37:59] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[13:37:59] [PASSED] drm_test_damage_iter_no_damage_no_fb
[13:37:59] [PASSED] drm_test_damage_iter_simple_damage
[13:37:59] [PASSED] drm_test_damage_iter_single_damage
[13:37:59] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[13:37:59] [PASSED] drm_test_damage_iter_single_damage_outside_src
[13:37:59] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[13:37:59] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[13:37:59] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[13:37:59] [PASSED] drm_test_damage_iter_single_damage_src_moved
[13:37:59] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[13:37:59] [PASSED] drm_test_damage_iter_damage
[13:37:59] [PASSED] drm_test_damage_iter_damage_one_intersect
[13:37:59] [PASSED] drm_test_damage_iter_damage_one_outside
[13:37:59] [PASSED] drm_test_damage_iter_damage_src_moved
[13:37:59] [PASSED] drm_test_damage_iter_damage_not_visible
[13:37:59] ================ [PASSED] drm_damage_helper ================
[13:37:59] ============== drm_dp_mst_helper (3 subtests) ==============
[13:37:59] ============== drm_test_dp_mst_calc_pbn_mode ==============
[13:37:59] [PASSED] Clock 154000 BPP 30 DSC disabled
[13:37:59] [PASSED] Clock 234000 BPP 30 DSC disabled
[13:37:59] [PASSED] Clock 297000 BPP 24 DSC disabled
[13:37:59] [PASSED] Clock 332880 BPP 24 DSC enabled
[13:37:59] [PASSED] Clock 324540 BPP 24 DSC enabled
[13:37:59] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[13:37:59] ============== drm_test_dp_mst_calc_pbn_div ===============
[13:37:59] [PASSED] Link rate 2000000 lane count 4
[13:37:59] [PASSED] Link rate 2000000 lane count 2
[13:37:59] [PASSED] Link rate 2000000 lane count 1
[13:37:59] [PASSED] Link rate 1350000 lane count 4
[13:37:59] [PASSED] Link rate 1350000 lane count 2
[13:37:59] [PASSED] Link rate 1350000 lane count 1
[13:37:59] [PASSED] Link rate 1000000 lane count 4
[13:37:59] [PASSED] Link rate 1000000 lane count 2
[13:37:59] [PASSED] Link rate 1000000 lane count 1
[13:37:59] [PASSED] Link rate 810000 lane count 4
[13:37:59] [PASSED] Link rate 810000 lane count 2
[13:37:59] [PASSED] Link rate 810000 lane count 1
[13:37:59] [PASSED] Link rate 540000 lane count 4
[13:37:59] [PASSED] Link rate 540000 lane count 2
[13:37:59] [PASSED] Link rate 540000 lane count 1
[13:37:59] [PASSED] Link rate 270000 lane count 4
[13:37:59] [PASSED] Link rate 270000 lane count 2
[13:37:59] [PASSED] Link rate 270000 lane count 1
[13:37:59] [PASSED] Link rate 162000 lane count 4
[13:37:59] [PASSED] Link rate 162000 lane count 2
[13:37:59] [PASSED] Link rate 162000 lane count 1
[13:37:59] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[13:37:59] ========= drm_test_dp_mst_sideband_msg_req_decode =========
[13:37:59] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[13:37:59] [PASSED] DP_POWER_UP_PHY with port number
[13:37:59] [PASSED] DP_POWER_DOWN_PHY with port number
[13:37:59] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[13:37:59] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[13:37:59] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[13:37:59] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[13:37:59] [PASSED] DP_QUERY_PAYLOAD with port number
[13:37:59] [PASSED] DP_QUERY_PAYLOAD with VCPI
[13:37:59] [PASSED] DP_REMOTE_DPCD_READ with port number
[13:37:59] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[13:37:59] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[13:37:59] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[13:37:59] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[13:37:59] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[13:37:59] [PASSED] DP_REMOTE_I2C_READ with port number
[13:37:59] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[13:37:59] [PASSED] DP_REMOTE_I2C_READ with transactions array
[13:37:59] [PASSED] DP_REMOTE_I2C_WRITE with port number
[13:37:59] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[13:37:59] [PASSED] DP_REMOTE_I2C_WRITE with data array
[13:37:59] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[13:37:59] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[13:37:59] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[13:37:59] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[13:37:59] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[13:37:59] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[13:37:59] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[13:37:59] ================ [PASSED] drm_dp_mst_helper ================
[13:37:59] ================== drm_exec (7 subtests) ===================
[13:37:59] [PASSED] sanitycheck
[13:37:59] [PASSED] test_lock
[13:37:59] [PASSED] test_lock_unlock
[13:37:59] [PASSED] test_duplicates
[13:37:59] [PASSED] test_prepare
[13:37:59] [PASSED] test_prepare_array
[13:37:59] [PASSED] test_multiple_loops
[13:37:59] ==================== [PASSED] drm_exec =====================
[13:37:59] =========== drm_format_helper_test (17 subtests) ===========
[13:37:59] ============== drm_test_fb_xrgb8888_to_gray8 ==============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[13:37:59] ============= drm_test_fb_xrgb8888_to_rgb332 ==============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[13:37:59] ============= drm_test_fb_xrgb8888_to_rgb565 ==============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[13:37:59] ============ drm_test_fb_xrgb8888_to_xrgb1555 =============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[13:37:59] ============ drm_test_fb_xrgb8888_to_argb1555 =============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[13:37:59] ============ drm_test_fb_xrgb8888_to_rgba5551 =============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[13:37:59] ============= drm_test_fb_xrgb8888_to_rgb888 ==============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[13:37:59] ============= drm_test_fb_xrgb8888_to_bgr888 ==============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[13:37:59] ============ drm_test_fb_xrgb8888_to_argb8888 =============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[13:37:59] =========== drm_test_fb_xrgb8888_to_xrgb2101010 ===========
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[13:37:59] =========== drm_test_fb_xrgb8888_to_argb2101010 ===========
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[13:37:59] ============== drm_test_fb_xrgb8888_to_mono ===============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[13:37:59] ==================== drm_test_fb_swab =====================
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ================ [PASSED] drm_test_fb_swab =================
[13:37:59] ============ drm_test_fb_xrgb8888_to_xbgr8888 =============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[13:37:59] ============ drm_test_fb_xrgb8888_to_abgr8888 =============
[13:37:59] [PASSED] single_pixel_source_buffer
[13:37:59] [PASSED] single_pixel_clip_rectangle
[13:37:59] [PASSED] well_known_colors
[13:37:59] [PASSED] destination_pitch
[13:37:59] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[13:37:59] ================= drm_test_fb_clip_offset =================
[13:37:59] [PASSED] pass through
[13:37:59] [PASSED] horizontal offset
[13:37:59] [PASSED] vertical offset
[13:37:59] [PASSED] horizontal and vertical offset
[13:37:59] [PASSED] horizontal offset (custom pitch)
[13:37:59] [PASSED] vertical offset (custom pitch)
[13:37:59] [PASSED] horizontal and vertical offset (custom pitch)
[13:37:59] ============= [PASSED] drm_test_fb_clip_offset =============
[13:37:59] =================== drm_test_fb_memcpy ====================
[13:37:59] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[13:37:59] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[13:37:59] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[13:37:59] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[13:37:59] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[13:37:59] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[13:37:59] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[13:37:59] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[13:37:59] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[13:37:59] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[13:37:59] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[13:37:59] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[13:37:59] =============== [PASSED] drm_test_fb_memcpy ================
[13:37:59] ============= [PASSED] drm_format_helper_test ==============
[13:37:59] ================= drm_format (18 subtests) =================
[13:37:59] [PASSED] drm_test_format_block_width_invalid
[13:37:59] [PASSED] drm_test_format_block_width_one_plane
[13:37:59] [PASSED] drm_test_format_block_width_two_plane
[13:37:59] [PASSED] drm_test_format_block_width_three_plane
[13:37:59] [PASSED] drm_test_format_block_width_tiled
[13:37:59] [PASSED] drm_test_format_block_height_invalid
[13:37:59] [PASSED] drm_test_format_block_height_one_plane
[13:37:59] [PASSED] drm_test_format_block_height_two_plane
[13:37:59] [PASSED] drm_test_format_block_height_three_plane
[13:37:59] [PASSED] drm_test_format_block_height_tiled
[13:37:59] [PASSED] drm_test_format_min_pitch_invalid
[13:37:59] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[13:37:59] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[13:37:59] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[13:37:59] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[13:37:59] [PASSED] drm_test_format_min_pitch_two_plane
[13:37:59] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[13:37:59] [PASSED] drm_test_format_min_pitch_tiled
[13:37:59] =================== [PASSED] drm_format ====================
[13:37:59] ============== drm_framebuffer (10 subtests) ===============
[13:37:59] ========== drm_test_framebuffer_check_src_coords ==========
[13:37:59] [PASSED] Success: source fits into fb
[13:37:59] [PASSED] Fail: overflowing fb with x-axis coordinate
[13:37:59] [PASSED] Fail: overflowing fb with y-axis coordinate
[13:37:59] [PASSED] Fail: overflowing fb with source width
[13:37:59] [PASSED] Fail: overflowing fb with source height
[13:37:59] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[13:37:59] [PASSED] drm_test_framebuffer_cleanup
[13:37:59] =============== drm_test_framebuffer_create ===============
[13:37:59] [PASSED] ABGR8888 normal sizes
[13:37:59] [PASSED] ABGR8888 max sizes
[13:37:59] [PASSED] ABGR8888 pitch greater than min required
[13:37:59] [PASSED] ABGR8888 pitch less than min required
[13:37:59] [PASSED] ABGR8888 Invalid width
[13:37:59] [PASSED] ABGR8888 Invalid buffer handle
[13:37:59] [PASSED] No pixel format
[13:37:59] [PASSED] ABGR8888 Width 0
[13:37:59] [PASSED] ABGR8888 Height 0
[13:37:59] [PASSED] ABGR8888 Out of bound height * pitch combination
[13:37:59] [PASSED] ABGR8888 Large buffer offset
[13:37:59] [PASSED] ABGR8888 Buffer offset for inexistent plane
[13:37:59] [PASSED] ABGR8888 Invalid flag
[13:37:59] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[13:37:59] [PASSED] ABGR8888 Valid buffer modifier
[13:37:59] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[13:37:59] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[13:37:59] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[13:37:59] [PASSED] NV12 Normal sizes
[13:37:59] [PASSED] NV12 Max sizes
[13:37:59] [PASSED] NV12 Invalid pitch
[13:37:59] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[13:37:59] [PASSED] NV12 different modifier per-plane
[13:37:59] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[13:37:59] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[13:37:59] [PASSED] NV12 Modifier for inexistent plane
[13:37:59] [PASSED] NV12 Handle for inexistent plane
[13:37:59] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[13:37:59] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[13:37:59] [PASSED] YVU420 Normal sizes
[13:37:59] [PASSED] YVU420 Max sizes
[13:37:59] [PASSED] YVU420 Invalid pitch
[13:37:59] [PASSED] YVU420 Different pitches
[13:37:59] [PASSED] YVU420 Different buffer offsets/pitches
[13:37:59] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[13:37:59] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[13:37:59] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[13:37:59] [PASSED] YVU420 Valid modifier
[13:37:59] [PASSED] YVU420 Different modifiers per plane
[13:37:59] [PASSED] YVU420 Modifier for inexistent plane
[13:37:59] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[13:37:59] [PASSED] X0L2 Normal sizes
[13:37:59] [PASSED] X0L2 Max sizes
[13:37:59] [PASSED] X0L2 Invalid pitch
[13:37:59] [PASSED] X0L2 Pitch greater than minimum required
[13:37:59] [PASSED] X0L2 Handle for inexistent plane
[13:37:59] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[13:37:59] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[13:37:59] [PASSED] X0L2 Valid modifier
[13:37:59] [PASSED] X0L2 Modifier for inexistent plane
[13:37:59] =========== [PASSED] drm_test_framebuffer_create ===========
[13:37:59] [PASSED] drm_test_framebuffer_free
[13:37:59] [PASSED] drm_test_framebuffer_init
[13:37:59] [PASSED] drm_test_framebuffer_init_bad_format
[13:37:59] [PASSED] drm_test_framebuffer_init_dev_mismatch
[13:37:59] [PASSED] drm_test_framebuffer_lookup
[13:37:59] [PASSED] drm_test_framebuffer_lookup_inexistent
[13:37:59] [PASSED] drm_test_framebuffer_modifiers_not_supported
[13:37:59] ================= [PASSED] drm_framebuffer =================
[13:37:59] ================ drm_gem_shmem (8 subtests) ================
[13:37:59] [PASSED] drm_gem_shmem_test_obj_create
[13:37:59] [PASSED] drm_gem_shmem_test_obj_create_private
[13:37:59] [PASSED] drm_gem_shmem_test_pin_pages
[13:37:59] [PASSED] drm_gem_shmem_test_vmap
[13:37:59] [PASSED] drm_gem_shmem_test_get_sg_table
[13:37:59] [PASSED] drm_gem_shmem_test_get_pages_sgt
[13:37:59] [PASSED] drm_gem_shmem_test_madvise
[13:37:59] [PASSED] drm_gem_shmem_test_purge
[13:37:59] ================== [PASSED] drm_gem_shmem ==================
[13:37:59] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[13:37:59] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420 =======
[13:37:59] [PASSED] Automatic
[13:37:59] [PASSED] Full
[13:37:59] [PASSED] Limited 16:235
[13:37:59] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[13:37:59] [PASSED] drm_test_check_disable_connector
[13:37:59] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[13:37:59] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[13:37:59] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[13:37:59] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[13:37:59] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[13:37:59] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[13:37:59] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[13:37:59] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[13:37:59] [PASSED] drm_test_check_output_bpc_dvi
[13:37:59] [PASSED] drm_test_check_output_bpc_format_vic_1
[13:37:59] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[13:37:59] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[13:37:59] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[13:37:59] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[13:37:59] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[13:37:59] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[13:37:59] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[13:37:59] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[13:37:59] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[13:37:59] [PASSED] drm_test_check_broadcast_rgb_value
[13:37:59] [PASSED] drm_test_check_bpc_8_value
[13:37:59] [PASSED] drm_test_check_bpc_10_value
[13:37:59] [PASSED] drm_test_check_bpc_12_value
[13:37:59] [PASSED] drm_test_check_format_value
[13:37:59] [PASSED] drm_test_check_tmds_char_value
[13:37:59] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[13:37:59] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[13:37:59] [PASSED] drm_test_check_mode_valid
[13:37:59] [PASSED] drm_test_check_mode_valid_reject
[13:37:59] [PASSED] drm_test_check_mode_valid_reject_rate
[13:37:59] [PASSED] drm_test_check_mode_valid_reject_max_clock
[13:37:59] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[13:37:59] = drm_atomic_helper_connector_hdmi_infoframes (5 subtests) =
[13:37:59] [PASSED] drm_test_check_infoframes
[13:37:59] [PASSED] drm_test_check_reject_avi_infoframe
[13:37:59] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_8
[13:37:59] [PASSED] drm_test_check_reject_hdr_infoframe_bpc_10
[13:37:59] [PASSED] drm_test_check_reject_audio_infoframe
[13:37:59] === [PASSED] drm_atomic_helper_connector_hdmi_infoframes ===
[13:37:59] ================= drm_managed (2 subtests) =================
[13:37:59] [PASSED] drm_test_managed_release_action
[13:37:59] [PASSED] drm_test_managed_run_action
[13:37:59] =================== [PASSED] drm_managed ===================
[13:37:59] =================== drm_mm (6 subtests) ====================
[13:37:59] [PASSED] drm_test_mm_init
[13:37:59] [PASSED] drm_test_mm_debug
[13:37:59] [PASSED] drm_test_mm_align32
[13:37:59] [PASSED] drm_test_mm_align64
[13:37:59] [PASSED] drm_test_mm_lowest
[13:37:59] [PASSED] drm_test_mm_highest
[13:37:59] ===================== [PASSED] drm_mm ======================
[13:37:59] ============= drm_modes_analog_tv (5 subtests) =============
[13:37:59] [PASSED] drm_test_modes_analog_tv_mono_576i
[13:37:59] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[13:37:59] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[13:37:59] [PASSED] drm_test_modes_analog_tv_pal_576i
[13:37:59] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[13:37:59] =============== [PASSED] drm_modes_analog_tv ===============
[13:37:59] ============== drm_plane_helper (2 subtests) ===============
[13:37:59] =============== drm_test_check_plane_state ================
[13:37:59] [PASSED] clipping_simple
[13:37:59] [PASSED] clipping_rotate_reflect
[13:37:59] [PASSED] positioning_simple
[13:37:59] [PASSED] upscaling
[13:37:59] [PASSED] downscaling
[13:37:59] [PASSED] rounding1
[13:37:59] [PASSED] rounding2
[13:37:59] [PASSED] rounding3
[13:37:59] [PASSED] rounding4
[13:37:59] =========== [PASSED] drm_test_check_plane_state ============
[13:37:59] =========== drm_test_check_invalid_plane_state ============
[13:37:59] [PASSED] positioning_invalid
[13:37:59] [PASSED] upscaling_invalid
[13:37:59] [PASSED] downscaling_invalid
[13:37:59] ======= [PASSED] drm_test_check_invalid_plane_state ========
[13:37:59] ================ [PASSED] drm_plane_helper =================
[13:37:59] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[13:37:59] ====== drm_test_connector_helper_tv_get_modes_check =======
[13:37:59] [PASSED] None
[13:37:59] [PASSED] PAL
[13:37:59] [PASSED] NTSC
[13:37:59] [PASSED] Both, NTSC Default
[13:37:59] [PASSED] Both, PAL Default
[13:37:59] [PASSED] Both, NTSC Default, with PAL on command-line
[13:37:59] [PASSED] Both, PAL Default, with NTSC on command-line
[13:37:59] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[13:37:59] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[13:37:59] ================== drm_rect (9 subtests) ===================
[13:37:59] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[13:37:59] [PASSED] drm_test_rect_clip_scaled_not_clipped
[13:37:59] [PASSED] drm_test_rect_clip_scaled_clipped
[13:37:59] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[13:37:59] ================= drm_test_rect_intersect =================
[13:37:59] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[13:37:59] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[13:37:59] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[13:37:59] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[13:37:59] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[13:37:59] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[13:37:59] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[13:37:59] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[13:37:59] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[13:37:59] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[13:37:59] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[13:37:59] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[13:37:59] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[13:37:59] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[13:37:59] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[13:37:59] ============= [PASSED] drm_test_rect_intersect =============
[13:37:59] ================ drm_test_rect_calc_hscale ================
[13:37:59] [PASSED] normal use
[13:37:59] [PASSED] out of max range
[13:37:59] [PASSED] out of min range
[13:37:59] [PASSED] zero dst
[13:37:59] [PASSED] negative src
[13:37:59] [PASSED] negative dst
[13:37:59] ============ [PASSED] drm_test_rect_calc_hscale ============
[13:37:59] ================ drm_test_rect_calc_vscale ================
[13:37:59] [PASSED] normal use
[13:37:59] [PASSED] out of max range
[13:37:59] [PASSED] out of min range
[13:37:59] [PASSED] zero dst
[13:37:59] [PASSED] negative src
[13:37:59] [PASSED] negative dst
[13:37:59] ============ [PASSED] drm_test_rect_calc_vscale ============
[13:37:59] ================== drm_test_rect_rotate ===================
[13:37:59] [PASSED] reflect-x
[13:37:59] [PASSED] reflect-y
[13:37:59] [PASSED] rotate-0
[13:37:59] [PASSED] rotate-90
[13:37:59] [PASSED] rotate-180
[13:37:59] [PASSED] rotate-270
[13:37:59] ============== [PASSED] drm_test_rect_rotate ===============
[13:37:59] ================ drm_test_rect_rotate_inv =================
[13:37:59] [PASSED] reflect-x
[13:37:59] [PASSED] reflect-y
[13:37:59] [PASSED] rotate-0
[13:37:59] [PASSED] rotate-90
[13:37:59] [PASSED] rotate-180
[13:37:59] [PASSED] rotate-270
[13:37:59] ============ [PASSED] drm_test_rect_rotate_inv =============
[13:37:59] ==================== [PASSED] drm_rect =====================
[13:37:59] ============ drm_sysfb_modeset_test (1 subtest) ============
[13:37:59] ============ drm_test_sysfb_build_fourcc_list =============
[13:37:59] [PASSED] no native formats
[13:37:59] [PASSED] XRGB8888 as native format
[13:37:59] [PASSED] remove duplicates
[13:37:59] [PASSED] convert alpha formats
[13:37:59] [PASSED] random formats
[13:37:59] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[13:37:59] ============= [PASSED] drm_sysfb_modeset_test ==============
[13:37:59] ================== drm_fixp (2 subtests) ===================
[13:37:59] [PASSED] drm_test_int2fixp
[13:37:59] [PASSED] drm_test_sm2fixp
[13:37:59] ==================== [PASSED] drm_fixp =====================
[13:37:59] ============================================================
[13:37:59] Testing complete. Ran 621 tests: passed: 621
[13:37:59] Elapsed time: 48.869s total, 2.621s configuring, 46.030s building, 0.185s running
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[13:37:59] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[13:38:01] 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
[13:38:16] Starting KUnit Kernel (1/1)...
[13:38:16] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[13:38:17] ================= ttm_device (5 subtests) ==================
[13:38:17] [PASSED] ttm_device_init_basic
[13:38:17] [PASSED] ttm_device_init_multiple
[13:38:17] [PASSED] ttm_device_fini_basic
[13:38:17] [PASSED] ttm_device_init_no_vma_man
[13:38:17] ================== ttm_device_init_pools ==================
[13:38:17] [PASSED] No DMA allocations, no DMA32 required
[13:38:17] [PASSED] DMA allocations, DMA32 required
[13:38:17] [PASSED] No DMA allocations, DMA32 required
[13:38:17] [PASSED] DMA allocations, no DMA32 required
[13:38:17] ============== [PASSED] ttm_device_init_pools ==============
[13:38:17] =================== [PASSED] ttm_device ====================
[13:38:17] ================== ttm_pool (8 subtests) ===================
[13:38:17] ================== ttm_pool_alloc_basic ===================
[13:38:17] [PASSED] One page
[13:38:17] [PASSED] More than one page
[13:38:17] [PASSED] Above the allocation limit
[13:38:17] [PASSED] One page, with coherent DMA mappings enabled
[13:38:17] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[13:38:17] ============== [PASSED] ttm_pool_alloc_basic ===============
[13:38:17] ============== ttm_pool_alloc_basic_dma_addr ==============
[13:38:17] [PASSED] One page
[13:38:17] [PASSED] More than one page
[13:38:17] [PASSED] Above the allocation limit
[13:38:17] [PASSED] One page, with coherent DMA mappings enabled
[13:38:17] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[13:38:17] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[13:38:17] [PASSED] ttm_pool_alloc_order_caching_match
[13:38:17] [PASSED] ttm_pool_alloc_caching_mismatch
[13:38:17] [PASSED] ttm_pool_alloc_order_mismatch
[13:38:17] [PASSED] ttm_pool_free_dma_alloc
[13:38:17] [PASSED] ttm_pool_free_no_dma_alloc
[13:38:17] [PASSED] ttm_pool_fini_basic
[13:38:17] ==================== [PASSED] ttm_pool =====================
[13:38:17] ================ ttm_resource (8 subtests) =================
[13:38:17] ================= ttm_resource_init_basic =================
[13:38:17] [PASSED] Init resource in TTM_PL_SYSTEM
[13:38:17] [PASSED] Init resource in TTM_PL_VRAM
[13:38:17] [PASSED] Init resource in a private placement
[13:38:17] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[13:38:17] ============= [PASSED] ttm_resource_init_basic =============
[13:38:17] [PASSED] ttm_resource_init_pinned
[13:38:17] [PASSED] ttm_resource_fini_basic
[13:38:17] [PASSED] ttm_resource_manager_init_basic
[13:38:17] [PASSED] ttm_resource_manager_usage_basic
[13:38:17] [PASSED] ttm_resource_manager_set_used_basic
[13:38:17] [PASSED] ttm_sys_man_alloc_basic
[13:38:17] [PASSED] ttm_sys_man_free_basic
[13:38:17] ================== [PASSED] ttm_resource ===================
[13:38:17] =================== ttm_tt (15 subtests) ===================
[13:38:17] ==================== ttm_tt_init_basic ====================
[13:38:17] [PASSED] Page-aligned size
[13:38:17] [PASSED] Extra pages requested
[13:38:17] ================ [PASSED] ttm_tt_init_basic ================
[13:38:17] [PASSED] ttm_tt_init_misaligned
[13:38:17] [PASSED] ttm_tt_fini_basic
[13:38:17] [PASSED] ttm_tt_fini_sg
[13:38:17] [PASSED] ttm_tt_fini_shmem
[13:38:17] [PASSED] ttm_tt_create_basic
[13:38:17] [PASSED] ttm_tt_create_invalid_bo_type
[13:38:17] [PASSED] ttm_tt_create_ttm_exists
[13:38:17] [PASSED] ttm_tt_create_failed
[13:38:17] [PASSED] ttm_tt_destroy_basic
[13:38:17] [PASSED] ttm_tt_populate_null_ttm
[13:38:17] [PASSED] ttm_tt_populate_populated_ttm
[13:38:17] [PASSED] ttm_tt_unpopulate_basic
[13:38:17] [PASSED] ttm_tt_unpopulate_empty_ttm
[13:38:17] [PASSED] ttm_tt_swapin_basic
[13:38:17] ===================== [PASSED] ttm_tt ======================
[13:38:17] =================== ttm_bo (14 subtests) ===================
[13:38:17] =========== ttm_bo_reserve_optimistic_no_ticket ===========
[13:38:17] [PASSED] Cannot be interrupted and sleeps
[13:38:17] [PASSED] Cannot be interrupted, locks straight away
[13:38:17] [PASSED] Can be interrupted, sleeps
[13:38:17] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[13:38:17] [PASSED] ttm_bo_reserve_locked_no_sleep
[13:38:17] [PASSED] ttm_bo_reserve_no_wait_ticket
[13:38:17] [PASSED] ttm_bo_reserve_double_resv
[13:38:17] [PASSED] ttm_bo_reserve_interrupted
[13:38:17] [PASSED] ttm_bo_reserve_deadlock
[13:38:17] [PASSED] ttm_bo_unreserve_basic
[13:38:17] [PASSED] ttm_bo_unreserve_pinned
[13:38:17] [PASSED] ttm_bo_unreserve_bulk
[13:38:17] [PASSED] ttm_bo_fini_basic
[13:38:17] [PASSED] ttm_bo_fini_shared_resv
[13:38:17] [PASSED] ttm_bo_pin_basic
[13:38:17] [PASSED] ttm_bo_pin_unpin_resource
[13:38:17] [PASSED] ttm_bo_multiple_pin_one_unpin
[13:38:17] ===================== [PASSED] ttm_bo ======================
[13:38:17] ============== ttm_bo_validate (22 subtests) ===============
[13:38:17] ============== ttm_bo_init_reserved_sys_man ===============
[13:38:17] [PASSED] Buffer object for userspace
[13:38:17] [PASSED] Kernel buffer object
[13:38:17] [PASSED] Shared buffer object
[13:38:17] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[13:38:17] ============== ttm_bo_init_reserved_mock_man ==============
[13:38:17] [PASSED] Buffer object for userspace
[13:38:17] [PASSED] Kernel buffer object
[13:38:17] [PASSED] Shared buffer object
[13:38:17] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[13:38:17] [PASSED] ttm_bo_init_reserved_resv
[13:38:17] ================== ttm_bo_validate_basic ==================
[13:38:17] [PASSED] Buffer object for userspace
[13:38:17] [PASSED] Kernel buffer object
[13:38:17] [PASSED] Shared buffer object
[13:38:17] ============== [PASSED] ttm_bo_validate_basic ==============
[13:38:17] [PASSED] ttm_bo_validate_invalid_placement
[13:38:17] ============= ttm_bo_validate_same_placement ==============
[13:38:17] [PASSED] System manager
[13:38:17] [PASSED] VRAM manager
[13:38:17] ========= [PASSED] ttm_bo_validate_same_placement ==========
[13:38:17] [PASSED] ttm_bo_validate_failed_alloc
[13:38:17] [PASSED] ttm_bo_validate_pinned
[13:38:17] [PASSED] ttm_bo_validate_busy_placement
[13:38:17] ================ ttm_bo_validate_multihop =================
[13:38:17] [PASSED] Buffer object for userspace
[13:38:17] [PASSED] Kernel buffer object
[13:38:17] [PASSED] Shared buffer object
[13:38:17] ============ [PASSED] ttm_bo_validate_multihop =============
[13:38:17] ========== ttm_bo_validate_no_placement_signaled ==========
[13:38:17] [PASSED] Buffer object in system domain, no page vector
[13:38:17] [PASSED] Buffer object in system domain with an existing page vector
[13:38:17] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[13:38:17] ======== ttm_bo_validate_no_placement_not_signaled ========
[13:38:17] [PASSED] Buffer object for userspace
[13:38:17] [PASSED] Kernel buffer object
[13:38:17] [PASSED] Shared buffer object
[13:38:17] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[13:38:17] [PASSED] ttm_bo_validate_move_fence_signaled
[13:38:17] ========= ttm_bo_validate_move_fence_not_signaled =========
[13:38:17] [PASSED] Waits for GPU
[13:38:17] [PASSED] Tries to lock straight away
[13:38:17] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[13:38:17] [PASSED] ttm_bo_validate_swapout
[13:38:17] [PASSED] ttm_bo_validate_happy_evict
[13:38:17] [PASSED] ttm_bo_validate_all_pinned_evict
[13:38:17] [PASSED] ttm_bo_validate_allowed_only_evict
[13:38:17] [PASSED] ttm_bo_validate_deleted_evict
[13:38:17] [PASSED] ttm_bo_validate_busy_domain_evict
[13:38:17] [PASSED] ttm_bo_validate_evict_gutting
[13:38:17] [PASSED] ttm_bo_validate_recrusive_evict
[13:38:17] ================= [PASSED] ttm_bo_validate =================
[13:38:17] ============================================================
[13:38:17] Testing complete. Ran 102 tests: passed: 102
[13:38:17] Elapsed time: 17.956s total, 2.568s configuring, 15.120s building, 0.229s running
+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel
^ permalink raw reply [flat|nested] 11+ messages in thread* ✓ Xe.CI.BAT: success for More Fixes for color pipeline
2026-05-11 5:32 [PATCH v3 0/4] More Fixes for color pipeline Chaitanya Kumar Borah
` (5 preceding siblings ...)
2026-05-11 13:38 ` ✓ CI.KUnit: success " Patchwork
@ 2026-05-11 14:47 ` Patchwork
2026-05-11 16:02 ` ✓ Xe.CI.FULL: " Patchwork
7 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-05-11 14:47 UTC (permalink / raw)
To: Chaitanya Kumar Borah; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 943 bytes --]
== Series Details ==
Series: More Fixes for color pipeline
URL : https://patchwork.freedesktop.org/series/166292/
State : success
== Summary ==
CI Bug Log - changes from xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c_BAT -> xe-pw-166292v1_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (13 -> 13)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* Linux: xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c -> xe-pw-166292v1
IGT_8902: d28bd0b9e0347c58ca9b012c02de7e2ad5ffe847 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c: a86f5af06a7f8fa3c0a87caa138d06824f87878c
xe-pw-166292v1: 166292v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/index.html
[-- Attachment #2: Type: text/html, Size: 1491 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread* ✓ Xe.CI.FULL: success for More Fixes for color pipeline
2026-05-11 5:32 [PATCH v3 0/4] More Fixes for color pipeline Chaitanya Kumar Borah
` (6 preceding siblings ...)
2026-05-11 14:47 ` ✓ Xe.CI.BAT: " Patchwork
@ 2026-05-11 16:02 ` Patchwork
7 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2026-05-11 16:02 UTC (permalink / raw)
To: Chaitanya Kumar Borah; +Cc: intel-xe
[-- Attachment #1: Type: text/plain, Size: 41459 bytes --]
== Series Details ==
Series: More Fixes for color pipeline
URL : https://patchwork.freedesktop.org/series/166292/
State : success
== Summary ==
CI Bug Log - changes from xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c_FULL -> xe-pw-166292v1_FULL
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in xe-pw-166292v1_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][1] ([Intel XE#1124]) +2 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][2] ([Intel XE#2887]) +2 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#306] / [Intel XE#7358])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_frames@dp-crc-multiple:
- shard-lnl: NOTRUN -> [SKIP][4] ([Intel XE#373])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@kms_chamelium_frames@dp-crc-multiple.html
* igt@kms_chamelium_hpd@dp-hpd-storm-disable:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2252])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
* igt@kms_content_protection@atomic-hdcp14@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][6] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_content_protection@atomic-hdcp14@pipe-a-dp-2.html
* igt@kms_content_protection@dp-mst-type-0-suspend-resume:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#6974])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_content_protection@dp-mst-type-0-suspend-resume.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2321] / [Intel XE#7355])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#309] / [Intel XE#7343])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#2244])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#2244])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-lnl: [PASS][12] -> [FAIL][13] ([Intel XE#7949])
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-lnl-7/igt@kms_fbcon_fbt@psr-suspend.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-7/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [PASS][14] -> [FAIL][15] ([Intel XE#301] / [Intel XE#3149]) +1 other test fail
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#4141]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-spr-indfb-fullscreen:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2311]) +10 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-abgr161616f-draw-render:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#7061])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrshdr-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-abgr161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#7061] / [Intel XE#7356])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-spr-indfb-draw-blt:
- shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#7905]) +4 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@kms_frontbuffer_tracking@hdr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@hdr-argb161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#7061])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_frontbuffer_tracking@hdr-argb161616f-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2313]) +8 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_frontbuffer_tracking@psrhdr-1p-offscreen-pri-indfb-draw-mmap-wc.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [PASS][23] -> [SKIP][24] ([Intel XE#1503])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-1/igt@kms_hdr@invalid-hdr.html
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-9/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb2101010:
- shard-bmg: [PASS][25] -> [SKIP][26] ([Intel XE#7922]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-1/igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb2101010.html
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-9/igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb2101010.html
* igt@kms_hdr@static-toggle-suspend@pipe-a-hdmi-a-3-xrgb16161616f:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#7915]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_hdr@static-toggle-suspend@pipe-a-hdmi-a-3-xrgb16161616f.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#6900] / [Intel XE#7362])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#7283])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier.html
* igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#7283])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_plane@pixel-format-4-tiled-dg2-mc-ccs-modifier-source-clamping.html
* igt@kms_psr@psr2-sprite-blt:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_psr@psr2-sprite-blt.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#3904] / [Intel XE#7342])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@xe_eudebug@basic-client-th:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#7636]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@xe_eudebug@basic-client-th.html
* igt@xe_eudebug@basic-exec-queues-enable:
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#7636])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@xe_eudebug@basic-exec-queues-enable.html
* igt@xe_exec_balancer@once-cm-virtual-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#7482])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@xe_exec_balancer@once-cm-virtual-userptr-rebind.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-rebind:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2322] / [Intel XE#7372]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-rebind.html
* igt@xe_exec_basic@multigpu-no-exec-null-rebind:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#1392])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@xe_exec_basic@multigpu-no-exec-null-rebind.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-imm:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#7136]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@xe_exec_fault_mode@many-execqueues-multi-queue-imm.html
* igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#7136]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@xe_exec_fault_mode@many-multi-queue-userptr-invalidate.html
* igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-dyn-priority-smem:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#6874]) +6 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-dyn-priority-smem.html
* igt@xe_exec_multi_queue@two-queues-preempt-mode-dyn-priority:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#6874])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@xe_exec_multi_queue@two-queues-preempt-mode-dyn-priority.html
* igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#7138])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@xe_exec_threads@threads-multi-queue-cm-shared-vm-userptr-invalidate-race.html
* igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#7138]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-invalidate.html
* igt@xe_multigpu_svm@mgpu-latency-copy-prefetch:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#6964])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@xe_multigpu_svm@mgpu-latency-copy-prefetch.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2284] / [Intel XE#7370])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_query@multigpu-query-oa-units:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#944])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@xe_query@multigpu-query-oa-units.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-bmg: [PASS][47] -> [ABORT][48] ([Intel XE#7914])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-1/igt@xe_wedged@wedged-mode-toggle.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-6/igt@xe_wedged@wedged-mode-toggle.html
#### Possible fixes ####
* igt@core_getversion@basic:
- shard-bmg: [FAIL][49] -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@core_getversion@basic.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@core_getversion@basic.html
* igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-3:
- shard-bmg: [ABORT][51] ([Intel XE#5545] / [Intel XE#6652] / [Intel XE#7814]) -> [PASS][52] +1 other test pass
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-3.html
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-bmg: [INCOMPLETE][53] ([Intel XE#7084]) -> [PASS][54] +1 other test pass
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][55] ([Intel XE#5354]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-3/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions-varying-size.html
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-10/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_flip@2x-flip-vs-expired-vblank@bd-dp2-hdmi-a3:
- shard-bmg: [DMESG-FAIL][57] ([Intel XE#5545]) -> [PASS][58] +2 other tests pass
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@bd-dp2-hdmi-a3.html
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank@bd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-wf_vblank:
- shard-bmg: [SKIP][59] ([Intel XE#6557] / [Intel XE#6703]) -> [PASS][60] +1 other test pass
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_flip@2x-flip-vs-wf_vblank.html
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_flip@2x-flip-vs-wf_vblank.html
* igt@kms_flip@basic-flip-vs-wf_vblank:
- shard-bmg: [FAIL][61] ([Intel XE#3098]) -> [PASS][62] +1 other test pass
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-1/igt@kms_flip@basic-flip-vs-wf_vblank.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-9/igt@kms_flip@basic-flip-vs-wf_vblank.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [INCOMPLETE][63] ([Intel XE#6321]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-9/igt@xe_evict@evict-mixed-many-threads-small.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-2/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_system_allocator@threads-many-stride-free-nomemset:
- shard-bmg: [SKIP][65] ([Intel XE#6703]) -> [PASS][66] +207 other tests pass
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_exec_system_allocator@threads-many-stride-free-nomemset.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-stride-free-nomemset.html
* igt@xe_module_load@reload-no-display:
- shard-bmg: [DMESG-WARN][67] -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_module_load@reload-no-display.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@xe_module_load@reload-no-display.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-lnl: [ABORT][69] ([Intel XE#7914]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-lnl-2/igt@xe_wedged@wedged-mode-toggle.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-lnl-4/igt@xe_wedged@wedged-mode-toggle.html
#### Warnings ####
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-bmg: [SKIP][71] ([Intel XE#6703]) -> [SKIP][72] ([Intel XE#610] / [Intel XE#7387])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-bmg: [SKIP][73] ([Intel XE#6703]) -> [SKIP][74] ([Intel XE#1124]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_bw@connected-linear-tiling-2-displays-target-3840x2160p:
- shard-bmg: [SKIP][75] ([Intel XE#6703]) -> [SKIP][76] ([Intel XE#7679])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_bw@connected-linear-tiling-2-displays-target-3840x2160p.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_bw@connected-linear-tiling-2-displays-target-3840x2160p.html
* igt@kms_bw@linear-tiling-1-displays-target-1920x1080p:
- shard-bmg: [SKIP][77] ([Intel XE#6703]) -> [SKIP][78] ([Intel XE#367])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_bw@linear-tiling-1-displays-target-1920x1080p.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_bw@linear-tiling-1-displays-target-1920x1080p.html
* igt@kms_ccs@crc-primary-basic-y-tiled-ccs:
- shard-bmg: [SKIP][79] ([Intel XE#6703]) -> [SKIP][80] ([Intel XE#2887]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_ccs@crc-primary-basic-y-tiled-ccs.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_ccs@crc-primary-basic-y-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-bmg: [SKIP][81] ([Intel XE#6703]) -> [SKIP][82] ([Intel XE#3432]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-bmg: [SKIP][83] ([Intel XE#6703]) -> [SKIP][84] ([Intel XE#2325] / [Intel XE#7358])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_chamelium_color@ctm-0-75.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-bmg: [SKIP][85] ([Intel XE#6703]) -> [SKIP][86] ([Intel XE#2252])
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_chamelium_frames@dp-crc-fast.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_content_protection@atomic-hdcp14:
- shard-bmg: [SKIP][87] ([Intel XE#6703]) -> [FAIL][88] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_content_protection@atomic-hdcp14.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_content_protection@atomic-hdcp14.html
* igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
- shard-bmg: [SKIP][89] ([Intel XE#6703]) -> [SKIP][90] ([Intel XE#6974])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-bmg: [SKIP][91] ([Intel XE#6703]) -> [SKIP][92] ([Intel XE#2320])
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-max-size.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-bmg: [SKIP][93] ([Intel XE#6703]) -> [SKIP][94] ([Intel XE#2321] / [Intel XE#7355])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-bmg: [SKIP][95] ([Intel XE#6703]) -> [SKIP][96] ([Intel XE#2244])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-bmg: [SKIP][97] ([Intel XE#6703]) -> [SKIP][98] ([Intel XE#7178] / [Intel XE#7351])
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][99] ([Intel XE#6703]) -> [SKIP][100] ([Intel XE#2311]) +23 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [SKIP][101] ([Intel XE#6703]) -> [SKIP][102] ([Intel XE#4141]) +2 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-bmg: [SKIP][103] ([Intel XE#6557] / [Intel XE#6703]) -> [SKIP][104] ([Intel XE#4141])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@hdr-abgr161616f-draw-mmap-wc:
- shard-bmg: [SKIP][105] ([Intel XE#6703]) -> [SKIP][106] ([Intel XE#7061]) +5 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_frontbuffer_tracking@hdr-abgr161616f-draw-mmap-wc.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_frontbuffer_tracking@hdr-abgr161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-shrfb-draw-render:
- shard-bmg: [SKIP][107] ([Intel XE#6703]) -> [SKIP][108] ([Intel XE#2313]) +16 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-shrfb-draw-render.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_frontbuffer_tracking@psrhdr-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping:
- shard-bmg: [SKIP][109] ([Intel XE#6703]) -> [SKIP][110] ([Intel XE#7283]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_plane@pixel-format-4-tiled-mtl-rc-ccs-cc-modifier-source-clamping.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-bmg: [SKIP][111] ([Intel XE#6703]) -> [SKIP][112] ([Intel XE#1489]) +3 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-p010:
- shard-bmg: [SKIP][113] ([Intel XE#6703]) -> [SKIP][114] ([Intel XE#2387] / [Intel XE#7429])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_psr2_su@page_flip-p010.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@psr2-suspend:
- shard-bmg: [SKIP][115] ([Intel XE#6703]) -> [SKIP][116] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_psr@psr2-suspend.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_psr@psr2-suspend.html
* igt@kms_sharpness_filter@invalid-filter-with-plane:
- shard-bmg: [SKIP][117] ([Intel XE#6703]) -> [SKIP][118] ([Intel XE#6503])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_sharpness_filter@invalid-filter-with-plane.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@kms_sharpness_filter@invalid-filter-with-plane.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][119] ([Intel XE#2509] / [Intel XE#7437]) -> [SKIP][120] ([Intel XE#2426] / [Intel XE#5848])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@flip-basic:
- shard-bmg: [SKIP][121] ([Intel XE#6703]) -> [SKIP][122] ([Intel XE#1499])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@kms_vrr@flip-basic.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@kms_vrr@flip-basic.html
* igt@xe_eudebug_online@set-breakpoint-sigint-debugger:
- shard-bmg: [SKIP][123] ([Intel XE#6703]) -> [SKIP][124] ([Intel XE#7636]) +3 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html
* igt@xe_eudebug_sriov@deny-sriov:
- shard-bmg: [SKIP][125] ([Intel XE#6703]) -> [SKIP][126] ([Intel XE#5793] / [Intel XE#7320] / [Intel XE#7464])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_eudebug_sriov@deny-sriov.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@xe_eudebug_sriov@deny-sriov.html
* igt@xe_evict@evict-small-external-multi-queue-cm:
- shard-bmg: [SKIP][127] ([Intel XE#6703]) -> [SKIP][128] ([Intel XE#7140])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_evict@evict-small-external-multi-queue-cm.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@xe_evict@evict-small-external-multi-queue-cm.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap:
- shard-bmg: [SKIP][129] ([Intel XE#6703]) -> [SKIP][130] ([Intel XE#2322] / [Intel XE#7372]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-basic-defer-mmap.html
* igt@xe_exec_fault_mode@many-multi-queue-rebind-prefetch:
- shard-bmg: [SKIP][131] ([Intel XE#6703]) -> [SKIP][132] ([Intel XE#7136]) +3 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_exec_fault_mode@many-multi-queue-rebind-prefetch.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@xe_exec_fault_mode@many-multi-queue-rebind-prefetch.html
* igt@xe_exec_multi_queue@one-queue-preempt-mode-close-fd-smem:
- shard-bmg: [SKIP][133] ([Intel XE#6703]) -> [SKIP][134] ([Intel XE#6874]) +6 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_exec_multi_queue@one-queue-preempt-mode-close-fd-smem.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@xe_exec_multi_queue@one-queue-preempt-mode-close-fd-smem.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-basic:
- shard-bmg: [SKIP][135] ([Intel XE#6703]) -> [SKIP][136] ([Intel XE#7138]) +3 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_exec_threads@threads-multi-queue-mixed-fd-basic.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@xe_exec_threads@threads-multi-queue-mixed-fd-basic.html
* igt@xe_page_reclaim@basic-mixed:
- shard-bmg: [SKIP][137] ([Intel XE#6703]) -> [SKIP][138] ([Intel XE#7793]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_page_reclaim@basic-mixed.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@xe_page_reclaim@basic-mixed.html
* igt@xe_pm@d3cold-mmap-vram:
- shard-bmg: [SKIP][139] ([Intel XE#6703]) -> [SKIP][140] ([Intel XE#2284] / [Intel XE#7370])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_pm@d3cold-mmap-vram.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-4/igt@xe_pm@d3cold-mmap-vram.html
* igt@xe_pxp@pxp-stale-queue-post-termination-irq:
- shard-bmg: [SKIP][141] ([Intel XE#6703]) -> [SKIP][142] ([Intel XE#4733] / [Intel XE#7417])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_pxp@pxp-stale-queue-post-termination-irq.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@xe_pxp@pxp-stale-queue-post-termination-irq.html
* igt@xe_survivability@runtime-survivability:
- shard-bmg: [SKIP][143] ([Intel XE#6703]) -> [DMESG-WARN][144] ([Intel XE#6627] / [Intel XE#7419])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c/shard-bmg-2/igt@xe_survivability@runtime-survivability.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/shard-bmg-3/igt@xe_survivability@runtime-survivability.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[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#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[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#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
[Intel XE#5354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5354
[Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
[Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#6557]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6557
[Intel XE#6627]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6627
[Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
[Intel XE#6703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6703
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6900]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6900
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7320
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7362
[Intel XE#7370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7370
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7387
[Intel XE#7417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7417
[Intel XE#7419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7419
[Intel XE#7429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7429
[Intel XE#7437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7437
[Intel XE#7464]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7464
[Intel XE#7482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7482
[Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
[Intel XE#7679]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7679
[Intel XE#7793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7793
[Intel XE#7814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7814
[Intel XE#7905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905
[Intel XE#7914]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7914
[Intel XE#7915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7915
[Intel XE#7922]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7922
[Intel XE#7949]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7949
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* Linux: xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c -> xe-pw-166292v1
IGT_8902: d28bd0b9e0347c58ca9b012c02de7e2ad5ffe847 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5039-a86f5af06a7f8fa3c0a87caa138d06824f87878c: a86f5af06a7f8fa3c0a87caa138d06824f87878c
xe-pw-166292v1: 166292v1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-166292v1/index.html
[-- Attachment #2: Type: text/html, Size: 49135 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread