public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] firmware/dmc/icl: Add MODULE_FIRMWARE()
@ 2018-09-05 19:50 Anusha Srivatsa
  2018-09-05 20:39 ` ✗ Fi.CI.BAT: failure for " Patchwork
  2018-09-05 23:10 ` [PATCH] " Rodrigo Vivi
  0 siblings, 2 replies; 3+ messages in thread
From: Anusha Srivatsa @ 2018-09-05 19:50 UTC (permalink / raw)
  To: intel-gfx

Add missing MODULE_FIRMWARE while loading DMC on Icelake.

Rebased on top of https://patchwork.freedesktop.org/patch/246153/

Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
---
 drivers/gpu/drm/i915/intel_csr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c
index 4aa8f3d..d48186e 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -35,6 +35,7 @@
  */
 
 #define I915_CSR_ICL "i915/icl_dmc_ver1_07.bin"
+MODULE_FIRMWARE(I915_CSR_ICL);
 #define ICL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 7)
 
 #define I915_CSR_GLK "i915/glk_dmc_ver1_04.bin"
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2018-09-05 23:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-05 19:50 [PATCH] firmware/dmc/icl: Add MODULE_FIRMWARE() Anusha Srivatsa
2018-09-05 20:39 ` ✗ Fi.CI.BAT: failure for " Patchwork
2018-09-05 23:10 ` [PATCH] " Rodrigo Vivi

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