From patchwork Mon Sep 2 06:39:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Skeggs X-Patchwork-Id: 11126003 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DA80C1395 for ; Mon, 2 Sep 2019 06:40:07 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BB8982190F for ; Mon, 2 Sep 2019 06:40:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BB8982190F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 74A9F89B4D; Mon, 2 Sep 2019 06:40:05 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-vs1-xe36.google.com (mail-vs1-xe36.google.com [IPv6:2607:f8b0:4864:20::e36]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8ABB389B4D for ; Mon, 2 Sep 2019 06:40:03 +0000 (UTC) Received: by mail-vs1-xe36.google.com with SMTP id m62so8536655vsc.8 for ; Sun, 01 Sep 2019 23:40:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6jWoULjuAw+FW+6z0fRA2bBU24PJgAmTc0uDqrBy43c=; b=IhLgZPsI76RpISwwu/97w0PmEz+K9SOQcANc7vxM6N7ZHEhnSriXB+LORhNwzUItsz nl0+dETAsC+JJ02vZhPxb9lmU/ArxXlj9/jHlgiAgMSyxuVKza5nz+8azi7bNELX5hNQ HATwCz7GW7g1B2BQw/JfP239fDpt590mCbf9LvO7fJXC8WQFqTgP4M6ecHv8Y6My8XbK HvgBsDmd//Ks4jXGPwoVI83yuVtkXmQ/ls7gfpYrlYL+F5P+ofGhfp0xasOGMB+qUd8t CYYYvXIif2nxq12z5ArI+vJ90z3E92T79LUeJ39bEhymyg+u4xEVuaz4QcHPR8xofuZX aQgQ== X-Gm-Message-State: APjAAAXIFpZDy20jY/6FmQBUQKKy22CEcWzP97ooak1lgTikBNWb93TI RwBQg6X4mufv47Kw+0BbFvPfvfLJ8G69bi8sIys= X-Google-Smtp-Source: APXvYqzMIgUVtEAPU0dr6jZw7UbyL+eVb6M2SbKc0iw57MLIVgXZaXPYNfNgtN3/SigQqazF1Qh4xsnm4BLgnne6BXQ= X-Received: by 2002:a67:ad0f:: with SMTP id t15mr9570762vsl.204.1567406402507; Sun, 01 Sep 2019 23:40:02 -0700 (PDT) MIME-Version: 1.0 From: Ben Skeggs Date: Mon, 2 Sep 2019 16:39:51 +1000 Message-ID: Subject: nouveau-fixes 5.3 To: Dave Airlie , ML dri-devel X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=6jWoULjuAw+FW+6z0fRA2bBU24PJgAmTc0uDqrBy43c=; b=kDwDhz/MT++hG1LLmr1rk/yJQiKlxWaVf77lb1V3f08EcPk1hoQed8sGDO/Rg1Iifn /uUo1HZ5Q4oHQ5mYQmb1ni6wogmabnP3E9HMDkb1iIg4D1FUpzoPpFWT2Uq81/8qpi+z D9jM+WXKiH6JS0RYbmMJkL9GXKD1SjUDmiPjLUjwGwpaCAGjeZk2bgBnxlwXaEKttrt/ rJVo9EzBBphDt4TVeE+kPW65MOiZVjtZl0eeys/h7lU53in99WabHAmp4OOwlPpjsVG6 dDxi3+J53tBEQQGhw5xqhz4dF4qcI3BOehmI+Z0uLCz0IkxNsX5yN8ocpi9niml2PnhG IMog== X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hey Dave, Just a single commit adding some missing MODULE_FIRMWARE lines required by initramfs generators to pick up the newer firmware revisions. Thanks, Ben. The following changes since commit c358ebf59634f06d8ed176da651ec150df3c8686: drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUX (2019-08-23 12:42:43 +1000) are available in the Git repository at: git://github.com/skeggsb/linux linux-5.3 for you to fetch changes up to 55f7e5c364dce20e691fda329fb2a6cc3cbb63b6: drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs (2019-09-02 16:35:51 +1000) ---------------------------------------------------------------- Ben Skeggs (1): drm/nouveau/sec2/gp102: add missing MODULE_FIRMWAREs drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gp102.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)