From patchwork Tue Apr 24 16:18:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 903671 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 40VpRG01Fwz9ry1; Wed, 25 Apr 2018 02:18:33 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fB0e6-0000ku-Qm; Tue, 24 Apr 2018 16:18:22 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fB0e3-0000kk-KY for kernel-team@lists.ubuntu.com; Tue, 24 Apr 2018 16:18:19 +0000 Received: from mail-it0-f72.google.com ([209.85.214.72]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fB0e3-0002iJ-A2 for kernel-team@lists.ubuntu.com; Tue, 24 Apr 2018 16:18:19 +0000 Received: by mail-it0-f72.google.com with SMTP id r7-v6so11853505ith.5 for ; Tue, 24 Apr 2018 09:18:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=IfDnAUQGDbsN+OUg8lMnlHkyjD4re4cOvo7RODYyO/I=; b=MDKV6eGr3XZYM+68gw+67vMsD/tbcYio6rV4viUeQIN/ECqGsWFTvn+11C7Wi9fHFW ztSVDbr48eyw3AYfQecr/AQoDfFthkEjfEoIrVGeeOyyC6egZQYyy7pZ56h7G8SMPiEO Em5vivY7WHOkJcbK3yP/v641/wUM/vcq51cWLB7i2/DhIsKwVsHlomioCiqmuk3IXAZ4 TSNhXCMaRX1FR2BG4aWroNyHcg1DOuCi288chSxqoGMvjVxMR1DvGiGE5Dy/N5I2tGks PIaW7/CvBIlBNN4Bn9diSAVTSlsKifu7Yudz8NyhyZawX+jzU3nRqjNV7uBkUT1bUUAA 5xlQ== X-Gm-Message-State: ALQs6tB8tvlKOfAyfE4TxEUmq1A+L9cDLxc0PTsoe6bf+xjtIeTXpR0l W8F5yEL9LsIXRkL1sSfHCSfiyrb1KDMxJs4ca1A/7OQlTqXxZOlZpSZk4wqmyH8XHrS/9vJeRu0 BvWkzMpu1sT4oOg9YbCU8hAD3Oiu9PAzHBOh4JFUwYg== X-Received: by 2002:a6b:acc5:: with SMTP id v188-v6mr28013486ioe.111.1524586698045; Tue, 24 Apr 2018 09:18:18 -0700 (PDT) X-Google-Smtp-Source: AIpwx4//TzOC+HxyinvANOYtPZaaZ0C9TXUIidgGoeC7W0h7JmgKh9hvKng1FkIaGyz0raO2aTCQDQ== X-Received: by 2002:a6b:acc5:: with SMTP id v188-v6mr28013465ioe.111.1524586697713; Tue, 24 Apr 2018 09:18:17 -0700 (PDT) Received: from localhost ([2605:a601:ac6:7f20:c120:f53d:d4e3:d440]) by smtp.gmail.com with ESMTPSA id f63-v6sm5550012itb.2.2018.04.24.09.18.16 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 24 Apr 2018 09:18:16 -0700 (PDT) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [SRU][Xenial][PATCH] UBUNTU: ubuntu: i915_bpo - Add MODULE_FIRMWARE for Geminilake's DMC Date: Tue, 24 Apr 2018 11:18:16 -0500 Message-Id: <20180424161816.31742-1-seth.forshee@canonical.com> X-Mailer: git-send-email 2.17.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" 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 Acked-by: Juerg Haefliger Acked-by: Kleber Sacilotto de Souza --- 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"