From patchwork Wed Dec 12 07:02:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Skeggs X-Patchwork-Id: 10725579 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 A550D6C5 for ; Wed, 12 Dec 2018 07:02:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8465C2AFAD for ; Wed, 12 Dec 2018 07:02:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 714F42AFC4; Wed, 12 Dec 2018 07:02:34 +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 176282AFAD for ; Wed, 12 Dec 2018 07:02:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 54E596E559; Wed, 12 Dec 2018 07:02:31 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-vs1-xe2b.google.com (mail-vs1-xe2b.google.com [IPv6:2607:f8b0:4864:20::e2b]) by gabe.freedesktop.org (Postfix) with ESMTPS id EB2876E559 for ; Wed, 12 Dec 2018 07:02:29 +0000 (UTC) Received: by mail-vs1-xe2b.google.com with SMTP id z3so10453866vsf.7 for ; Tue, 11 Dec 2018 23:02:29 -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=vhhcRRZCSmHsMk+wh6jbBjlBiWDiKX4HtlObzRG94WY=; b=pR0NanwiT9HejSWsSZu9ikoUqpNACAmnEdyW2jKywyJRI1u14lkU29LDORFIifasPP 8E62UiSwdAFb8I/adseu6I3qpUi8BIPVEg8GcwK2DpAi4snfQL0FVrWivgi60jnB5HiW P/r6zWi0vLFG1AfMtGy7jrdWedVsGRXqCc+B1DjxAZ4eHdIgi6P8B0cyOy3iIeGiI4Fb lbuBAmImRxOSzgVvgqhWUNxQhED/8G4uzyhJC53WXJExseqOacvmmWk0j6c9NCNrRLri +/mFVROyHwfWLCmMr8kjAxHjfCPmOfeAMbYNYLwKf8vuQtEK6K0fAP9crWJpcy899Ha2 KbqA== X-Gm-Message-State: AA+aEWZB10yFFALZqJBPZBYQ4Iq7gaQ75Cp0petziBK+8g4HvFvprZfN e4nVeTJeUp0eZ+Q8jjLUEKw8wXaQyR//Tr2yI6CyLREY X-Google-Smtp-Source: AFSGD/UGSOGCGKkTHYUhpg+0Y167gWDOgljied5mopdrOuDvWJ8F30/cE2fhjk7GFuFOd1rQ7vkCNA0/myqSePLP1/I= X-Received: by 2002:a67:5b01:: with SMTP id p1mr8110958vsb.132.1544598148707; Tue, 11 Dec 2018 23:02:28 -0800 (PST) MIME-Version: 1.0 From: Ben Skeggs Date: Wed, 12 Dec 2018 17:02:17 +1000 Message-ID: Subject: nouveau-fixes 4.20 To: dri-devel@lists.freedesktop.org, Dave Airlie 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, A couple more fixes, the display one is particularly important as it appears something like this is hitting quite a few people. Thanks, Ben. The following changes since commit 4ac0a807da6f79d5f2a65f991030aee503fece3a: drm/nouveau/drm/nouveau: tegra: Call nouveau_drm_device_init() (2018-12-11 14:55:28 +1000) are available in the Git repository at: git://github.com/skeggsb/linux linux-4.20 for you to fetch changes up to 24199c5436f267399afed0c4f1f57663c0408f57: drm/nouveau/kms: Fix memory leak in nv50_mstm_del() (2018-12-12 17:00:26 +1000) ---------------------------------------------------------------- Ben Skeggs (1): drm/nouveau/kms/nv50-: also flush fb writes when rewinding push buffer Lyude Paul (1): drm/nouveau/kms: Fix memory leak in nv50_mstm_del() drivers/gpu/drm/nouveau/dispnv50/disp.c | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-)