[Intel-gfx] [PATCH] drm/i915: DMC 1.02 for Kabylake
Ander Conselvan De Oliveira
conselvan2 at gmail.com
Wed Feb 15 17:00:25 UTC 2017
On Fri, 2017-02-03 at 10:56 -0800, Rodrigo Vivi wrote:
> There is a new version of DMC available for Kabylake.
>
> It's release notes only mention:
>
> - Fix for glitch in AUX
>
> Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Patch looks correct. I understand this needs a tested-by from QA and the new
firmware needs to submitted to linux-firmware, but feel free to use
Reviewed-by: Ander Conselvan de Oliveira <conselvan2 at gmail.com>
when those things are done.
Ander
> ---
> 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 d9d2ef4..57965f6 100644
> --- a/drivers/gpu/drm/i915/intel_csr.c
> +++ b/drivers/gpu/drm/i915/intel_csr.c
> @@ -38,9 +38,9 @@
> MODULE_FIRMWARE(I915_CSR_GLK);
> #define GLK_CSR_VERSION_REQUIRED CSR_VERSION(1, 1)
>
> -#define I915_CSR_KBL "i915/kbl_dmc_ver1_01.bin"
> +#define I915_CSR_KBL "i915/kbl_dmc_ver1_02.bin"
> MODULE_FIRMWARE(I915_CSR_KBL);
> -#define KBL_CSR_VERSION_REQUIRED CSR_VERSION(1, 1)
> +#define KBL_CSR_VERSION_REQUIRED CSR_VERSION(1, 2)
>
> #define I915_CSR_SKL "i915/skl_dmc_ver1_26.bin"
> MODULE_FIRMWARE(I915_CSR_SKL);
More information about the Intel-gfx
mailing list