All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HAX drm/i915: Disable CSR (DMC) for Kabylake
@ 2017-10-12 10:18 Chris Wilson
  2017-10-12 11:10 ` ✗ Fi.CI.BAT: failure for " Patchwork
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Chris Wilson @ 2017-10-12 10:18 UTC (permalink / raw)
  To: intel-gfx

---
 drivers/gpu/drm/i915/i915_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index 1644ab6efe8c..4b1973e03082 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -529,6 +529,7 @@ static const struct intel_device_info intel_geminilake_info __initconst = {
 #define KBL_PLATFORM \
 	GEN9_FEATURES, \
 	.gen = 9, \
+	.has_csr = false, \
 	.platform = INTEL_KABYLAKE
 
 static const struct intel_device_info intel_kabylake_gt1_info __initconst = {
-- 
2.15.0.rc0

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

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

end of thread, other threads:[~2017-10-20 15:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-12 10:18 [PATCH] HAX drm/i915: Disable CSR (DMC) for Kabylake Chris Wilson
2017-10-12 11:10 ` ✗ Fi.CI.BAT: failure for " Patchwork
2017-10-12 15:49 ` ✓ Fi.CI.IGT: success " Patchwork
2017-10-12 15:54   ` Chris Wilson
2017-10-12 18:04 ` [PATCH] " Rodrigo Vivi
2017-10-12 19:43   ` Chris Wilson
2017-10-12 20:55     ` Rodrigo Vivi
2017-10-12 21:07       ` Chris Wilson
2017-10-20 11:33 ` ✗ Fi.CI.BAT: warning for " Patchwork
2017-10-20 13:39 ` ✓ Fi.CI.IGT: success " Patchwork
2017-10-20 14:31 ` ✗ Fi.CI.BAT: failure " Patchwork
2017-10-20 15:59 ` ✓ Fi.CI.IGT: success " Patchwork

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.