> -----Original Message-----
> From: Intel-gfx <[email protected]> On Behalf Of
> Madhumitha Tolakanahalli Pradeep
> Sent: Wednesday, February 23, 2022 2:28 PM
> To: [email protected]
> Subject: [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update DMC to v2.16 on ADL-P
>
> Changes since v2.14:
> - Release Notes for v2.15
> Fix for corruption issue when DC States are enabled.
> - Release Notes for v2.16
> Fix for cases with flip queue and DC6v are enabled.
>
Reviewed-by: Radhakrishna Sripada <[email protected]>
> Signed-off-by: Madhumitha Tolakanahalli Pradeep
> <[email protected]>
> ---
> drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c
> b/drivers/gpu/drm/i915/display/intel_dmc.c
> index 7616a3906b9e..f2ac3bb1c6be 100644
> --- a/drivers/gpu/drm/i915/display/intel_dmc.c
> +++ b/drivers/gpu/drm/i915/display/intel_dmc.c
> @@ -47,8 +47,8 @@
>
> #define DISPLAY_VER12_DMC_MAX_FW_SIZE ICL_DMC_MAX_FW_SIZE
>
> -#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 14)
> -#define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 14)
> +#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 16)
> +#define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 16)
> MODULE_FIRMWARE(ADLP_DMC_PATH);
>
> #define ADLS_DMC_PATH DMC_PATH(adls, 2, 01)
> --
> 2.35.1