Commit 259d7199 authored by Anusha Srivatsa's avatar Anusha Srivatsa Committed by Imre Deak
Browse files

drm/i915/dmc: Update to DMC v2.12



The release notes mentions that this version-
1. Fix for unblock indication to punit.
2. Robustness fix for DC6/6v abort scenarios.

Cc: Imre Deak <Imre Deak <imre.deak@intel.com>>
Signed-off-by: default avatarAnusha Srivatsa <anusha.srivatsa@intel.com>
Reviewed-by: default avatarImre Deak <imre.deak@intel.com>
Signed-off-by: default avatarImre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914215732.67135-2-anusha.srivatsa@intel.com
parent 064b877d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@

#define GEN12_DMC_MAX_FW_SIZE		ICL_DMC_MAX_FW_SIZE

#define ADLP_DMC_PATH			DMC_PATH(adlp, 2, 10)
#define ADLP_DMC_VERSION_REQUIRED	DMC_VERSION(2, 10)
#define ADLP_DMC_PATH			DMC_PATH(adlp, 2, 12)
#define ADLP_DMC_VERSION_REQUIRED	DMC_VERSION(2, 12)
MODULE_FIRMWARE(ADLP_DMC_PATH);

#define ADLS_DMC_PATH			DMC_PATH(adls, 2, 01)