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

* ✓ Fi.CI.BAT: success for drm/i915: DMC 1.02 for Kabylake
  2017-02-03 18:56 [PATCH] drm/i915: DMC 1.02 for Kabylake Rodrigo Vivi
@ 2017-02-03 20:26 ` Patchwork
  2017-02-10 11:57   ` Ander Conselvan De Oliveira
  2017-02-15 17:00 ` [PATCH] " Ander Conselvan De Oliveira
  1 sibling, 1 reply; 5+ messages in thread
From: Patchwork @ 2017-02-03 20:26 UTC (permalink / raw)
  To: Rodrigo Vivi; +Cc: intel-gfx

== Series Details ==

Series: drm/i915: DMC 1.02 for Kabylake
URL   : https://patchwork.freedesktop.org/series/19080/
State : success

== Summary ==

Series 19080v1 drm/i915: DMC 1.02 for Kabylake
https://patchwork.freedesktop.org/api/1.0/series/19080/revisions/1/mbox/


fi-bsw-n3050     total:252  pass:213  dwarn:0   dfail:0   fail:0   skip:39 
fi-bxt-j4205     total:252  pass:230  dwarn:0   dfail:0   fail:0   skip:22 
fi-bxt-t5700     total:83   pass:70   dwarn:0   dfail:0   fail:0   skip:12 
fi-byt-j1900     total:252  pass:225  dwarn:0   dfail:0   fail:0   skip:27 
fi-byt-n2820     total:252  pass:221  dwarn:0   dfail:0   fail:0   skip:31 
fi-hsw-4770      total:252  pass:233  dwarn:0   dfail:0   fail:0   skip:19 
fi-hsw-4770r     total:252  pass:233  dwarn:0   dfail:0   fail:0   skip:19 
fi-ilk-650       total:14   pass:13   dwarn:0   dfail:0   fail:0   skip:0  
fi-ivb-3520m     total:252  pass:231  dwarn:0   dfail:0   fail:0   skip:21 
fi-ivb-3770      total:252  pass:231  dwarn:0   dfail:0   fail:0   skip:21 
fi-kbl-7500u     total:252  pass:229  dwarn:0   dfail:0   fail:2   skip:21 
fi-skl-6260u     total:252  pass:239  dwarn:0   dfail:0   fail:0   skip:13 
fi-skl-6700hq    total:252  pass:232  dwarn:0   dfail:0   fail:0   skip:20 
fi-skl-6700k     total:252  pass:227  dwarn:4   dfail:0   fail:0   skip:21 
fi-skl-6770hq    total:252  pass:239  dwarn:0   dfail:0   fail:0   skip:13 
fi-snb-2520m     total:252  pass:221  dwarn:0   dfail:0   fail:0   skip:31 
fi-snb-2600      total:252  pass:220  dwarn:0   dfail:0   fail:0   skip:32 
fi-bdw-5557u failed to collect. IGT log at Patchwork_3698/fi-bdw-5557u/igt.log

7d165238a46e6376f77bad1f7f54879bb414cb23 drm-tip: 2017y-02m-03d-17h-56m-24s UTC integration manifest
bc71bf5 drm/i915: DMC 1.02 for Kabylake

== Logs ==

For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_3698/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: ✓ Fi.CI.BAT: success for drm/i915: DMC 1.02 for Kabylake
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Ander Conselvan De Oliveira @ 2017-02-10 11:57 UTC (permalink / raw)
  To: intel-gfx, Rodrigo Vivi, Sarvela, Tomi P

Seems like neither of the versions of DMC are being tested by CI.

[1]:

[    3.466858] [drm:intel_csr_ucode_init [i915]] Loading i915/kbl_dmc_ver1_02.bin
[    3.467169] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_02.bin failed with error -2
[    3.467189] i915 0000:00:02.0: Failed to load DMC firmware [https://01.org/linuxgraphics/intel-linux-graphics-firmwares], disabling runtime power management.

[2]:

[    3.493700] [drm:intel_csr_ucode_init [i915]] Loading i915/kbl_dmc_ver1_01.bin
[    3.494289] i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_01.bin failed with error -2
[    3.494326] i915 0000:00:02.0: Failed to load DMC firmware [https://01.org/linuxgraphics/intel-linux-graphics-firmwares], disabling runtime power management.

[1] https://intel-gfx-ci.01.org/CI/Patchwork_3698/fi-kbl-7500u/dmesg-before.log
[2] https://intel-gfx-ci.01.org/CI/CI_DRM_2148/fi-kbl-7500u/dmesg-before.log

On Fri, 2017-02-03 at 20:26 +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/i915: DMC 1.02 for Kabylake
> URL   : https://patchwork.freedesktop.org/series/19080/
> State : success
> 
> == Summary ==
> 
> Series 19080v1 drm/i915: DMC 1.02 for Kabylake
> https://patchwork.freedesktop.org/api/1.0/series/19080/revisions/1/mbox/
> 
> 
> fi-bsw-n3050     total:252  pass:213  dwarn:0   dfail:0   fail:0   skip:39 
> fi-bxt-j4205     total:252  pass:230  dwarn:0   dfail:0   fail:0   skip:22 
> fi-bxt-t5700     total:83   pass:70   dwarn:0   dfail:0   fail:0   skip:12 
> fi-byt-j1900     total:252  pass:225  dwarn:0   dfail:0   fail:0   skip:27 
> fi-byt-n2820     total:252  pass:221  dwarn:0   dfail:0   fail:0   skip:31 
> fi-hsw-4770      total:252  pass:233  dwarn:0   dfail:0   fail:0   skip:19 
> fi-hsw-4770r     total:252  pass:233  dwarn:0   dfail:0   fail:0   skip:19 
> fi-ilk-650       total:14   pass:13   dwarn:0   dfail:0   fail:0   skip:0  
> fi-ivb-3520m     total:252  pass:231  dwarn:0   dfail:0   fail:0   skip:21 
> fi-ivb-3770      total:252  pass:231  dwarn:0   dfail:0   fail:0   skip:21 
> fi-kbl-7500u     total:252  pass:229  dwarn:0   dfail:0   fail:2   skip:21 
> fi-skl-6260u     total:252  pass:239  dwarn:0   dfail:0   fail:0   skip:13 
> fi-skl-6700hq    total:252  pass:232  dwarn:0   dfail:0   fail:0   skip:20 
> fi-skl-6700k     total:252  pass:227  dwarn:4   dfail:0   fail:0   skip:21 
> fi-skl-6770hq    total:252  pass:239  dwarn:0   dfail:0   fail:0   skip:13 
> fi-snb-2520m     total:252  pass:221  dwarn:0   dfail:0   fail:0   skip:31 
> fi-snb-2600      total:252  pass:220  dwarn:0   dfail:0   fail:0   skip:32 
> fi-bdw-5557u failed to collect. IGT log at Patchwork_3698/fi-bdw-5557u/igt.log
> 
> 7d165238a46e6376f77bad1f7f54879bb414cb23 drm-tip: 2017y-02m-03d-17h-56m-24s
> UTC integration manifest
> bc71bf5 drm/i915: DMC 1.02 for Kabylake
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/CI/Patchwork_3698/
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: ✓ Fi.CI.BAT: success for drm/i915: DMC 1.02 for Kabylake
  2017-02-10 11:57   ` Ander Conselvan De Oliveira
@ 2017-02-10 12:06     ` Tomi Sarvela
  0 siblings, 0 replies; 5+ messages in thread
From: Tomi Sarvela @ 2017-02-10 12:06 UTC (permalink / raw)
  To: Ander Conselvan De Oliveira; +Cc: intel-gfx, Rodrigo Vivi

On Friday, 10 February 2017 13:57:47 EET Ander Conselvan De Oliveira 
wrote:
> Seems like neither of the versions of DMC are being tested by CI.

Added kbl_dmc_ver1_01.bin to fi-kbl-7500u.

Can't see kbl_dmc_ver1_02 in the firmware repo.

Tomi


> 
> [1]:
> 
> [    3.466858] [drm:intel_csr_ucode_init [i915]] Loading
> i915/kbl_dmc_ver1_02.bin [    3.467169] i915 0000:00:02.0: Direct
> firmware load for i915/kbl_dmc_ver1_02.bin failed with error -2
> [    3.467189] i915 0000:00:02.0: Failed to load DMC firmware
> [https://01.org/linuxgraphics/intel-linux-graphics-firmwares],
> disabling runtime power management.
> 
> [2]:
> 
> [    3.493700] [drm:intel_csr_ucode_init [i915]] Loading
> i915/kbl_dmc_ver1_01.bin [    3.494289] i915 0000:00:02.0: Direct
> firmware load for i915/kbl_dmc_ver1_01.bin failed with error -2 [  
>  3.494326] i915 0000:00:02.0: Failed to load DMC firmware
> [https://01.org/linuxgraphics/intel-linux-graphics-firmwares],
> disabling runtime power management.


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

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

* Re: [PATCH] drm/i915: DMC 1.02 for Kabylake
  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-15 17:00 ` Ander Conselvan De Oliveira
  1 sibling, 0 replies; 5+ messages in thread
From: Ander Conselvan De Oliveira @ 2017-02-15 17:00 UTC (permalink / raw)
  To: Rodrigo Vivi, intel-gfx

On Fri, 2017-02-03 at 10:56 -0800, Rodrigo Vivi wrote:
> 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>

Patch looks correct. I understand this needs a tested-by from QA and the new
firmware needs to submitted to linux-firmware, but feel free to use 

Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com>

when those things are done.

Ander

> ---
>  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);
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[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.