aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadhumitha Tolakanahalli Pradeep <[email protected]>2021-12-08 21:31:16 +0000
committerLucas De Marchi <[email protected]>2021-12-09 00:13:57 +0000
commite08a7d5611b876bf9da3ef7c185d26dcadf24dc9 (patch)
treeeee64314e3690ba3056defd28994b9dffb63bf3a
parentdrm/i915: Skip remap_io_mapping() for non-x86 platforms (diff)
downloadkernel-e08a7d5611b876bf9da3ef7c185d26dcadf24dc9.tar.gz
kernel-e08a7d5611b876bf9da3ef7c185d26dcadf24dc9.zip
drm/i915/dmc: Update DMC to v2.14 on ADL-P
Changes since v2.12: - Release notes for v2.13: 1. Fix for simple flip queue with DC6v - Release notes for v2.14: 1. Fix for flip queue roll over cases with DC6v 2. Enhancement for residency 3. Workaround for 3Dlut restore issue v2: Commit message update (Imre) Signed-off-by: Madhumitha Tolakanahalli Pradeep <[email protected]> Reviewed-by: Lucas De Marchi <[email protected]> Acked-by: Rodrigo Vivi <[email protected]> Signed-off-by: Lucas De Marchi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/i915/display/intel_dmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c
index 0cab18f972d1..a085024c9cde 100644
--- a/drivers/gpu/drm/i915/display/intel_dmc.c
+++ b/drivers/gpu/drm/i915/display/intel_dmc.c
@@ -47,8 +47,8 @@
#define GEN13_DMC_MAX_FW_SIZE 0x20000
-#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 12)
-#define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 12)
+#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 14)
+#define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 14)
MODULE_FIRMWARE(ADLP_DMC_PATH);
#define ADLS_DMC_PATH DMC_PATH(adls, 2, 01)