]> Git Repo - linux.git/commitdiff
drm/i915/dmc: Update DG2 DMC version to v2.08
authorGustavo Sousa <[email protected]>
Thu, 24 Nov 2022 16:21:23 +0000 (13:21 -0300)
committerRodrigo Vivi <[email protected]>
Wed, 30 Nov 2022 14:07:14 +0000 (09:07 -0500)
Release notes:

1. Fixes for Register noclaims and few restore.

Fixes: c4cf059d9c2c ("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 6ee6692520133a14b0d0f3ddddf8c44783cfee06)
Signed-off-by: Rodrigo Vivi <[email protected]>
drivers/gpu/drm/i915/display/intel_dmc.c

index 081a4d0083b139a6ff69d951f63de8c439869354..eff3add706117c3de85681990e4718152c832abd 100644 (file)
@@ -52,8 +52,8 @@
 
 #define DISPLAY_VER12_DMC_MAX_FW_SIZE  ICL_DMC_MAX_FW_SIZE
 
-#define DG2_DMC_PATH                   DMC_PATH(dg2, 2, 07)
-#define DG2_DMC_VERSION_REQUIRED       DMC_VERSION(2, 07)
+#define DG2_DMC_PATH                   DMC_PATH(dg2, 2, 08)
+#define DG2_DMC_VERSION_REQUIRED       DMC_VERSION(2, 8)
 MODULE_FIRMWARE(DG2_DMC_PATH);
 
 #define ADLP_DMC_PATH                  DMC_PATH(adlp, 2, 16)
This page took 0.062703 seconds and 4 git commands to generate.