Message ID | 1507053588-677-1-git-send-email-anusha.srivatsa@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Oct 03, 2017 at 05:59:48PM +0000, Anusha Srivatsa wrote: > The latest version of DMC on CNL is 1.06. > Update the version so as to load the > latest firmware. > > Release Notes: > Version: 1.06 > 1. DDI and AUX IO related fix. > > v2: Improve the prefixes in commit message. > Add Release Notes directly. (Rodrigo) > > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> > Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com> Reviewed-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 cdfb624..f417101 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 >
On Tue, Oct 03, 2017 at 06:17:50PM +0000, Rodrigo Vivi wrote: > On Tue, Oct 03, 2017 at 05:59:48PM +0000, Anusha Srivatsa wrote: > > The latest version of DMC on CNL is 1.06. > > Update the version so as to load the > > latest firmware. > > > > Release Notes: > > Version: 1.06 > > 1. DDI and AUX IO related fix. > > > > v2: Improve the prefixes in commit message. > > Add Release Notes directly. (Rodrigo) > > > > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> > > Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com> > > Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Since it got released and propagated to linux-firmware.git I merged this patch on dinq. Once this and glk's one land to linux-firmware.git we need to add MODULE_FIRMWARE() for both. > > > --- > > 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 cdfb624..f417101 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
diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c index cdfb624..f417101 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);
The latest version of DMC on CNL is 1.06. Update the version so as to load the latest firmware. Release Notes: Version: 1.06 1. DDI and AUX IO related fix. v2: Improve the prefixes in commit message. Add Release Notes directly. (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(-)