Re: [Intel-gfx] [PATCH] i915/CNL/DMC: Update the DMC version on CNL

2017-10-04 Thread Jani Nikula
On Tue, 03 Oct 2017, Anusha Srivatsa  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 
> Signed-off-by: Anusha Srivatsa 
> ---
>  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


Re: [Intel-gfx] [PATCH] i915/CNL/DMC: Update the DMC version on CNL

2017-10-03 Thread Srivatsa, Anusha


>-Original Message-
>From: Vivi, Rodrigo
>Sent: Tuesday, October 3, 2017 10:37 AM
>To: Srivatsa, Anusha 
>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 +, 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 
>> Signed-off-by: Anusha Srivatsa 
>> ---
>>  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_REQUIREDCSR_VERSION(1, 4)
>>
>> -#define I915_CSR_CNL "i915/cnl_dmc_ver1_04.bin"
>> -#define CNL_CSR_VERSION_REQUIREDCSR_VERSION(1, 4)
>> +#define I915_CSR_CNL "i915/cnl_dmc_ver1_06.bin"
>> +#define CNL_CSR_VERSION_REQUIREDCSR_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


Re: [Intel-gfx] [PATCH] i915/CNL/DMC: Update the DMC version on CNL

2017-10-03 Thread Rodrigo Vivi

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

On Tue, Oct 03, 2017 at 05:32:12PM +, 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 
> Signed-off-by: Anusha Srivatsa 
> ---
>  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