Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [CI] drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28
@ 2025-12-26 17:00 Gustavo Sousa
  2025-12-26 17:11 ` ✗ CI.checkpatch: warning for drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28 (rev3) Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Gustavo Sousa @ 2025-12-26 17:00 UTC (permalink / raw)
  To: intel-xe

NOT TO BE REVIEWED/MERGED

Hardcode path to DMC firmware for CI purposes only.

This failed to find the DMC blob in the previous 2 submissions ([1][2]), due to
some technical issues.  I just checked that CI should have the required blob
now, so hopefully now this one will find it!

[1] https://lore.kernel.org/intel-xe/20251224200401.47180-1-gustavo.sousa@intel.com/T/
[2] https://lore.kernel.org/intel-xe/20251226133354.21333-1-gustavo.sousa@intel.com/T/

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c
index 2fb6fec6dc99..bb6d15ed75ae 100644
--- a/drivers/gpu/drm/i915/display/intel_dmc.c
+++ b/drivers/gpu/drm/i915/display/intel_dmc.c
@@ -130,7 +130,7 @@ static bool dmc_firmware_param_disabled(struct intel_display *display)
 #define XE3P_LPD_DMC_PATH		DMC_PATH(xe3p_lpd)
 MODULE_FIRMWARE(XE3P_LPD_DMC_PATH);
 
-#define XE3LPD_3002_DMC_PATH		DMC_PATH(xe3lpd_3002)
+#define XE3LPD_3002_DMC_PATH		"i915/xe3lpd_3002_dmc_ver2_28.bin"
 MODULE_FIRMWARE(XE3LPD_3002_DMC_PATH);
 
 #define XE3LPD_DMC_PATH			DMC_PATH(xe3lpd)
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] [CI] drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28
@ 2025-12-26 13:28 Gustavo Sousa
  0 siblings, 0 replies; 8+ messages in thread
From: Gustavo Sousa @ 2025-12-26 13:28 UTC (permalink / raw)
  To: intel-xe

NOT TO BE REVIEWED/MERGED

Hardcode path to DMC firmware for CI purposes only.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c
index 2fb6fec6dc99..bb6d15ed75ae 100644
--- a/drivers/gpu/drm/i915/display/intel_dmc.c
+++ b/drivers/gpu/drm/i915/display/intel_dmc.c
@@ -130,7 +130,7 @@ static bool dmc_firmware_param_disabled(struct intel_display *display)
 #define XE3P_LPD_DMC_PATH		DMC_PATH(xe3p_lpd)
 MODULE_FIRMWARE(XE3P_LPD_DMC_PATH);
 
-#define XE3LPD_3002_DMC_PATH		DMC_PATH(xe3lpd_3002)
+#define XE3LPD_3002_DMC_PATH		"i915/xe3lpd_3002_dmc_ver2_28.bin"
 MODULE_FIRMWARE(XE3LPD_3002_DMC_PATH);
 
 #define XE3LPD_DMC_PATH			DMC_PATH(xe3lpd)
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] [CI] drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28
@ 2025-12-24 20:03 Gustavo Sousa
  0 siblings, 0 replies; 8+ messages in thread
From: Gustavo Sousa @ 2025-12-24 20:03 UTC (permalink / raw)
  To: intel-xe

NOT TO BE REVIEWED/MERGED

Hardcode path to DMC firmware for CI purposes only.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c
index 2fb6fec6dc99..bb6d15ed75ae 100644
--- a/drivers/gpu/drm/i915/display/intel_dmc.c
+++ b/drivers/gpu/drm/i915/display/intel_dmc.c
@@ -130,7 +130,7 @@ static bool dmc_firmware_param_disabled(struct intel_display *display)
 #define XE3P_LPD_DMC_PATH		DMC_PATH(xe3p_lpd)
 MODULE_FIRMWARE(XE3P_LPD_DMC_PATH);
 
-#define XE3LPD_3002_DMC_PATH		DMC_PATH(xe3lpd_3002)
+#define XE3LPD_3002_DMC_PATH		"i915/xe3lpd_3002_dmc_ver2_28.bin"
 MODULE_FIRMWARE(XE3LPD_3002_DMC_PATH);
 
 #define XE3LPD_DMC_PATH			DMC_PATH(xe3lpd)
-- 
2.52.0


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

end of thread, other threads:[~2025-12-26 18:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-26 17:00 [PATCH] [CI] drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28 Gustavo Sousa
2025-12-26 17:11 ` ✗ CI.checkpatch: warning for drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28 (rev3) Patchwork
2025-12-26 17:12 ` ✓ CI.KUnit: success " Patchwork
2025-12-26 17:27 ` ✗ CI.checksparse: warning " Patchwork
2025-12-26 17:47 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-12-26 18:47 ` ✗ Xe.CI.Full: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2025-12-26 13:28 [PATCH] [CI] drm/i915/dmc: Test Xe3LPD_3002 DMC v2.28 Gustavo Sousa
2025-12-24 20:03 Gustavo Sousa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox