Skip to content

Commit

Permalink
drm/i915/dmc: Update DG2 DMC firmware to v2.07
Browse files Browse the repository at this point in the history
The release notes mention that DMC v2.07 has a workaround
for MMIO hang issue when DC States are enabled.

Signed-off-by: Madhumitha Tolakanahalli Pradeep <madhumitha.tolakanahalli.pradeep@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/20220727182919.334136-2-madhumitha.tolakanahalli.pradeep@intel.com
  • Loading branch information
Madhumitha Tolakanahalli Pradeep authored and Imre Deak committed Jul 28, 2022
1 parent ddcf980 commit c4cf059
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 @@ -52,8 +52,8 @@

#define DISPLAY_VER12_DMC_MAX_FW_SIZE ICL_DMC_MAX_FW_SIZE

#define DG2_DMC_PATH DMC_PATH(dg2, 2, 06)
#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 06)
#define DG2_DMC_PATH DMC_PATH(dg2, 2, 07)
#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 07)
MODULE_FIRMWARE(DG2_DMC_PATH);

#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 16)
Expand Down

0 comments on commit c4cf059

Please sign in to comment.