All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915/dmc: Update DG2 DMC version to v2.08
@ 2022-11-21 21:18 Gustavo Sousa
  2022-11-21 21:46 ` Tolakanahalli Pradeep, Madhumitha
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Gustavo Sousa @ 2022-11-21 21:18 UTC (permalink / raw)
  To: intel-gfx

Release notes:

1. Fixes for Register noclaims and few restore.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++--
 1 file 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 081a4d0083b1..697196368fbb 100644
--- a/drivers/gpu/drm/i915/display/intel_dmc.c
+++ b/drivers/gpu/drm/i915/display/intel_dmc.c
@@ -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, 08)
 MODULE_FIRMWARE(DG2_DMC_PATH);
 
 #define ADLP_DMC_PATH			DMC_PATH(adlp, 2, 16)
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-30 13:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-21 21:18 [Intel-gfx] [PATCH] drm/i915/dmc: Update DG2 DMC version to v2.08 Gustavo Sousa
2022-11-21 21:46 ` Tolakanahalli Pradeep, Madhumitha
2022-11-21 22:26 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for " Patchwork
2022-11-22  5:15 ` [Intel-gfx] [PATCH] " kernel test robot
2022-11-22 11:18 ` kernel test robot
2022-11-22 20:59 ` Matt Roper
2022-11-22 21:19   ` Rodrigo Vivi
2022-11-30 13:46     ` Gustavo Sousa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.