== Series Details ==
Series: drm/i915/display: Convert i9xx_pipe_crc_auto_source to void
URL : https://patchwork.freedesktop.org/series/112833/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_12585_full -> Patchwork_112833v1_full
=
== Series Details ==
Series: drm/i915/gvt: Remove extra semicolon
URL : https://patchwork.freedesktop.org/series/112838/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_12585 -> Patchwork_112838v1
Summary
---
**FAILURE
== Series Details ==
Series: drm/i915/display: Convert i9xx_pipe_crc_auto_source to void
URL : https://patchwork.freedesktop.org/series/112833/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_12585 -> Patchwork_112833v1
Summa
Remove the extra semicolon at end. Issue identified using
semicolon.cocci Coccinelle semantic patch.
Signed-off-by: Deepak R Varma
---
drivers/gpu/drm/i915/gvt/vgpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/gvt/vgpu.c b/drivers/gpu/drm/i915/gvt/vg
Convert function i9xx_pipe_crc_auto_source() to return void instead
of int since the current implementation always returns 0 to the caller.
Issue identified using returnvar Coccinelle semantic patch.
Signed-off-by: Deepak R Varma
---
Please note: The change is compile tested only.
drivers/gpu/
== Series Details ==
Series: vfio: fix potential deadlock on vfio group lock (rev3)
URL : https://patchwork.freedesktop.org/series/112759/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_12585_full -> Patchwork_112759v3_full