From patchwork Tue Dec 11 04:58:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Skeggs X-Patchwork-Id: 10723037 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 775F11751 for ; Tue, 11 Dec 2018 04:58:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 628BF2A96F for ; Tue, 11 Dec 2018 04:58:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 500002A97E; Tue, 11 Dec 2018 04:58:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1757F2A96F for ; Tue, 11 Dec 2018 04:58:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 85B1689E06; Tue, 11 Dec 2018 04:58:17 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-vs1-xe2e.google.com (mail-vs1-xe2e.google.com [IPv6:2607:f8b0:4864:20::e2e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4C2E789E06 for ; Tue, 11 Dec 2018 04:58:15 +0000 (UTC) Received: by mail-vs1-xe2e.google.com with SMTP id h78so8117028vsi.6 for ; Mon, 10 Dec 2018 20:58:15 -0800 (PST) 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=Y2XMWGFb7uHStXEWxC3CnbnZuFaBLpJDf7vPSZK4U74=; b=dgq6Qzq8QOM9YFmMp4bLoFAnZX6aVFL6ibjrHYgGgC+ZbNZRyk/S7By5bfALWq7vVv LWe8Zum7F++F5L7yVYv7DO8o1V/VmkMbJKmIMorufiAC0P9WOakv9nlPnfcfQNBTDy1w nNKxbFb078ZEiPdSh10TLeMiGcIOBm7w0PXrwfsX9pu6xjQMbRPtRugRM4PiyOgfQ1TH 44p6kBAbTx8Voj/LAo/CQD/gtapdCdRdiQyQ1NYaI1dWQnZRq+nUbDWmaFrm1PKC151J rOjQUVseCJ03fRFF0qlVFfFABQJQCEuGM79JH+IjIKE0GcdjYeCWrKZc3r7euwo7t+VS hrQg== X-Gm-Message-State: AA+aEWbF+S+5Lm3LvBRvJ8dXlUzQbImPKOyrnXppLtaNyDB3kNLOPkzA ow7S5tFmwfF6CyU2CNItpNTCl2eD04nyUBI3N1Pa7eaa X-Google-Smtp-Source: AFSGD/UP0037Vb6dQ/ZuiIIbhlNYDQACvw47IWDX7K7QChz9s6lycoyBVrJGG7Tt6/Y8mU0fUFSrGk6J9dH+8TNqPwk= X-Received: by 2002:a67:7f47:: with SMTP id a68mr6696263vsd.204.1544504294234; Mon, 10 Dec 2018 20:58:14 -0800 (PST) MIME-Version: 1.0 From: Ben Skeggs Date: Tue, 11 Dec 2018 14:58:02 +1000 Message-ID: Subject: nouveau-fixes 4.20 To: dri-devel@lists.freedesktop.org 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" X-Virus-Scanned: ClamAV using ClamSMTP Hey Dave, Single fix for a Tegra regression. Thanks, Ben. The following changes since commit 4a07c0a59fa372b069d879971ba4d9e341979cf: drm/nouveau/secboot/acr: fix memory leak (2018-10-11 09:54:10 +1000) are available in the Git repository at: git://github.com/skeggsb/linux linux-4.20 for you to fetch changes up to 4ac0a807da6f79d5f2a65f991030aee503fece3a: drm/nouveau/drm/nouveau: tegra: Call nouveau_drm_device_init() (2018-12-11 14:55:28 +1000) ---------------------------------------------------------------- Thierry Reding (1): drm/nouveau/drm/nouveau: tegra: Call nouveau_drm_device_init() drivers/gpu/drm/nouveau/nouveau_drm.c | 6 ++++++ 1 file changed, 6 insertions(+)