On Wed, 2019-03-13 at 14:11 -0700, Rodrigo Vivi wrote:
> From: Anusha Srivatsa <[email protected]>
> 
> EHL uses the same firmware as ICL.

Reviewed-by: José Roberto de Souza <[email protected]>

> 
> Cc: Bob Paauwe <[email protected]>
> Signed-off-by: Anusha Srivatsa <[email protected]>
> Signed-off-by: Rodrigo Vivi <[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;

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to