[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Convert i9xx_pipe_crc_auto_source to void

2023-01-14 Thread Patchwork
== 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 =

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gvt: Remove extra semicolon

2023-01-14 Thread Patchwork
== 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

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Convert i9xx_pipe_crc_auto_source to void

2023-01-14 Thread Patchwork
== 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

[Intel-gfx] [PATCH] drm/i915/gvt: Remove extra semicolon

2023-01-14 Thread Deepak R Varma
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

[Intel-gfx] [PATCH] drm/i915/display: Convert i9xx_pipe_crc_auto_source to void

2023-01-14 Thread Deepak R Varma
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/

[Intel-gfx] ✓ Fi.CI.IGT: success for vfio: fix potential deadlock on vfio group lock (rev3)

2023-01-14 Thread Patchwork
== 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