All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i915/CNL/DMC: Update the DMC version on CNL
@ 2017-10-03 17:32 Anusha Srivatsa
  2017-10-03 17:36 ` Rodrigo Vivi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Anusha Srivatsa @ 2017-10-03 17:32 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

The latest version of CNL DMC is 1.06.
Update the version so as to load the
latest firmware.

According to Release Notes, this version
fixes some DDI and AUX related issues.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@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 965988f..bf7bdbe 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -37,8 +37,8 @@
 #define I915_CSR_GLK "i915/glk_dmc_ver1_04.bin"
 #define GLK_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
 
-#define I915_CSR_CNL "i915/cnl_dmc_ver1_04.bin"
-#define CNL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
+#define I915_CSR_CNL "i915/cnl_dmc_ver1_06.bin"
+#define CNL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 6)
 
 #define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
 MODULE_FIRMWARE(I915_CSR_KBL);
-- 
2.7.4

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

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

* Re: [PATCH] i915/CNL/DMC: Update the DMC version on CNL
  2017-10-03 17:32 [PATCH] i915/CNL/DMC: Update the DMC version on CNL Anusha Srivatsa
@ 2017-10-03 17:36 ` Rodrigo Vivi
  2017-10-03 17:46   ` Srivatsa, Anusha
  2017-10-03 18:01 ` ✗ Fi.CI.BAT: failure for " Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Rodrigo Vivi @ 2017-10-03 17:36 UTC (permalink / raw)
  To: Anusha Srivatsa; +Cc: intel-gfx


Please use prefix like: "drm/i915/cnl:".
dmr is needed and dmc is not necessary.

On Tue, Oct 03, 2017 at 05:32:12PM +0000, Anusha Srivatsa wrote:
> The latest version of CNL DMC is 1.06.
> Update the version so as to load the
> latest firmware.
> 
> According to Release Notes, this version
> fixes some DDI and AUX related issues.

Could we paste the release notes directly?

Thanks
Rodrigo.

> 
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@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 965988f..bf7bdbe 100644
> --- a/drivers/gpu/drm/i915/intel_csr.c
> +++ b/drivers/gpu/drm/i915/intel_csr.c
> @@ -37,8 +37,8 @@
>  #define I915_CSR_GLK "i915/glk_dmc_ver1_04.bin"
>  #define GLK_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
>  
> -#define I915_CSR_CNL "i915/cnl_dmc_ver1_04.bin"
> -#define CNL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
> +#define I915_CSR_CNL "i915/cnl_dmc_ver1_06.bin"
> +#define CNL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 6)
>  
>  #define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
>  MODULE_FIRMWARE(I915_CSR_KBL);
> -- 
> 2.7.4
> 
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] i915/CNL/DMC: Update the DMC version on CNL
  2017-10-03 17:36 ` Rodrigo Vivi
@ 2017-10-03 17:46   ` Srivatsa, Anusha
  0 siblings, 0 replies; 8+ messages in thread
From: Srivatsa, Anusha @ 2017-10-03 17:46 UTC (permalink / raw)
  To: Vivi, Rodrigo; +Cc: intel-gfx



>-----Original Message-----
>From: Vivi, Rodrigo
>Sent: Tuesday, October 3, 2017 10:37 AM
>To: Srivatsa, Anusha <anusha.srivatsa@intel.com>
>Cc: intel-gfx@lists.freedesktop.org
>Subject: Re: [PATCH] i915/CNL/DMC: Update the DMC version on CNL
>
>
>Please use prefix like: "drm/i915/cnl:".
>dmr is needed and dmc is not necessary.

Sure.

>On Tue, Oct 03, 2017 at 05:32:12PM +0000, Anusha Srivatsa wrote:
>> The latest version of CNL DMC is 1.06.
>> Update the version so as to load the
>> latest firmware.
>>
>> According to Release Notes, this version fixes some DDI and AUX
>> related issues.
>
>Could we paste the release notes directly?
Sure. Release Notes is "DDI and AUX  IO related fix". Which is  pretty much the  same as the commit message.
:-p

>Thanks
>Rodrigo.
>
>>
>> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@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 965988f..bf7bdbe 100644
>> --- a/drivers/gpu/drm/i915/intel_csr.c
>> +++ b/drivers/gpu/drm/i915/intel_csr.c
>> @@ -37,8 +37,8 @@
>>  #define I915_CSR_GLK "i915/glk_dmc_ver1_04.bin"
>>  #define GLK_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
>>
>> -#define I915_CSR_CNL "i915/cnl_dmc_ver1_04.bin"
>> -#define CNL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
>> +#define I915_CSR_CNL "i915/cnl_dmc_ver1_06.bin"
>> +#define CNL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 6)
>>
>>  #define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
>>  MODULE_FIRMWARE(I915_CSR_KBL);
>> --
>> 2.7.4
>>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✗ Fi.CI.BAT: failure for i915/CNL/DMC: Update the DMC version on CNL
  2017-10-03 17:32 [PATCH] i915/CNL/DMC: Update the DMC version on CNL Anusha Srivatsa
  2017-10-03 17:36 ` Rodrigo Vivi
@ 2017-10-03 18:01 ` Patchwork
  2017-10-03 18:06   ` Rodrigo Vivi
  2017-10-04 13:02 ` [PATCH] " Jani Nikula
  2017-10-24 22:31 ` ✗ Fi.CI.BAT: warning for " Patchwork
  3 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2017-10-03 18:01 UTC (permalink / raw)
  To: Srivatsa, Anusha; +Cc: intel-gfx

== Series Details ==

Series: i915/CNL/DMC: Update the DMC version on CNL
URL   : https://patchwork.freedesktop.org/series/31344/
State : failure

== Summary ==

Series 31344v1 i915/CNL/DMC: Update the DMC version on CNL
https://patchwork.freedesktop.org/api/1.0/series/31344/revisions/1/mbox/

Test gem_exec_suspend:
        Subgroup basic-s3:
                dmesg-warn -> PASS       (fi-cnl-y) fdo#103070
Test pm_rpm:
        Subgroup basic-pci-d3-state:
                pass       -> FAIL       (fi-cnl-y)
        Subgroup basic-rte:
                pass       -> FAIL       (fi-cnl-y)

fdo#103070 https://bugs.freedesktop.org/show_bug.cgi?id=103070

fi-bdw-5557u     total:289  pass:268  dwarn:0   dfail:0   fail:0   skip:21  time:450s
fi-bdw-gvtdvm    total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24  time:478s
fi-blb-e6850     total:289  pass:224  dwarn:1   dfail:0   fail:0   skip:64  time:393s
fi-bsw-n3050     total:289  pass:243  dwarn:0   dfail:0   fail:0   skip:46  time:572s
fi-bwr-2160      total:289  pass:184  dwarn:0   dfail:0   fail:0   skip:105 time:293s
fi-bxt-dsi       total:289  pass:259  dwarn:0   dfail:0   fail:0   skip:30  time:532s
fi-bxt-j4205     total:289  pass:260  dwarn:0   dfail:0   fail:0   skip:29  time:538s
fi-byt-j1900     total:289  pass:254  dwarn:1   dfail:0   fail:0   skip:34  time:557s
fi-byt-n2820     total:289  pass:250  dwarn:1   dfail:0   fail:0   skip:38  time:539s
fi-cfl-s         total:289  pass:256  dwarn:1   dfail:0   fail:0   skip:32  time:555s
fi-cnl-y         total:289  pass:260  dwarn:0   dfail:0   fail:2   skip:27  time:659s
fi-elk-e7500     total:289  pass:230  dwarn:0   dfail:0   fail:0   skip:59  time:440s
fi-glk-1         total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:595s
fi-hsw-4770      total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26  time:442s
fi-hsw-4770r     total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26  time:429s
fi-ilk-650       total:289  pass:229  dwarn:0   dfail:0   fail:0   skip:60  time:462s
fi-ivb-3520m     total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:512s
fi-ivb-3770      total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:476s
fi-kbl-7500u     total:289  pass:264  dwarn:1   dfail:0   fail:0   skip:24  time:511s
fi-kbl-7560u     total:289  pass:270  dwarn:0   dfail:0   fail:0   skip:19  time:586s
fi-kbl-7567u     total:289  pass:265  dwarn:4   dfail:0   fail:0   skip:20  time:484s
fi-kbl-r         total:289  pass:262  dwarn:0   dfail:0   fail:0   skip:27  time:590s
fi-pnv-d510      total:289  pass:223  dwarn:1   dfail:0   fail:0   skip:65  time:662s
fi-skl-6260u     total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:476s
fi-skl-6700k     total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24  time:544s
fi-skl-6770hq    total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:588s
fi-skl-gvtdvm    total:289  pass:266  dwarn:0   dfail:0   fail:0   skip:23  time:475s
fi-snb-2520m     total:289  pass:251  dwarn:0   dfail:0   fail:0   skip:38  time:590s
fi-snb-2600      total:289  pass:250  dwarn:0   dfail:0   fail:0   skip:39  time:437s

e7187e87bb3b5ca43194f86d096b9cf974cc54d7 drm-tip: 2017y-10m-03d-16h-09m-59s UTC integration manifest
18316009984d i915/CNL/DMC: Update the DMC version on CNL

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_5883/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: ✗ Fi.CI.BAT:  failure for i915/CNL/DMC: Update the DMC version on CNL
  2017-10-03 18:01 ` ✗ Fi.CI.BAT: failure for " Patchwork
@ 2017-10-03 18:06   ` Rodrigo Vivi
  2017-10-03 18:17     ` Saarinen, Jani
  0 siblings, 1 reply; 8+ messages in thread
From: Rodrigo Vivi @ 2017-10-03 18:06 UTC (permalink / raw)
  To: intel-gfx

On Tue, Oct 03, 2017 at 06:01:30PM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: i915/CNL/DMC: Update the DMC version on CNL
> URL   : https://patchwork.freedesktop.org/series/31344/
> State : failure
> 
> == Summary ==
> 
> Series 31344v1 i915/CNL/DMC: Update the DMC version on CNL
> https://patchwork.freedesktop.org/api/1.0/series/31344/revisions/1/mbox/
> 
> Test gem_exec_suspend:
>         Subgroup basic-s3:
>                 dmesg-warn -> PASS       (fi-cnl-y) fdo#103070
> Test pm_rpm:
>         Subgroup basic-pci-d3-state:
>                 pass       -> FAIL       (fi-cnl-y)
>         Subgroup basic-rte:
>                 pass       -> FAIL       (fi-cnl-y)

This is caused by the lack of dmc 1.06 on CI.

We need to adjust our process to have the firmware available on CI
before sending the patches. Otherwise the full IGT tests will never
be tested on the firmware.

> 
> fdo#103070 https://bugs.freedesktop.org/show_bug.cgi?id=103070
> 
> fi-bdw-5557u     total:289  pass:268  dwarn:0   dfail:0   fail:0   skip:21  time:450s
> fi-bdw-gvtdvm    total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24  time:478s
> fi-blb-e6850     total:289  pass:224  dwarn:1   dfail:0   fail:0   skip:64  time:393s
> fi-bsw-n3050     total:289  pass:243  dwarn:0   dfail:0   fail:0   skip:46  time:572s
> fi-bwr-2160      total:289  pass:184  dwarn:0   dfail:0   fail:0   skip:105 time:293s
> fi-bxt-dsi       total:289  pass:259  dwarn:0   dfail:0   fail:0   skip:30  time:532s
> fi-bxt-j4205     total:289  pass:260  dwarn:0   dfail:0   fail:0   skip:29  time:538s
> fi-byt-j1900     total:289  pass:254  dwarn:1   dfail:0   fail:0   skip:34  time:557s
> fi-byt-n2820     total:289  pass:250  dwarn:1   dfail:0   fail:0   skip:38  time:539s
> fi-cfl-s         total:289  pass:256  dwarn:1   dfail:0   fail:0   skip:32  time:555s
> fi-cnl-y         total:289  pass:260  dwarn:0   dfail:0   fail:2   skip:27  time:659s
> fi-elk-e7500     total:289  pass:230  dwarn:0   dfail:0   fail:0   skip:59  time:440s
> fi-glk-1         total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:595s
> fi-hsw-4770      total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26  time:442s
> fi-hsw-4770r     total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26  time:429s
> fi-ilk-650       total:289  pass:229  dwarn:0   dfail:0   fail:0   skip:60  time:462s
> fi-ivb-3520m     total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:512s
> fi-ivb-3770      total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:476s
> fi-kbl-7500u     total:289  pass:264  dwarn:1   dfail:0   fail:0   skip:24  time:511s
> fi-kbl-7560u     total:289  pass:270  dwarn:0   dfail:0   fail:0   skip:19  time:586s
> fi-kbl-7567u     total:289  pass:265  dwarn:4   dfail:0   fail:0   skip:20  time:484s
> fi-kbl-r         total:289  pass:262  dwarn:0   dfail:0   fail:0   skip:27  time:590s
> fi-pnv-d510      total:289  pass:223  dwarn:1   dfail:0   fail:0   skip:65  time:662s
> fi-skl-6260u     total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:476s
> fi-skl-6700k     total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24  time:544s
> fi-skl-6770hq    total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:588s
> fi-skl-gvtdvm    total:289  pass:266  dwarn:0   dfail:0   fail:0   skip:23  time:475s
> fi-snb-2520m     total:289  pass:251  dwarn:0   dfail:0   fail:0   skip:38  time:590s
> fi-snb-2600      total:289  pass:250  dwarn:0   dfail:0   fail:0   skip:39  time:437s
> 
> e7187e87bb3b5ca43194f86d096b9cf974cc54d7 drm-tip: 2017y-10m-03d-16h-09m-59s UTC integration manifest
> 18316009984d i915/CNL/DMC: Update the DMC version on CNL
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_5883/
> _______________________________________________
> 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] 8+ messages in thread

* Re: ✗ Fi.CI.BAT: failure for i915/CNL/DMC: Update the DMC version on CNL
  2017-10-03 18:06   ` Rodrigo Vivi
@ 2017-10-03 18:17     ` Saarinen, Jani
  0 siblings, 0 replies; 8+ messages in thread
From: Saarinen, Jani @ 2017-10-03 18:17 UTC (permalink / raw)
  To: Vivi, Rodrigo, intel-gfx

HI, 
> -----Original Message-----
> From: Vivi, Rodrigo
> Sent: tiistai 3. lokakuuta 2017 21.07
> To: intel-gfx@lists.freedesktop.org
> Cc: Srivatsa, Anusha <anusha.srivatsa@intel.com>; Saarinen, Jani
> <jani.saarinen@intel.com>
> Subject: Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for i915/CNL/DMC: Update the
> DMC version on CNL
> 
> On Tue, Oct 03, 2017 at 06:01:30PM +0000, Patchwork wrote:
> > == Series Details ==
> >
> > Series: i915/CNL/DMC: Update the DMC version on CNL
> > URL   : https://patchwork.freedesktop.org/series/31344/
> > State : failure
> >
> > == Summary ==
> >
> > Series 31344v1 i915/CNL/DMC: Update the DMC version on CNL
> > https://patchwork.freedesktop.org/api/1.0/series/31344/revisions/1/mbo
> > x/
> >
> > Test gem_exec_suspend:
> >         Subgroup basic-s3:
> >                 dmesg-warn -> PASS       (fi-cnl-y) fdo#103070
> > Test pm_rpm:
> >         Subgroup basic-pci-d3-state:
> >                 pass       -> FAIL       (fi-cnl-y)
> >         Subgroup basic-rte:
> >                 pass       -> FAIL       (fi-cnl-y)
> 
> This is caused by the lack of dmc 1.06 on CI.
> 
> We need to adjust our process to have the firmware available on CI before
> sending the patches. Otherwise the full IGT tests will never be tested on the
> firmware.
Yep, now added and re-run series to see.

> 
> >
> > fdo#103070 https://bugs.freedesktop.org/show_bug.cgi?id=103070
> >
> > fi-bdw-5557u     total:289  pass:268  dwarn:0   dfail:0   fail:0   skip:21
> time:450s
> > fi-bdw-gvtdvm    total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24
> time:478s
> > fi-blb-e6850     total:289  pass:224  dwarn:1   dfail:0   fail:0   skip:64
> time:393s
> > fi-bsw-n3050     total:289  pass:243  dwarn:0   dfail:0   fail:0   skip:46
> time:572s
> > fi-bwr-2160      total:289  pass:184  dwarn:0   dfail:0   fail:0   skip:105
> time:293s
> > fi-bxt-dsi       total:289  pass:259  dwarn:0   dfail:0   fail:0   skip:30  time:532s
> > fi-bxt-j4205     total:289  pass:260  dwarn:0   dfail:0   fail:0   skip:29
> time:538s
> > fi-byt-j1900     total:289  pass:254  dwarn:1   dfail:0   fail:0   skip:34
> time:557s
> > fi-byt-n2820     total:289  pass:250  dwarn:1   dfail:0   fail:0   skip:38
> time:539s
> > fi-cfl-s         total:289  pass:256  dwarn:1   dfail:0   fail:0   skip:32  time:555s
> > fi-cnl-y         total:289  pass:260  dwarn:0   dfail:0   fail:2   skip:27  time:659s
> > fi-elk-e7500     total:289  pass:230  dwarn:0   dfail:0   fail:0   skip:59
> time:440s
> > fi-glk-1         total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:595s
> > fi-hsw-4770      total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26
> time:442s
> > fi-hsw-4770r     total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26
> time:429s
> > fi-ilk-650       total:289  pass:229  dwarn:0   dfail:0   fail:0   skip:60  time:462s
> > fi-ivb-3520m     total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28
> time:512s
> > fi-ivb-3770      total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28
> time:476s
> > fi-kbl-7500u     total:289  pass:264  dwarn:1   dfail:0   fail:0   skip:24
> time:511s
> > fi-kbl-7560u     total:289  pass:270  dwarn:0   dfail:0   fail:0   skip:19
> time:586s
> > fi-kbl-7567u     total:289  pass:265  dwarn:4   dfail:0   fail:0   skip:20
> time:484s
> > fi-kbl-r         total:289  pass:262  dwarn:0   dfail:0   fail:0   skip:27  time:590s
> > fi-pnv-d510      total:289  pass:223  dwarn:1   dfail:0   fail:0   skip:65
> time:662s
> > fi-skl-6260u     total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20
> time:476s
> > fi-skl-6700k     total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24
> time:544s
> > fi-skl-6770hq    total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20
> time:588s
> > fi-skl-gvtdvm    total:289  pass:266  dwarn:0   dfail:0   fail:0   skip:23
> time:475s
> > fi-snb-2520m     total:289  pass:251  dwarn:0   dfail:0   fail:0   skip:38
> time:590s
> > fi-snb-2600      total:289  pass:250  dwarn:0   dfail:0   fail:0   skip:39
> time:437s
> >
> > e7187e87bb3b5ca43194f86d096b9cf974cc54d7 drm-tip:
> > 2017y-10m-03d-16h-09m-59s UTC integration manifest 18316009984d
> > i915/CNL/DMC: Update the DMC version on CNL
> >
> > == Logs ==
> >
> > For more details see:
> > https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_5883/
> > _______________________________________________
> > 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] 8+ messages in thread

* Re: [PATCH] i915/CNL/DMC: Update the DMC version on CNL
  2017-10-03 17:32 [PATCH] i915/CNL/DMC: Update the DMC version on CNL Anusha Srivatsa
  2017-10-03 17:36 ` Rodrigo Vivi
  2017-10-03 18:01 ` ✗ Fi.CI.BAT: failure for " Patchwork
@ 2017-10-04 13:02 ` Jani Nikula
  2017-10-24 22:31 ` ✗ Fi.CI.BAT: warning for " Patchwork
  3 siblings, 0 replies; 8+ messages in thread
From: Jani Nikula @ 2017-10-04 13:02 UTC (permalink / raw)
  To: Anusha Srivatsa, intel-gfx; +Cc: Rodrigo Vivi

On Tue, 03 Oct 2017, Anusha Srivatsa <anusha.srivatsa@intel.com> wrote:
> The latest version of CNL DMC is 1.06.
> Update the version so as to load the
> latest firmware.

What's the plan on getting CNL firmware to 01.org and linux-firmware?

BR,
Jani.


>
> According to Release Notes, this version
> fixes some DDI and AUX related issues.
>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@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 965988f..bf7bdbe 100644
> --- a/drivers/gpu/drm/i915/intel_csr.c
> +++ b/drivers/gpu/drm/i915/intel_csr.c
> @@ -37,8 +37,8 @@
>  #define I915_CSR_GLK "i915/glk_dmc_ver1_04.bin"
>  #define GLK_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
>  
> -#define I915_CSR_CNL "i915/cnl_dmc_ver1_04.bin"
> -#define CNL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
> +#define I915_CSR_CNL "i915/cnl_dmc_ver1_06.bin"
> +#define CNL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 6)
>  
>  #define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
>  MODULE_FIRMWARE(I915_CSR_KBL);

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* ✗ Fi.CI.BAT: warning for i915/CNL/DMC: Update the DMC version on CNL
  2017-10-03 17:32 [PATCH] i915/CNL/DMC: Update the DMC version on CNL Anusha Srivatsa
                   ` (2 preceding siblings ...)
  2017-10-04 13:02 ` [PATCH] " Jani Nikula
@ 2017-10-24 22:31 ` Patchwork
  3 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2017-10-24 22:31 UTC (permalink / raw)
  To: Anusha Srivatsa; +Cc: intel-gfx

== Series Details ==

Series: i915/CNL/DMC: Update the DMC version on CNL
URL   : https://patchwork.freedesktop.org/series/31344/
State : warning

== Summary ==

Series 31344v1 i915/CNL/DMC: Update the DMC version on CNL
https://patchwork.freedesktop.org/api/1.0/series/31344/revisions/1/mbox/

Test chamelium:
        Subgroup dp-crc-fast:
                pass       -> FAIL       (fi-kbl-7500u) fdo#102514
Test drv_module_reload:
        Subgroup basic-reload:
                pass       -> DMESG-WARN (fi-bsw-n3050)

fdo#102514 https://bugs.freedesktop.org/show_bug.cgi?id=102514

fi-bdw-5557u     total:289  pass:268  dwarn:0   dfail:0   fail:0   skip:21  time:446s
fi-bdw-gvtdvm    total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24  time:447s
fi-blb-e6850     total:289  pass:223  dwarn:1   dfail:0   fail:0   skip:65  time:370s
fi-bsw-n3050     total:289  pass:242  dwarn:1   dfail:0   fail:0   skip:46  time:515s
fi-bwr-2160      total:289  pass:183  dwarn:0   dfail:0   fail:0   skip:106 time:261s
fi-bxt-dsi       total:289  pass:259  dwarn:0   dfail:0   fail:0   skip:30  time:500s
fi-bxt-j4205     total:289  pass:260  dwarn:0   dfail:0   fail:0   skip:29  time:492s
fi-byt-j1900     total:289  pass:253  dwarn:1   dfail:0   fail:0   skip:35  time:491s
fi-byt-n2820     total:289  pass:249  dwarn:1   dfail:0   fail:0   skip:39  time:481s
fi-cfl-s         total:289  pass:253  dwarn:4   dfail:0   fail:0   skip:32  time:551s
fi-cnl-y         total:289  pass:262  dwarn:0   dfail:0   fail:0   skip:27  time:611s
fi-elk-e7500     total:289  pass:229  dwarn:0   dfail:0   fail:0   skip:60  time:416s
fi-gdg-551       total:289  pass:178  dwarn:1   dfail:0   fail:1   skip:109 time:248s
fi-glk-1         total:289  pass:261  dwarn:0   dfail:0   fail:0   skip:28  time:576s
fi-glk-dsi       total:289  pass:258  dwarn:0   dfail:0   fail:1   skip:30  time:483s
fi-hsw-4770      total:289  pass:262  dwarn:0   dfail:0   fail:0   skip:27  time:434s
fi-hsw-4770r     total:289  pass:262  dwarn:0   dfail:0   fail:0   skip:27  time:430s
fi-ilk-650       total:289  pass:228  dwarn:0   dfail:0   fail:0   skip:61  time:429s
fi-ivb-3520m     total:289  pass:260  dwarn:0   dfail:0   fail:0   skip:29  time:479s
fi-ivb-3770      total:289  pass:260  dwarn:0   dfail:0   fail:0   skip:29  time:456s
fi-kbl-7500u     total:289  pass:263  dwarn:1   dfail:0   fail:1   skip:24  time:475s
fi-kbl-7560u     total:289  pass:270  dwarn:0   dfail:0   fail:0   skip:19  time:574s
fi-kbl-7567u     total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:477s
fi-kbl-r         total:289  pass:262  dwarn:0   dfail:0   fail:0   skip:27  time:581s
fi-pnv-d510      total:289  pass:222  dwarn:1   dfail:0   fail:0   skip:66  time:540s
fi-skl-6260u     total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:453s
fi-skl-6700hq    total:289  pass:263  dwarn:0   dfail:0   fail:0   skip:26  time:646s
fi-skl-6700k     total:289  pass:265  dwarn:0   dfail:0   fail:0   skip:24  time:515s
fi-skl-6770hq    total:289  pass:269  dwarn:0   dfail:0   fail:0   skip:20  time:499s
fi-skl-gvtdvm    total:289  pass:266  dwarn:0   dfail:0   fail:0   skip:23  time:457s
fi-snb-2520m     total:289  pass:250  dwarn:0   dfail:0   fail:0   skip:39  time:567s
fi-snb-2600      total:289  pass:249  dwarn:0   dfail:0   fail:0   skip:40  time:418s

4971297c57bdd02d8f64cddc9d44c9db6b3478b3 drm-tip: 2017y-10m-24d-17h-29m-57s UTC integration manifest
12fd3efa8478 i915/CNL/DMC: Update the DMC version on CNL

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_6173/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2017-10-24 22:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-03 17:32 [PATCH] i915/CNL/DMC: Update the DMC version on CNL Anusha Srivatsa
2017-10-03 17:36 ` Rodrigo Vivi
2017-10-03 17:46   ` Srivatsa, Anusha
2017-10-03 18:01 ` ✗ Fi.CI.BAT: failure for " Patchwork
2017-10-03 18:06   ` Rodrigo Vivi
2017-10-03 18:17     ` Saarinen, Jani
2017-10-04 13:02 ` [PATCH] " Jani Nikula
2017-10-24 22:31 ` ✗ Fi.CI.BAT: warning for " 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.