Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [CI] drm/i915/dmc: Test Xe2LPD DMC v2.23
@ 2024-11-05 12:01 Gustavo Sousa
  2024-11-05 14:23 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Gustavo Sousa @ 2024-11-05 12:01 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 87bdacfd9edf..76a33d12dee9 100644
--- a/drivers/gpu/drm/i915/display/intel_dmc.c
+++ b/drivers/gpu/drm/i915/display/intel_dmc.c
@@ -116,7 +116,7 @@ static bool dmc_firmware_param_disabled(struct intel_display *display)
 #define XE3LPD_DMC_PATH			DMC_PATH(xe3lpd)
 MODULE_FIRMWARE(XE3LPD_DMC_PATH);
 
-#define XE2LPD_DMC_PATH			DMC_PATH(xe2lpd)
+#define XE2LPD_DMC_PATH			"i915/xe2lpd_dmc_ver2_23.bin"
 MODULE_FIRMWARE(XE2LPD_DMC_PATH);
 
 #define BMG_DMC_PATH			DMC_PATH(bmg)
-- 
2.47.0


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

end of thread, other threads:[~2024-11-06 20:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 12:01 [PATCH] [CI] drm/i915/dmc: Test Xe2LPD DMC v2.23 Gustavo Sousa
2024-11-05 14:23 ` ✓ CI.Patch_applied: success for " Patchwork
2024-11-05 14:23 ` ✓ CI.checkpatch: " Patchwork
2024-11-05 14:24 ` ✓ CI.KUnit: " Patchwork
2024-11-05 14:41 ` ✓ CI.Build: " Patchwork
2024-11-05 14:44 ` ✓ CI.Hooks: " Patchwork
2024-11-05 14:46 ` ✗ CI.checksparse: warning " Patchwork
2024-11-05 15:10 ` ✓ CI.BAT: success " Patchwork
2024-11-06 19:02 ` ✗ CI.FULL: failure " Patchwork
2024-11-06 20:00   ` Gustavo Sousa

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