[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Fix incorrect virtual PCH_NONE/PCH_NOP assignment

2018-05-27 Thread Patchwork
== Series Details == Series: drm/i915: Fix incorrect virtual PCH_NONE/PCH_NOP assignment URL : https://patchwork.freedesktop.org/series/43833/ State : success == Summary == = CI Bug Log - changes from CI_DRM_4247_full -> Patchwork_9133_full = == Summary - WARNING == Minor unknown changes c

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Fix incorrect virtual PCH_NONE/PCH_NOP assignment

2018-05-27 Thread Patchwork
== Series Details == Series: drm/i915: Fix incorrect virtual PCH_NONE/PCH_NOP assignment URL : https://patchwork.freedesktop.org/series/43833/ State : success == Summary == = CI Bug Log - changes from CI_DRM_4247 -> Patchwork_9133 = == Summary - SUCCESS == No regressions found. External

[Intel-gfx] [PATCH 2/2] drm/i915: Assign PCH_NONE for BXT in virtualization

2018-05-27 Thread colin . xu
From: Colin Xu On BXT platform, guest kernel request PCH_NONE to initialize display correctly. Signed-off-by: Colin Xu --- drivers/gpu/drm/i915/i915_drv.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 637ba86104b

[Intel-gfx] [PATCH 0/2] drm/i915: Fix incorrect virtual PCH_NONE/PCH_NOP assignment

2018-05-27 Thread colin . xu
From: Colin Xu In recent virtual PCH detection refactoring patch, virtual pch id is guessed and sanity checked from dev_priv. However, on platform that has no PCH like BXT, the guessing is wrong by mixing up PCH_NONE with PCH_NOP. The patch set handles such situation so that correct virtual PCH_N

[Intel-gfx] [PATCH 1/2] drm/i915: Update virtual PCH in single function

2018-05-27 Thread colin . xu
From: Colin Xu The existing way to update virtual PCH will return wrong PCH type in case the host doesn't have PCH: - intel_virt_detect_pch returns guessed PCH id 0 - id 0 maps to PCH_NOP. >> should be PCH_NONE. Since PCH_NONE and PCH_NOP are different types, mixing them up will break vbt ini

Re: [Intel-gfx] [PATCH] drm/i915: Special case kernel_context switch request

2018-05-27 Thread kbuild test robot
Hi Mika, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20180517] [cannot apply to drm-intel/for-linux-next v4.17-rc6 v4.17-rc5 v4.17-rc4 v4.17-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: ht