On Fri, 15 Mar 2019 10:57:11 -0700
Rodrigo Vivi <[email protected]> wrote:

> From: Anusha Srivatsa <[email protected]>
> 
> EHL uses the same firmware as ICL.

Reviewed-by: Bob Paauwe <[email protected]>

> 
> Cc: Bob Paauwe <[email protected]>
> Signed-off-by: Anusha Srivatsa <[email protected]>
> Signed-off-by: Rodrigo Vivi <[email protected]>
> Reviewed-by: Lucas De Marchi <[email protected]>
> Link: 
> https://patchwork.freedesktop.org/patch/msgid/[email protected]
> ---
>  drivers/gpu/drm/i915/intel_csr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_csr.c 
> b/drivers/gpu/drm/i915/intel_csr.c
> index e8ac04c33e29..862a8f686ef5 100644
> --- a/drivers/gpu/drm/i915/intel_csr.c
> +++ b/drivers/gpu/drm/i915/intel_csr.c
> @@ -486,7 +486,7 @@ void intel_csr_ucode_init(struct drm_i915_private 
> *dev_priv)
>       if (INTEL_GEN(dev_priv) >= 12) {
>               /* Allow to load fw via parameter using the last known size */
>               csr->max_fw_size = GEN12_CSR_MAX_FW_SIZE;
> -     } else if (IS_ICELAKE(dev_priv)) {
> +     } else if (IS_GEN(dev_priv, 11)) {
>               csr->fw_path = ICL_CSR_PATH;
>               csr->required_version = ICL_CSR_VERSION_REQUIRED;
>               csr->max_fw_size = ICL_CSR_MAX_FW_SIZE;



-- 
--
Bob Paauwe                  
[email protected]
IOTG / PED Software Organization
Intel Corp.  Folsom, CA
(916) 356-6193    

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to