ACK: [SRU][Xenial][PATCH] UBUNTU: ubuntu: i915_bpo - Add MODULE_FIRMWARE for Geminilake's DMC

Kleber Souza kleber.souza at canonical.com
Tue May 15 14:42:02 UTC 2018


On 04/24/18 18:18, Seth Forshee wrote:
> BugLink: http://bugs.launchpad.net/bugs/1752536
> 
> We ship this firmware but it fails to load because it is not
> present in the initrd. Add a MODULE_FIRMWARE statement to fix
> this.
> 
> Signed-off-by: Seth Forshee <seth.forshee at canonical.com>

Acked-by: Kleber Sacilotto de Souza <kleber.souza at canonical.com>

> ---
>  ubuntu/i915/intel_csr.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/ubuntu/i915/intel_csr.c b/ubuntu/i915/intel_csr.c
> index 91eb151242a1..2b3b428d9cd2 100644
> --- a/ubuntu/i915/intel_csr.c
> +++ b/ubuntu/i915/intel_csr.c
> @@ -42,6 +42,7 @@
>   */
>  
>  #define I915_CSR_KBL "i915/kbl_dmc_ver1.bin"
> +MODULE_FIRMWARE(I915_CSR_KBL);
>  #define KBL_CSR_VERSION_REQUIRED	CSR_VERSION(1, 1)
>  
>  #define I915_CSR_SKL "i915/skl_dmc_ver1.bin"
> 




More information about the kernel-team mailing list