[SRU][Bionic][PATCH] UBUNTU: SAUCE: drm/i915/glk: Add MODULE_FIRMWARE for Geminilake's DMC

Seth Forshee seth.forshee at canonical.com
Fri Apr 13 21:01:19 UTC 2018


BugLink: http://bugs.launchpad.net/bugs/1760545

The firmware is available in linux-firmware now, so add back the
MODULE_FIRMWARE statement.

Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
---
Will also submit this patch upstream.

 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 da9de47562b8..f9ee56fdf3ab 100644
--- a/drivers/gpu/drm/i915/intel_csr.c
+++ b/drivers/gpu/drm/i915/intel_csr.c
@@ -35,6 +35,7 @@
  */
 
 #define I915_CSR_GLK "i915/glk_dmc_ver1_04.bin"
+MODULE_FIRMWARE(I915_CSR_GLK);
 #define GLK_CSR_VERSION_REQUIRED	CSR_VERSION(1, 4)
 
 #define I915_CSR_CNL "i915/cnl_dmc_ver1_04.bin"
-- 
2.15.1





More information about the kernel-team mailing list