Skip to content

Commit 7d579ef

Browse files
guludorodrigovivi
authored andcommitted
drm/i915/dmc: Update DG2 DMC version to v2.08
Release notes: 1. Fixes for Register noclaims and few restore. Fixes: c4cf059 ("drm/i915/dmc: Update DG2 DMC firmware to v2.07") Signed-off-by: Gustavo Sousa <[email protected]> Reviewed-by: Anusha Srivatsa <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit 6ee6692) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent 2d299f5 commit 7d579ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/i915/display/intel_dmc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252

5353
#define DISPLAY_VER12_DMC_MAX_FW_SIZE ICL_DMC_MAX_FW_SIZE
5454

55-
#define DG2_DMC_PATH DMC_PATH(dg2, 2, 07)
56-
#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 07)
55+
#define DG2_DMC_PATH DMC_PATH(dg2, 2, 08)
56+
#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 8)
5757
MODULE_FIRMWARE(DG2_DMC_PATH);
5858

5959
#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 16)

0 commit comments

Comments
 (0)