* [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing
@ 2023-09-06 19:02 Jim Cromie
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 1/5] drm/connector: add trailing newlines to drm_dbg msgs Jim Cromie
` (7 more replies)
0 siblings, 8 replies; 13+ messages in thread
From: Jim Cromie @ 2023-09-06 19:02 UTC (permalink / raw)
To: linux-kernel, dri-devel, amd-gfx, intel-gvt-dev, intel-gfx
Cc: jani.nikula, daniel.vetter, Jim Cromie, seanpaul, daniel
By at least strong convention, a print-buffer's trailing newline says
"message complete, send it". The exception (no TNL, followed by a call
to pr_cont) proves the general rule.
Most DRM.debug calls already comport with this rule/convention:
207 DRM_DEV_DEBUG, 1288 drm_dbg. Clean up the remainders, in
maintainer sized chunks.
V3: adds proper "drm/<component>:" to subject, as suggested by Rodrigo.
drops drm/i915: already applied by Rodrigo.
Jim Cromie (5):
drm/connector: add trailing newlines to drm_dbg msgs
drm/kmb: add trailing newlines to drm_dbg msgs
drm/msm: add trailing newlines to drm_dbg msgs
drm/vc4: add trailing newlines to drm_dbg msgs
drm/Makefile: use correct ccflags-y syntax
drivers/gpu/drm/Makefile | 3 ++-
drivers/gpu/drm/drm_connector.c | 4 +++-
drivers/gpu/drm/kmb/kmb_crtc.c | 10 +++++-----
drivers/gpu/drm/kmb/kmb_plane.c | 6 +++---
drivers/gpu/drm/msm/msm_fb.c | 10 +++++-----
drivers/gpu/drm/vc4/vc4_crtc.c | 4 ++--
6 files changed, 20 insertions(+), 17 deletions(-)
--
2.41.0
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Intel-gfx] [PATCH v3 1/5] drm/connector: add trailing newlines to drm_dbg msgs
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
@ 2023-09-06 19:02 ` Jim Cromie
2023-09-07 6:51 ` Maxime Ripard
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 2/5] drm/kmb: " Jim Cromie
` (6 subsequent siblings)
7 siblings, 1 reply; 13+ messages in thread
From: Jim Cromie @ 2023-09-06 19:02 UTC (permalink / raw)
To: linux-kernel, dri-devel, amd-gfx, intel-gvt-dev, intel-gfx
Cc: Thomas Zimmermann, jani.nikula, daniel.vetter, Maxime Ripard,
Jim Cromie, seanpaul, daniel, David Airlie
By at least strong convention, a print-buffer's trailing newline says
"message complete, send it". The exception (no TNL, followed by a call
to pr_cont) proves the general rule.
Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
1288 drm_dbg. Clean up the remainders, in maintainer sized chunks.
No functional changes.
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
drivers/gpu/drm/drm_connector.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
index f28725736237..14020585bdc0 100644
--- a/drivers/gpu/drm/drm_connector.c
+++ b/drivers/gpu/drm/drm_connector.c
@@ -2925,7 +2925,9 @@ int drm_mode_getconnector(struct drm_device *dev, void *data,
dev->mode_config.max_width,
dev->mode_config.max_height);
else
- drm_dbg_kms(dev, "User-space requested a forced probe on [CONNECTOR:%d:%s] but is not the DRM master, demoting to read-only probe",
+ drm_dbg_kms(dev,
+ "User-space requested a forced probe on [CONNECTOR:%d:%s] "
+ "but is not the DRM master, demoting to read-only probe\n",
connector->base.id, connector->name);
}
--
2.41.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Intel-gfx] [PATCH v3 2/5] drm/kmb: add trailing newlines to drm_dbg msgs
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 1/5] drm/connector: add trailing newlines to drm_dbg msgs Jim Cromie
@ 2023-09-06 19:02 ` Jim Cromie
2023-09-07 0:12 ` Chrisanthus, Anitha
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 3/5] drm/msm: " Jim Cromie
` (5 subsequent siblings)
7 siblings, 1 reply; 13+ messages in thread
From: Jim Cromie @ 2023-09-06 19:02 UTC (permalink / raw)
To: linux-kernel, dri-devel, amd-gfx, intel-gvt-dev, intel-gfx
Cc: jani.nikula, daniel.vetter, Edmund Dea, Jim Cromie, seanpaul,
daniel, Anitha Chrisanthus, David Airlie
By at least strong convention, a print-buffer's trailing newline says
"message complete, send it". The exception (no TNL, followed by a call
to pr_cont) proves the general rule.
Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
1288 drm_dbg. Clean up the remainders, in maintainer sized chunks.
No functional changes.
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
drivers/gpu/drm/kmb/kmb_crtc.c | 10 +++++-----
drivers/gpu/drm/kmb/kmb_plane.c | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/gpu/drm/kmb/kmb_crtc.c b/drivers/gpu/drm/kmb/kmb_crtc.c
index 647872f65bff..a58baf25322d 100644
--- a/drivers/gpu/drm/kmb/kmb_crtc.c
+++ b/drivers/gpu/drm/kmb/kmb_crtc.c
@@ -94,7 +94,7 @@ static void kmb_crtc_set_mode(struct drm_crtc *crtc,
vm.hback_porch = 0;
vm.hsync_len = 28;
- drm_dbg(dev, "%s : %dactive height= %d vbp=%d vfp=%d vsync-w=%d h-active=%d h-bp=%d h-fp=%d hsync-l=%d",
+ drm_dbg(dev, "%s : %dactive height= %d vbp=%d vfp=%d vsync-w=%d h-active=%d h-bp=%d h-fp=%d hsync-l=%d\n",
__func__, __LINE__,
m->crtc_vdisplay, vm.vback_porch, vm.vfront_porch,
vm.vsync_len, m->crtc_hdisplay, vm.hback_porch,
@@ -194,24 +194,24 @@ static enum drm_mode_status
int vfp = mode->vsync_start - mode->vdisplay;
if (mode->vdisplay < KMB_CRTC_MAX_HEIGHT) {
- drm_dbg(dev, "height = %d less than %d",
+ drm_dbg(dev, "height = %d less than %d\n",
mode->vdisplay, KMB_CRTC_MAX_HEIGHT);
return MODE_BAD_VVALUE;
}
if (mode->hdisplay < KMB_CRTC_MAX_WIDTH) {
- drm_dbg(dev, "width = %d less than %d",
+ drm_dbg(dev, "width = %d less than %d\n",
mode->hdisplay, KMB_CRTC_MAX_WIDTH);
return MODE_BAD_HVALUE;
}
refresh = drm_mode_vrefresh(mode);
if (refresh < KMB_MIN_VREFRESH || refresh > KMB_MAX_VREFRESH) {
- drm_dbg(dev, "refresh = %d less than %d or greater than %d",
+ drm_dbg(dev, "refresh = %d less than %d or greater than %d\n",
refresh, KMB_MIN_VREFRESH, KMB_MAX_VREFRESH);
return MODE_BAD;
}
if (vfp < KMB_CRTC_MIN_VFP) {
- drm_dbg(dev, "vfp = %d less than %d", vfp, KMB_CRTC_MIN_VFP);
+ drm_dbg(dev, "vfp = %d less than %d\n", vfp, KMB_CRTC_MIN_VFP);
return MODE_BAD;
}
diff --git a/drivers/gpu/drm/kmb/kmb_plane.c b/drivers/gpu/drm/kmb/kmb_plane.c
index 9e0562aa2bcb..308bd1cb50c8 100644
--- a/drivers/gpu/drm/kmb/kmb_plane.c
+++ b/drivers/gpu/drm/kmb/kmb_plane.c
@@ -78,7 +78,7 @@ static unsigned int check_pixel_format(struct drm_plane *plane, u32 format)
* plane configuration is not supported.
*/
if (init_disp_cfg.format && init_disp_cfg.format != format) {
- drm_dbg(&kmb->drm, "Cannot change format after initial plane configuration");
+ drm_dbg(&kmb->drm, "Cannot change format after initial plane configuration\n");
return -EINVAL;
}
for (i = 0; i < plane->format_count; i++) {
@@ -124,7 +124,7 @@ static int kmb_plane_atomic_check(struct drm_plane *plane,
if ((init_disp_cfg.width && init_disp_cfg.height) &&
(init_disp_cfg.width != fb->width ||
init_disp_cfg.height != fb->height)) {
- drm_dbg(&kmb->drm, "Cannot change plane height or width after initial configuration");
+ drm_dbg(&kmb->drm, "Cannot change plane height or width after initial configuration\n");
return -EINVAL;
}
can_position = (plane->type == DRM_PLANE_TYPE_OVERLAY);
@@ -375,7 +375,7 @@ static void kmb_plane_atomic_update(struct drm_plane *plane,
spin_lock_irq(&kmb->irq_lock);
if (kmb->kmb_under_flow || kmb->kmb_flush_done) {
spin_unlock_irq(&kmb->irq_lock);
- drm_dbg(&kmb->drm, "plane_update:underflow!!!! returning");
+ drm_dbg(&kmb->drm, "plane_update:underflow!!!! returning\n");
return;
}
spin_unlock_irq(&kmb->irq_lock);
--
2.41.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Intel-gfx] [PATCH v3 3/5] drm/msm: add trailing newlines to drm_dbg msgs
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 1/5] drm/connector: add trailing newlines to drm_dbg msgs Jim Cromie
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 2/5] drm/kmb: " Jim Cromie
@ 2023-09-06 19:02 ` Jim Cromie
2023-09-06 20:29 ` Abhinav Kumar
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 4/5] drm/vc4: " Jim Cromie
` (4 subsequent siblings)
7 siblings, 1 reply; 13+ messages in thread
From: Jim Cromie @ 2023-09-06 19:02 UTC (permalink / raw)
To: linux-kernel, dri-devel, amd-gfx, intel-gvt-dev, intel-gfx
Cc: freedreno, jani.nikula, daniel.vetter, Abhinav Kumar, Jim Cromie,
seanpaul, daniel, linux-arm-msm, Dmitry Baryshkov, Marijn Suijten,
David Airlie
By at least strong convention, a print-buffer's trailing newline says
"message complete, send it". The exception (no TNL, followed by a call
to pr_cont) proves the general rule.
Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
1288 drm_dbg. Clean up the remainders, in maintainer sized chunks.
No functional changes.
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
drivers/gpu/drm/msm/msm_fb.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/msm/msm_fb.c b/drivers/gpu/drm/msm/msm_fb.c
index e3f61c39df69..88bb5fa23bb1 100644
--- a/drivers/gpu/drm/msm/msm_fb.c
+++ b/drivers/gpu/drm/msm/msm_fb.c
@@ -89,7 +89,7 @@ int msm_framebuffer_prepare(struct drm_framebuffer *fb,
for (i = 0; i < n; i++) {
ret = msm_gem_get_and_pin_iova(fb->obj[i], aspace, &msm_fb->iova[i]);
- drm_dbg_state(fb->dev, "FB[%u]: iova[%d]: %08llx (%d)",
+ drm_dbg_state(fb->dev, "FB[%u]: iova[%d]: %08llx (%d)\n",
fb->base.id, i, msm_fb->iova[i], ret);
if (ret)
return ret;
@@ -176,9 +176,9 @@ static struct drm_framebuffer *msm_framebuffer_init(struct drm_device *dev,
const struct msm_format *format;
int ret, i, n;
- drm_dbg_state(dev, "create framebuffer: mode_cmd=%p (%dx%d@%4.4s)",
- mode_cmd, mode_cmd->width, mode_cmd->height,
- (char *)&mode_cmd->pixel_format);
+ drm_dbg_state(dev, "create framebuffer: mode_cmd=%p (%dx%d@%4.4s)\n",
+ mode_cmd, mode_cmd->width, mode_cmd->height,
+ (char *)&mode_cmd->pixel_format);
n = info->num_planes;
format = kms->funcs->get_format(kms, mode_cmd->pixel_format,
@@ -232,7 +232,7 @@ static struct drm_framebuffer *msm_framebuffer_init(struct drm_device *dev,
refcount_set(&msm_fb->dirtyfb, 1);
- drm_dbg_state(dev, "create: FB ID: %d (%p)", fb->base.id, fb);
+ drm_dbg_state(dev, "create: FB ID: %d (%p)\n", fb->base.id, fb);
return fb;
--
2.41.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Intel-gfx] [PATCH v3 4/5] drm/vc4: add trailing newlines to drm_dbg msgs
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
` (2 preceding siblings ...)
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 3/5] drm/msm: " Jim Cromie
@ 2023-09-06 19:02 ` Jim Cromie
2023-09-07 6:51 ` Maxime Ripard
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 5/5] drm/Makefile: use correct ccflags-y syntax Jim Cromie
` (3 subsequent siblings)
7 siblings, 1 reply; 13+ messages in thread
From: Jim Cromie @ 2023-09-06 19:02 UTC (permalink / raw)
To: linux-kernel, dri-devel, amd-gfx, intel-gvt-dev, intel-gfx
Cc: Emma Anholt, jani.nikula, daniel.vetter, Maxime Ripard,
Jim Cromie, seanpaul, daniel, David Airlie
By at least strong convention, a print-buffer's trailing newline says
"message complete, send it". The exception (no TNL, followed by a call
to pr_cont) proves the general rule.
Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
1288 drm_dbg. Clean up the remainders, in maintainer sized chunks.
No functional changes.
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
drivers/gpu/drm/vc4/vc4_crtc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/vc4/vc4_crtc.c b/drivers/gpu/drm/vc4/vc4_crtc.c
index bef9d45ef1df..959123759711 100644
--- a/drivers/gpu/drm/vc4/vc4_crtc.c
+++ b/drivers/gpu/drm/vc4/vc4_crtc.c
@@ -592,7 +592,7 @@ static void vc4_crtc_atomic_disable(struct drm_crtc *crtc,
struct drm_encoder *encoder = vc4_get_crtc_encoder(crtc, old_state);
struct drm_device *dev = crtc->dev;
- drm_dbg(dev, "Disabling CRTC %s (%u) connected to Encoder %s (%u)",
+ drm_dbg(dev, "Disabling CRTC %s (%u) connected to Encoder %s (%u)\n",
crtc->name, crtc->base.id, encoder->name, encoder->base.id);
require_hvs_enabled(dev);
@@ -620,7 +620,7 @@ static void vc4_crtc_atomic_enable(struct drm_crtc *crtc,
struct vc4_encoder *vc4_encoder = to_vc4_encoder(encoder);
int idx;
- drm_dbg(dev, "Enabling CRTC %s (%u) connected to Encoder %s (%u)",
+ drm_dbg(dev, "Enabling CRTC %s (%u) connected to Encoder %s (%u)\n",
crtc->name, crtc->base.id, encoder->name, encoder->base.id);
if (!drm_dev_enter(dev, &idx))
--
2.41.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [Intel-gfx] [PATCH v3 5/5] drm/Makefile: use correct ccflags-y syntax
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
` (3 preceding siblings ...)
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 4/5] drm/vc4: " Jim Cromie
@ 2023-09-06 19:02 ` Jim Cromie
2023-09-06 21:55 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/drm_dbg: add trailing newlines where missing Patchwork
` (2 subsequent siblings)
7 siblings, 0 replies; 13+ messages in thread
From: Jim Cromie @ 2023-09-06 19:02 UTC (permalink / raw)
To: linux-kernel, dri-devel, amd-gfx, intel-gvt-dev, intel-gfx
Cc: Thomas Zimmermann, jani.nikula, daniel.vetter, Maxime Ripard,
Jim Cromie, seanpaul, daniel, Greg Kroah-Hartman, David Airlie
Incorrect CFLAGS- usage failed to add -DDYNAMIC_DEBUG_MODULE when needed,
which broke builds with:
CONFIG_DRM_USE_DYNAMIC_DEBUG=Y
CONFIG_DYNAMIC_DEBUG_CORE=Y
CONFIG_DYNAMIC_DEBUG=N
Also add subdir-ccflags so that all drivers pick up the addition.
Fixes: 84ec67288c10 ("drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro")
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
---
drivers/gpu/drm/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index 7a09a89b493b..013cde886326 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -3,7 +3,8 @@
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.
-CFLAGS-$(CONFIG_DRM_USE_DYNAMIC_DEBUG) += -DDYNAMIC_DEBUG_MODULE
+ccflags-$(CONFIG_DRM_USE_DYNAMIC_DEBUG) += -DDYNAMIC_DEBUG_MODULE
+subdir-ccflags-$(CONFIG_DRM_USE_DYNAMIC_DEBUG) += -DDYNAMIC_DEBUG_MODULE
drm-y := \
drm_aperture.o \
--
2.41.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [Intel-gfx] [PATCH v3 3/5] drm/msm: add trailing newlines to drm_dbg msgs
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 3/5] drm/msm: " Jim Cromie
@ 2023-09-06 20:29 ` Abhinav Kumar
0 siblings, 0 replies; 13+ messages in thread
From: Abhinav Kumar @ 2023-09-06 20:29 UTC (permalink / raw)
To: Jim Cromie, linux-kernel, dri-devel, amd-gfx, intel-gvt-dev,
intel-gfx
Cc: freedreno, jani.nikula, daniel.vetter, seanpaul, daniel,
linux-arm-msm, Dmitry Baryshkov, Marijn Suijten, David Airlie
Hi Jim
On 9/6/2023 12:02 PM, Jim Cromie wrote:
> By at least strong convention, a print-buffer's trailing newline says
> "message complete, send it". The exception (no TNL, followed by a call
> to pr_cont) proves the general rule.
>
> Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
> 1288 drm_dbg. Clean up the remainders, in maintainer sized chunks.
May I know what 207, 1288 mean here? Is it the number of callers already
having \n?
If so, this might be a big confusing as its subjective to the code-base
you are referring to. So I will just stop with "Most DRM.debug calls
already comport with this".
>
> No functional changes.
>
> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
> ---
> drivers/gpu/drm/msm/msm_fb.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
The change itself LGTM, hence
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/drm_dbg: add trailing newlines where missing
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
` (4 preceding siblings ...)
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 5/5] drm/Makefile: use correct ccflags-y syntax Jim Cromie
@ 2023-09-06 21:55 ` Patchwork
2023-09-06 22:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-09-07 0:03 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
7 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2023-09-06 21:55 UTC (permalink / raw)
To: Jim Cromie; +Cc: intel-gfx
== Series Details ==
Series: drm/drm_dbg: add trailing newlines where missing
URL : https://patchwork.freedesktop.org/series/123351/
State : warning
== Summary ==
Error: dim sparse failed
Sparse version: v0.6.2
Fast mode used, each commit won't be checked separately.
-
+./arch/x86/include/asm/bitops.h:117:1: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:148:1: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:150:9: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:154:26: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:156:16: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:156:9: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:174:1: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:176:9: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:180:35: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:182:16: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:182:9: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:186:1: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:188:9: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:192:35: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:195:16: warning: unreplaced symbol 'oldbit'
+./arch/x86/include/asm/bitops.h:195:9: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:237:1: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:239:9: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:66:1: warning: unreplaced symbol 'return'
+./arch/x86/include/asm/bitops.h:92:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:100:17: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:100:23: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:100:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:105:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:107:9: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:108:9: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:109:9: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:111:10: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:111:14: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:111:20: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:112:17: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:112:23: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:112:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:121:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:128:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:166:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:168:9: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:169:9: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:170:9: warning: unreplaced symbol 'val'
+./include/asm-generic/bitops/generic-non-atomic.h:172:19: warning: unreplaced symbol 'val'
+./include/asm-generic/bitops/generic-non-atomic.h:172:25: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:172:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:28:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:30:9: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:31:9: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:33:10: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:33:16: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:37:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:39:9: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:40:9: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:42:10: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:42:16: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:55:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:57:9: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:58:9: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:60:10: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:60:15: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:73:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:75:9: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:76:9: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:77:9: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:79:10: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:79:14: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:79:20: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:80:17: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:80:23: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:80:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:93:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/generic-non-atomic.h:95:9: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/generic-non-atomic.h:96:9: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:97:9: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:99:10: warning: unreplaced symbol 'p'
+./include/asm-generic/bitops/generic-non-atomic.h:99:14: warning: unreplaced symbol 'old'
+./include/asm-generic/bitops/generic-non-atomic.h:99:21: warning: unreplaced symbol 'mask'
+./include/asm-generic/bitops/instrumented-non-atomic.h:100:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:112:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:115:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:127:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:130:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:139:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:142:9: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:26:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:42:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:58:1: warning: unreplaced symbol 'return'
+./include/asm-generic/bitops/instrumented-non-atomic.h:97:1: warning: unreplaced symbol 'return'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/drm_dbg: add trailing newlines where missing
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
` (5 preceding siblings ...)
2023-09-06 21:55 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/drm_dbg: add trailing newlines where missing Patchwork
@ 2023-09-06 22:12 ` Patchwork
2023-09-07 0:03 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
7 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2023-09-06 22:12 UTC (permalink / raw)
To: Jim Cromie; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 4819 bytes --]
== Series Details ==
Series: drm/drm_dbg: add trailing newlines where missing
URL : https://patchwork.freedesktop.org/series/123351/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13605 -> Patchwork_123351v1
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/index.html
Participating hosts (39 -> 38)
------------------------------
Additional (1): fi-kbl-soraka
Missing (2): bat-dg2-9 fi-snb-2520m
Known issues
------------
Here are the changes found in Patchwork_123351v1 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#2190])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#4613]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html
* igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][3] ([i915#1886] / [i915#7913])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271]) +8 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/fi-kbl-soraka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5:
- bat-adlp-11: [PASS][5] -> [ABORT][6] ([i915#8668])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5.html
#### Possible fixes ####
* igt@kms_frontbuffer_tracking@basic:
- fi-bsw-nick: [FAIL][7] ([i915#9276]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/fi-bsw-nick/igt@kms_frontbuffer_tracking@basic.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/fi-bsw-nick/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-b-dp-6:
- bat-adlp-11: [ABORT][9] ([i915#8668]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-b-dp-6.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-b-dp-6.html
#### Warnings ####
* igt@kms_psr@cursor_plane_move:
- bat-rplp-1: [SKIP][11] ([i915#1072]) -> [ABORT][12] ([i915#8469] / [i915#8668] / [i915#9243])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/bat-rplp-1/igt@kms_psr@cursor_plane_move.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/bat-rplp-1/igt@kms_psr@cursor_plane_move.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
[i915#8469]: https://gitlab.freedesktop.org/drm/intel/issues/8469
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#9243]: https://gitlab.freedesktop.org/drm/intel/issues/9243
[i915#9276]: https://gitlab.freedesktop.org/drm/intel/issues/9276
Build changes
-------------
* Linux: CI_DRM_13605 -> Patchwork_123351v1
CI-20190529: 20190529
CI_DRM_13605: 5008076127a9599704e98fb4de3761743d943dd0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7471: 7e63756ac5406760faa3e6d51dc2d575440a780b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_123351v1: 5008076127a9599704e98fb4de3761743d943dd0 @ git://anongit.freedesktop.org/gfx-ci/linux
### Linux commits
f32ea09b2434 drm/Makefile: use correct ccflags-y syntax
25c94e229958 drm/vc4: add trailing newlines to drm_dbg msgs
81b567b68fa5 drm/msm: add trailing newlines to drm_dbg msgs
ebb30a7bc4c6 drm/kmb: add trailing newlines to drm_dbg msgs
663a53e486db drm/connector: add trailing newlines to drm_dbg msgs
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/index.html
[-- Attachment #2: Type: text/html, Size: 5900 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/drm_dbg: add trailing newlines where missing
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
` (6 preceding siblings ...)
2023-09-06 22:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
@ 2023-09-07 0:03 ` Patchwork
7 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2023-09-07 0:03 UTC (permalink / raw)
To: Jim Cromie; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 42991 bytes --]
== Series Details ==
Series: drm/drm_dbg: add trailing newlines where missing
URL : https://patchwork.freedesktop.org/series/123351/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13605_full -> Patchwork_123351v1_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_123351v1_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_123351v1_full, please notify your bug team (lgci.bug.filing@intel.com) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_123351v1_full:
### IGT changes ###
#### Possible regressions ####
* igt@gen9_exec_parse@allowed-single:
- shard-apl: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-apl7/igt@gen9_exec_parse@allowed-single.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-apl1/igt@gen9_exec_parse@allowed-single.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-mtlp: [PASS][3] -> [DMESG-WARN][4] +1 other test dmesg-warn
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-2/igt@i915_suspend@basic-s2idle-without-i915.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-4/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@kms_flip_tiling@flip-change-tiling@vga-1-pipe-b-linear-to-linear:
- shard-snb: [PASS][5] -> [ABORT][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-snb6/igt@kms_flip_tiling@flip-change-tiling@vga-1-pipe-b-linear-to-linear.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-snb7/igt@kms_flip_tiling@flip-change-tiling@vga-1-pipe-b-linear-to-linear.html
Known issues
------------
Here are the changes found in Patchwork_123351v1_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@drm_fdinfo@virtual-busy-idle-all:
- shard-dg2: NOTRUN -> [SKIP][7] ([i915#8414])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@drm_fdinfo@virtual-busy-idle-all.html
* igt@drm_mm@drm_mm_test:
- shard-snb: NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#8661])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-snb6/igt@drm_mm@drm_mm_test.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][9] ([i915#8562])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_persistence@engines-queued:
- shard-snb: NOTRUN -> [SKIP][10] ([fdo#109271] / [i915#1099]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-snb1/igt@gem_ctx_persistence@engines-queued.html
* igt@gem_ctx_sseu@engines:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#280])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-args:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#280])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-rkl: [PASS][13] -> [FAIL][14] ([i915#2842])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-rkl-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-glk: [PASS][15] -> [FAIL][16] ([i915#2842])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-glk8/igt@gem_exec_fair@basic-pace@vecs0.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-glk2/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_fence@submit67:
- shard-dg2: NOTRUN -> [SKIP][17] ([i915#4812]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@gem_exec_fence@submit67.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-dg2: NOTRUN -> [SKIP][18] ([fdo#109283] / [i915#5107])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-write-cpu:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#3281]) +2 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@gem_exec_reloc@basic-write-cpu.html
* igt@gem_exec_schedule@noreorder@bcs0:
- shard-mtlp: [PASS][20] -> [FAIL][21] ([i915#9173])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-2/igt@gem_exec_schedule@noreorder@bcs0.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-4/igt@gem_exec_schedule@noreorder@bcs0.html
* igt@gem_exec_schedule@noreorder@ccs0:
- shard-mtlp: [PASS][22] -> [DMESG-FAIL][23] ([i915#9121]) +2 other tests dmesg-fail
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-2/igt@gem_exec_schedule@noreorder@ccs0.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-4/igt@gem_exec_schedule@noreorder@ccs0.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][24] ([i915#4537] / [i915#4812]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#4083])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_mmap_wc@write-gtt-read-wc:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#4083]) +4 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@gem_mmap_wc@write-gtt-read-wc.html
* igt@gem_pread@self:
- shard-dg2: NOTRUN -> [SKIP][27] ([i915#3282]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@gem_pread@self.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#4270]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4270])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
- shard-snb: NOTRUN -> [SKIP][30] ([fdo#109271]) +248 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-snb6/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#4079])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#4077]) +4 other tests skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@gem_tiled_blits@basic.html
* igt@gem_tiled_pread_basic:
- shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4079])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@gem_tiled_pread_basic.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-dg2: NOTRUN -> [SKIP][34] ([i915#3297] / [i915#4880])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#3297]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen7_exec_parse@chained-batch:
- shard-dg2: NOTRUN -> [SKIP][36] ([fdo#109289]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@gen7_exec_parse@chained-batch.html
* igt@i915_module_load@load:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#6227])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@i915_module_load@load.html
* igt@i915_pm_dc@dc6-dpms:
- shard-mtlp: NOTRUN -> [FAIL][38] ([i915#8599])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_rc6_residency@rc6-idle@vcs0:
- shard-dg1: [PASS][39] -> [FAIL][40] ([i915#3591])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-rkl: [PASS][41] -> [SKIP][42] ([i915#1397])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-4/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg1: [PASS][43] -> [SKIP][44] ([i915#1397])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg1-15/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][45] ([i915#1397])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@i915_pm_rps@basic-api:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#6621])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@thresholds-park@gt0:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#8925])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@i915_pm_rps@thresholds-park@gt0.html
* igt@i915_suspend@fence-restore-untiled:
- shard-snb: NOTRUN -> [DMESG-WARN][48] ([i915#8841])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-snb2/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4212]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#8502]) +3 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc_ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#8709]) +11 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-4-rc_ccs-cc.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [FAIL][52] ([i915#8247]) +3 other tests fail
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][53] ([fdo#111614]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-mtlp: NOTRUN -> [SKIP][54] ([fdo#111614])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-mtlp: [PASS][55] -> [FAIL][56] ([i915#5138])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#5190]) +6 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-mtlp: NOTRUN -> [SKIP][58] ([fdo#111615])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4538] / [i915#5190])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#6095]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#3689] / [i915#3886] / [i915#5354]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#3689] / [i915#5354]) +14 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_ccs@pipe-d-ccs-on-another-bo-y_tiled_ccs.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#4087] / [i915#7213]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4087]) +3 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-5/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_frames@dp-crc-multiple:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#7828])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_chamelium_frames@dp-crc-multiple.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#7828]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_color@deep-color:
- shard-rkl: NOTRUN -> [SKIP][67] ([i915#3555])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-7/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic-dpms:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#6944])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#7118])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_content_protection@srm.html
* igt@kms_content_protection@uevent@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [FAIL][70] ([i915#1339])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_content_protection@uevent@pipe-a-dp-4.html
* igt@kms_cursor_crc@cursor-random-max-size:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#3555]) +3 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_cursor_crc@cursor-random-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#3359])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-dg2: NOTRUN -> [SKIP][73] ([fdo#109274] / [i915#5354]) +6 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#3804])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][75] ([fdo#109274]) +2 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#3637])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#8381])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-snb: NOTRUN -> [SKIP][78] ([fdo#109271] / [fdo#111767])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-snb5/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@blocking-wf_vblank@a-vga1:
- shard-snb: [PASS][79] -> [ABORT][80] ([i915#8865])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-snb1/igt@kms_flip@blocking-wf_vblank@a-vga1.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-snb7/igt@kms_flip@blocking-wf_vblank@a-vga1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#2672])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#8708]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
- shard-dg2: NOTRUN -> [FAIL][83] ([i915#6880])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt:
- shard-dg2: [PASS][84] -> [FAIL][85] ([i915#6880])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-mtlp: NOTRUN -> [ABORT][86] ([i915#9262])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#3458]) +7 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#8708]) +9 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#5354]) +27 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#1825])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_hdr@bpc-switch:
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#3555] / [i915#8228]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-7/igt@kms_hdr@bpc-switch.html
* igt@kms_plane_lowres@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][92] ([i915#3555] / [i915#8821])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#5176]) +7 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#5176]) +15 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg1-14/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][95] ([i915#5176]) +9 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#5235]) +15 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg1-12/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][97] ([i915#5235]) +3 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4:
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#5235]) +11 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#5235]) +5 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#658]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr@sprite_blt:
- shard-dg2: NOTRUN -> [SKIP][101] ([i915#1072]) +4 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@kms_psr@sprite_blt.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#5461] / [i915#658])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-mtlp: NOTRUN -> [SKIP][103] ([i915#4235])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-dg1: [PASS][104] -> [FAIL][105] ([fdo#103375])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg1-16/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg1-19/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* igt@perf_pmu@busy-check-all@rcs0:
- shard-mtlp: NOTRUN -> [FAIL][106] ([i915#4521]) +2 other tests fail
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@perf_pmu@busy-check-all@rcs0.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][107] ([i915#4349]) +3 other tests fail
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@most-busy-idle-check-all@vcs1:
- shard-mtlp: [PASS][108] -> [FAIL][109] ([i915#5234]) +5 other tests fail
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-4/igt@perf_pmu@most-busy-idle-check-all@vcs1.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-6/igt@perf_pmu@most-busy-idle-check-all@vcs1.html
* igt@prime_udl:
- shard-dg2: NOTRUN -> [SKIP][110] ([fdo#109291])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@prime_udl.html
* igt@prime_vgem@basic-blt:
- shard-mtlp: NOTRUN -> [FAIL][111] ([i915#8445])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@prime_vgem@basic-blt.html
* igt@prime_vgem@fence-write-hang:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#3708])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@prime_vgem@fence-write-hang.html
* igt@v3d/v3d_submit_csd@bad-flag:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#2575]) +7 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-7/igt@v3d/v3d_submit_csd@bad-flag.html
* igt@vc4/vc4_perfmon@destroy-valid-perfmon:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#7711]) +3 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html
* igt@vc4/vc4_perfmon@get-values-invalid-pointer:
- shard-mtlp: NOTRUN -> [SKIP][115] ([i915#7711])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@vc4/vc4_perfmon@get-values-invalid-pointer.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][116] ([i915#7742]) -> [PASS][117]
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-rkl: [FAIL][118] ([i915#2842]) -> [PASS][119]
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-rkl-7/igt@gem_exec_fair@basic-none-share@rcs0.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-1/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [FAIL][120] ([i915#2842]) -> [PASS][121]
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-glk5/igt@gem_exec_fair@basic-pace-share@rcs0.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_suspend@basic-s3-devices@smem:
- shard-mtlp: [DMESG-WARN][122] ([i915#9260]) -> [PASS][123]
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-4/igt@gem_exec_suspend@basic-s3-devices@smem.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-7/igt@gem_exec_suspend@basic-s3-devices@smem.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: [ABORT][124] ([i915#7975] / [i915#8213]) -> [PASS][125]
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg2-10/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@i915_hangman@engine-error-state-capture@vecs0:
- shard-mtlp: [ABORT][126] ([i915#9262]) -> [PASS][127]
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-2/igt@i915_hangman@engine-error-state-capture@vecs0.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-8/igt@i915_hangman@engine-error-state-capture@vecs0.html
* igt@i915_pm_dc@dc6-dpms:
- shard-tglu: [FAIL][128] ([i915#3989] / [i915#454]) -> [PASS][129]
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-tglu-3/igt@i915_pm_dc@dc6-dpms.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-tglu-4/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_rc6_residency@rc6-idle@bcs0:
- shard-dg1: [FAIL][130] ([i915#3591]) -> [PASS][131]
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html
* igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-rkl: [SKIP][132] ([i915#1397]) -> [PASS][133] +4 other tests pass
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-rkl-7/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-4/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_cursor_crc@cursor-suspend@pipe-d-edp-1:
- shard-mtlp: [DMESG-WARN][134] ([i915#9262]) -> [PASS][135]
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-4/igt@kms_cursor_crc@cursor-suspend@pipe-d-edp-1.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-7/igt@kms_cursor_crc@cursor-suspend@pipe-d-edp-1.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [FAIL][136] ([i915#2346]) -> [PASS][137]
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [FAIL][138] ([i915#2346]) -> [PASS][139]
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_flip@flip-vs-suspend@a-hdmi-a3:
- shard-dg2: [FAIL][140] ([fdo#103375]) -> [PASS][141] +12 other tests pass
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg2-7/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-1/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg2: [FAIL][142] ([i915#6880]) -> [PASS][143]
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-dg2: [INCOMPLETE][144] ([i915#8912]) -> [PASS][145]
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-suspend.html
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@perf_pmu@busy-idle@vcs0:
- shard-mtlp: [FAIL][146] ([i915#4349]) -> [PASS][147]
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-mtlp-8/igt@perf_pmu@busy-idle@vcs0.html
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-mtlp-3/igt@perf_pmu@busy-idle@vcs0.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-tglu: [FAIL][148] ([i915#2681] / [i915#3591]) -> [WARN][149] ([i915#2681]) +2 other tests warn
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-tglu-9/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][150] ([i915#4070] / [i915#4816]) -> [SKIP][151] ([i915#4816])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_psr@primary_page_flip:
- shard-dg1: [SKIP][152] ([i915#1072]) -> [SKIP][153] ([i915#1072] / [i915#4078])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13605/shard-dg1-14/igt@kms_psr@primary_page_flip.html
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/shard-dg1-16/igt@kms_psr@primary_page_flip.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8445]: https://gitlab.freedesktop.org/drm/intel/issues/8445
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8599]: https://gitlab.freedesktop.org/drm/intel/issues/8599
[i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821
[i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
[i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865
[i915#8912]: https://gitlab.freedesktop.org/drm/intel/issues/8912
[i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925
[i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053
[i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121
[i915#9173]: https://gitlab.freedesktop.org/drm/intel/issues/9173
[i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226
[i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
[i915#9260]: https://gitlab.freedesktop.org/drm/intel/issues/9260
[i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
Build changes
-------------
* Linux: CI_DRM_13605 -> Patchwork_123351v1
CI-20190529: 20190529
CI_DRM_13605: 5008076127a9599704e98fb4de3761743d943dd0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7471: 7e63756ac5406760faa3e6d51dc2d575440a780b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_123351v1: 5008076127a9599704e98fb4de3761743d943dd0 @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_123351v1/index.html
[-- Attachment #2: Type: text/html, Size: 49415 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Intel-gfx] [PATCH v3 2/5] drm/kmb: add trailing newlines to drm_dbg msgs
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 2/5] drm/kmb: " Jim Cromie
@ 2023-09-07 0:12 ` Chrisanthus, Anitha
0 siblings, 0 replies; 13+ messages in thread
From: Chrisanthus, Anitha @ 2023-09-07 0:12 UTC (permalink / raw)
To: Jim Cromie, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org,
intel-gvt-dev@lists.freedesktop.org,
intel-gfx@lists.freedesktop.org
Cc: Nikula, Jani, daniel.vetter@ffwll.ch, Edmund Dea,
seanpaul@chromium.org, daniel@ffwll.ch, David Airlie
Acked-by: Anitha Chrisanthus <anitha.chrisanthus@intel.com>
> -----Original Message-----
> From: Jim Cromie <jim.cromie@gmail.com>
> Sent: Wednesday, September 6, 2023 12:02 PM
> To: linux-kernel@vger.kernel.org; dri-devel@lists.freedesktop.org; amd-
> gfx@lists.freedesktop.org; intel-gvt-dev@lists.freedesktop.org; intel-
> gfx@lists.freedesktop.org
> Cc: daniel.vetter@ffwll.ch; daniel@ffwll.ch; Nikula, Jani
> <jani.nikula@intel.com>; ville.syrjala@linux.intel.com;
> seanpaul@chromium.org; robdclark@gmail.com; Jim Cromie
> <jim.cromie@gmail.com>; Chrisanthus, Anitha
> <anitha.chrisanthus@intel.com>; Edmund Dea <edmund.j.dea@intel.com>;
> David Airlie <airlied@gmail.com>
> Subject: [PATCH v3 2/5] drm/kmb: add trailing newlines to drm_dbg msgs
>
> By at least strong convention, a print-buffer's trailing newline says
> "message complete, send it". The exception (no TNL, followed by a call
> to pr_cont) proves the general rule.
>
> Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
> 1288 drm_dbg. Clean up the remainders, in maintainer sized chunks.
>
> No functional changes.
>
> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
> ---
> drivers/gpu/drm/kmb/kmb_crtc.c | 10 +++++-----
> drivers/gpu/drm/kmb/kmb_plane.c | 6 +++---
> 2 files changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/gpu/drm/kmb/kmb_crtc.c
> b/drivers/gpu/drm/kmb/kmb_crtc.c
> index 647872f65bff..a58baf25322d 100644
> --- a/drivers/gpu/drm/kmb/kmb_crtc.c
> +++ b/drivers/gpu/drm/kmb/kmb_crtc.c
> @@ -94,7 +94,7 @@ static void kmb_crtc_set_mode(struct drm_crtc *crtc,
> vm.hback_porch = 0;
> vm.hsync_len = 28;
>
> - drm_dbg(dev, "%s : %dactive height= %d vbp=%d vfp=%d vsync-w=%d
> h-active=%d h-bp=%d h-fp=%d hsync-l=%d",
> + drm_dbg(dev, "%s : %dactive height= %d vbp=%d vfp=%d vsync-w=%d
> h-active=%d h-bp=%d h-fp=%d hsync-l=%d\n",
> __func__, __LINE__,
> m->crtc_vdisplay, vm.vback_porch, vm.vfront_porch,
> vm.vsync_len, m->crtc_hdisplay, vm.hback_porch,
> @@ -194,24 +194,24 @@ static enum drm_mode_status
> int vfp = mode->vsync_start - mode->vdisplay;
>
> if (mode->vdisplay < KMB_CRTC_MAX_HEIGHT) {
> - drm_dbg(dev, "height = %d less than %d",
> + drm_dbg(dev, "height = %d less than %d\n",
> mode->vdisplay, KMB_CRTC_MAX_HEIGHT);
> return MODE_BAD_VVALUE;
> }
> if (mode->hdisplay < KMB_CRTC_MAX_WIDTH) {
> - drm_dbg(dev, "width = %d less than %d",
> + drm_dbg(dev, "width = %d less than %d\n",
> mode->hdisplay, KMB_CRTC_MAX_WIDTH);
> return MODE_BAD_HVALUE;
> }
> refresh = drm_mode_vrefresh(mode);
> if (refresh < KMB_MIN_VREFRESH || refresh > KMB_MAX_VREFRESH) {
> - drm_dbg(dev, "refresh = %d less than %d or greater than %d",
> + drm_dbg(dev, "refresh = %d less than %d or greater than
> %d\n",
> refresh, KMB_MIN_VREFRESH, KMB_MAX_VREFRESH);
> return MODE_BAD;
> }
>
> if (vfp < KMB_CRTC_MIN_VFP) {
> - drm_dbg(dev, "vfp = %d less than %d", vfp,
> KMB_CRTC_MIN_VFP);
> + drm_dbg(dev, "vfp = %d less than %d\n", vfp,
> KMB_CRTC_MIN_VFP);
> return MODE_BAD;
> }
>
> diff --git a/drivers/gpu/drm/kmb/kmb_plane.c
> b/drivers/gpu/drm/kmb/kmb_plane.c
> index 9e0562aa2bcb..308bd1cb50c8 100644
> --- a/drivers/gpu/drm/kmb/kmb_plane.c
> +++ b/drivers/gpu/drm/kmb/kmb_plane.c
> @@ -78,7 +78,7 @@ static unsigned int check_pixel_format(struct drm_plane
> *plane, u32 format)
> * plane configuration is not supported.
> */
> if (init_disp_cfg.format && init_disp_cfg.format != format) {
> - drm_dbg(&kmb->drm, "Cannot change format after initial
> plane configuration");
> + drm_dbg(&kmb->drm, "Cannot change format after initial
> plane configuration\n");
> return -EINVAL;
> }
> for (i = 0; i < plane->format_count; i++) {
> @@ -124,7 +124,7 @@ static int kmb_plane_atomic_check(struct drm_plane
> *plane,
> if ((init_disp_cfg.width && init_disp_cfg.height) &&
> (init_disp_cfg.width != fb->width ||
> init_disp_cfg.height != fb->height)) {
> - drm_dbg(&kmb->drm, "Cannot change plane height or width
> after initial configuration");
> + drm_dbg(&kmb->drm, "Cannot change plane height or width
> after initial configuration\n");
> return -EINVAL;
> }
> can_position = (plane->type == DRM_PLANE_TYPE_OVERLAY);
> @@ -375,7 +375,7 @@ static void kmb_plane_atomic_update(struct
> drm_plane *plane,
> spin_lock_irq(&kmb->irq_lock);
> if (kmb->kmb_under_flow || kmb->kmb_flush_done) {
> spin_unlock_irq(&kmb->irq_lock);
> - drm_dbg(&kmb->drm, "plane_update:underflow!!!!
> returning");
> + drm_dbg(&kmb->drm, "plane_update:underflow!!!!
> returning\n");
> return;
> }
> spin_unlock_irq(&kmb->irq_lock);
> --
> 2.41.0
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Intel-gfx] [PATCH v3 1/5] drm/connector: add trailing newlines to drm_dbg msgs
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 1/5] drm/connector: add trailing newlines to drm_dbg msgs Jim Cromie
@ 2023-09-07 6:51 ` Maxime Ripard
0 siblings, 0 replies; 13+ messages in thread
From: Maxime Ripard @ 2023-09-07 6:51 UTC (permalink / raw)
To: Jim Cromie
Cc: Thomas Zimmermann, jani.nikula, daniel.vetter, intel-gfx,
linux-kernel, amd-gfx, seanpaul, dri-devel, daniel, David Airlie,
intel-gvt-dev
[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]
On Wed, Sep 06, 2023 at 01:02:19PM -0600, Jim Cromie wrote:
> By at least strong convention, a print-buffer's trailing newline says
> "message complete, send it". The exception (no TNL, followed by a call
> to pr_cont) proves the general rule.
>
> Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
> 1288 drm_dbg. Clean up the remainders, in maintainer sized chunks.
>
> No functional changes.
>
> Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
> ---
> drivers/gpu/drm/drm_connector.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
> index f28725736237..14020585bdc0 100644
> --- a/drivers/gpu/drm/drm_connector.c
> +++ b/drivers/gpu/drm/drm_connector.c
> @@ -2925,7 +2925,9 @@ int drm_mode_getconnector(struct drm_device *dev, void *data,
> dev->mode_config.max_width,
> dev->mode_config.max_height);
> else
> - drm_dbg_kms(dev, "User-space requested a forced probe on [CONNECTOR:%d:%s] but is not the DRM master, demoting to read-only probe",
> + drm_dbg_kms(dev,
> + "User-space requested a forced probe on [CONNECTOR:%d:%s] "
> + "but is not the DRM master, demoting to read-only probe\n",
> connector->base.id, connector->name);
I'm fine with the general idea behind this patch, but we shouldn't break
the message itself.
See https://www.kernel.org/doc/html/latest/process/coding-style.html#breaking-long-lines-and-strings
Maxime
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [Intel-gfx] [PATCH v3 4/5] drm/vc4: add trailing newlines to drm_dbg msgs
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 4/5] drm/vc4: " Jim Cromie
@ 2023-09-07 6:51 ` Maxime Ripard
0 siblings, 0 replies; 13+ messages in thread
From: Maxime Ripard @ 2023-09-07 6:51 UTC (permalink / raw)
To: Jim Cromie
Cc: Maxime Ripard, Emma Anholt, jani.nikula, daniel.vetter, intel-gfx,
linux-kernel, dri-devel, seanpaul, amd-gfx, daniel, David Airlie,
intel-gvt-dev
On Wed, 6 Sep 2023 13:02:22 -0600, Jim Cromie wrote:
> By at least strong convention, a print-buffer's trailing newline says
> "message complete, send it". The exception (no TNL, followed by a call
> to pr_cont) proves the general rule.
>
> Most DRM.debug calls already comport with this: 207 DRM_DEV_DEBUG,
>
> [ ... ]
Acked-by: Maxime Ripard <mripard@kernel.org>
Thanks!
Maxime
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2023-09-07 6:52 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06 19:02 [Intel-gfx] [PATCH v3 0/5] drm/drm_dbg: add trailing newlines where missing Jim Cromie
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 1/5] drm/connector: add trailing newlines to drm_dbg msgs Jim Cromie
2023-09-07 6:51 ` Maxime Ripard
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 2/5] drm/kmb: " Jim Cromie
2023-09-07 0:12 ` Chrisanthus, Anitha
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 3/5] drm/msm: " Jim Cromie
2023-09-06 20:29 ` Abhinav Kumar
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 4/5] drm/vc4: " Jim Cromie
2023-09-07 6:51 ` Maxime Ripard
2023-09-06 19:02 ` [Intel-gfx] [PATCH v3 5/5] drm/Makefile: use correct ccflags-y syntax Jim Cromie
2023-09-06 21:55 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/drm_dbg: add trailing newlines where missing Patchwork
2023-09-06 22:12 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-09-07 0:03 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox