All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/aml: Allow SPT PCH for all AML devices
@ 2019-10-17 19:42 James Ausmus
  2019-10-17 22:32 ` Lyude Paul
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: James Ausmus @ 2019-10-17 19:42 UTC (permalink / raw)
  To: intel-gfx

Even the AML devices that behave like CFLs can be paired with an SPT
PCH. Allow this to happen without blowing up dmesg.

BSpec: 33665

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112013
Cc: Quanxian Wang <quanxian.wang@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: James Ausmus <james.ausmus@intel.com>
---
 drivers/gpu/drm/i915/intel_pch.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_pch.c b/drivers/gpu/drm/i915/intel_pch.c
index 1035d3d46fd8..bb1cb6f12a50 100644
--- a/drivers/gpu/drm/i915/intel_pch.c
+++ b/drivers/gpu/drm/i915/intel_pch.c
@@ -52,7 +52,8 @@ intel_pch_type(const struct drm_i915_private *dev_priv, unsigned short id)
 		return PCH_SPT;
 	case INTEL_PCH_SPT_LP_DEVICE_ID_TYPE:
 		DRM_DEBUG_KMS("Found SunrisePoint LP PCH\n");
-		WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv));
+		WARN_ON(!IS_SKYLAKE(dev_priv) && !IS_KABYLAKE(dev_priv) &&
+			!IS_COFFEELAKE(dev_priv));
 		return PCH_SPT;
 	case INTEL_PCH_KBP_DEVICE_ID_TYPE:
 		DRM_DEBUG_KMS("Found Kaby Lake PCH (KBP)\n");
-- 
2.23.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-10-22 15:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 19:42 [PATCH] drm/i915/aml: Allow SPT PCH for all AML devices James Ausmus
2019-10-17 22:32 ` Lyude Paul
2019-10-18  1:00 ` ✗ Fi.CI.BAT: failure for " Patchwork
2019-10-18  1:19   ` James Ausmus
2019-10-18  4:40     ` Saarinen, Jani
2019-10-18  3:33 ` ✓ Fi.CI.BAT: success for drm/i915/aml: Allow SPT PCH for all AML devices (rev2) Patchwork
2019-10-18  4:43   ` Saarinen, Jani
2019-10-18  8:20 ` ✓ Fi.CI.IGT: " Patchwork
2019-10-21 16:59   ` James Ausmus
2019-10-22 15:17     ` Matt Roper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.