Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <madhumitha.tolakanahalli.pradeep@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211208213115.1919503-1-lucas.demarchi@intel.com

authored by

Madhumitha Tolakanahalli Pradeep and committed by
Lucas De Marchi
e08a7d56 67c430bb

+2 -2
+2 -2
drivers/gpu/drm/i915/display/intel_dmc.c
··· 47 47 48 48 #define GEN13_DMC_MAX_FW_SIZE 0x20000 49 49 50 - #define ADLP_DMC_PATH DMC_PATH(adlp, 2, 12) 51 - #define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 12) 50 + #define ADLP_DMC_PATH DMC_PATH(adlp, 2, 14) 51 + #define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 14) 52 52 MODULE_FIRMWARE(ADLP_DMC_PATH); 53 53 54 54 #define ADLS_DMC_PATH DMC_PATH(adls, 2, 01)