All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: DMC 1.02 for Kabylake
@ 2017-02-03 18:56 Rodrigo Vivi
  2017-02-03 20:26 ` ✓ Fi.CI.BAT: success for " Patchwork
  2017-02-15 17:00 ` [PATCH] " Ander Conselvan De Oliveira
  0 siblings, 2 replies; 5+ messages in thread
From: Rodrigo Vivi @ 2017-02-03 18:56 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

There is a new version of DMC available for Kabylake.

It's release notes only mention:

- Fix for glitch in AUX

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/i915/intel_csr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index d9d2ef4..57965f6 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -38,9 +38,9 @@
 MODULE_FIRMWARE(I915_CSR_GLK);
 #define GLK_CSR_VERSION_REQUIRED	CSR_VERSION(1, 1)
 
-#define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
+#define I915_CSR_KBL "i915/kbl_dmc_ver1_02.bin"
 MODULE_FIRMWARE(I915_CSR_KBL);
-#define KBL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 1)
+#define KBL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 2)
 
 #define I915_CSR_SKL "i915/skl_dmc_ver1_26.bin"
 MODULE_FIRMWARE(I915_CSR_SKL);
-- 
1.9.1

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

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

end of thread, other threads:[~2017-02-15 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-03 18:56 [PATCH] drm/i915: DMC 1.02 for Kabylake Rodrigo Vivi
2017-02-03 20:26 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-02-10 11:57   ` Ander Conselvan De Oliveira
2017-02-10 12:06     ` Tomi Sarvela
2017-02-15 17:00 ` [PATCH] " Ander Conselvan De Oliveira

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.