Skip to content

Commit

Permalink
drm/i915/dmc: Update to DMC v2.12
Browse files Browse the repository at this point in the history
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: Anusha Srivatsa <anusha.srivatsa@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914215732.67135-2-anusha.srivatsa@intel.com
  • Loading branch information
anushasr authored and dumbbell committed Feb 13, 2023
1 parent 6666746 commit 52b60a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/i915/display/intel_dmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 52b60a6

Please sign in to comment.