From patchwork Fri Mar 22 00:00:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Ben Skeggs X-Patchwork-Id: 10864601 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 D85EA6C2 for ; Fri, 22 Mar 2019 00:01:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C1DD429D72 for ; Fri, 22 Mar 2019 00:01:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B61BA2A569; Fri, 22 Mar 2019 00:01:51 +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,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 6F9B129D72 for ; Fri, 22 Mar 2019 00:01:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 46EDD6E1D7; Fri, 22 Mar 2019 00:01:49 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5AB996E1D7 for ; Fri, 22 Mar 2019 00:01:47 +0000 (UTC) Received: by mail-ot1-f51.google.com with SMTP id d24so391540otl.11 for ; Thu, 21 Mar 2019 17:01:47 -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 :content-transfer-encoding; bh=+XgeChloc7Tdic+pGDItTq7OkyK6DSTW0JW+0HntECo=; b=sIXWxT4H8RfpN1o8E5JXATqdqUOhziy/l5XPY/LEyCY3By8VjRZIAJoiXbQ0pG22/N NT7Cbv9L8TFuGZJR/J4wk7FUatQczgNh66ibyPGVC4ScR3a+p81dAtGKR3aH2fesYyZx pVuBKfeQ+TDA9jXeANZWzI52FAQH9R3nCKE41PBBtt/s1vbw5wwZsiKyXluUpgH2xQH5 6kmXSVDRuyIqB3h/rk2NGeCbVhMlVq5KQZpUuk5rpoHKN7zTL9P5W57+IPLpEFbmWz9G lC2218fNcfGSWl0roOma3XcYBRq9aCWcZu/UJ5qN8nBRvIk+B9/OzMOrSmBdnOxPTfrC VkPA== X-Gm-Message-State: APjAAAXcXROthIJ4U7tpAM+oZDuu6ZDMyXer3mQo4V8EJ42/eT/PyEKs NHUly9NaDR7KolfOTKL2I7+r5I7YXYdn40ADr+GQffSWI3U= X-Google-Smtp-Source: APXvYqxpokcABYjOR+9LWyH1RHmMZF7oabEFyt0g9DXuBcIQCTO382mZGWWjM8SC/9gZzAQ+1xvU6m3YxrCtmGFjwOg= X-Received: by 2002:a05:6830:1654:: with SMTP id h20mr4604895otr.149.1553212906645; Thu, 21 Mar 2019 17:01:46 -0700 (PDT) MIME-Version: 1.0 From: Ben Skeggs Date: Fri, 22 Mar 2019 10:00:15 +1000 Message-ID: Subject: nouveau-fixes 5.1 To: David Airlie , dri-devel 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 The following changes since commit a788ade4f6e0302710f89b2a3534346df752072d: drm/nouveau/dmem: use dma addresses during migration copies (2019-02-20 09:00:03 +1000) are available in the Git repository at: git://github.com/skeggsb/linux linux-5.1 for you to fetch changes up to 83857418073fda5e0d562e6639b45ae06c957131: drm/nouveau/dmem: empty chunk do not have a buffer object associated with them. (2019-03-22 09:58:38 +1000) ---------------------------------------------------------------- Dan Carpenter (1): drm/nouveau/dmem: Fix a NULL vs IS_ERR() check Jérôme Glisse (1): drm/nouveau/dmem: empty chunk do not have a buffer object associated with them. YueHaibing (2): drm/nouveau/dmem: remove set but not used variable 'drm' drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure drivers/gpu/drm/nouveau/nouveau_debugfs.c | 2 +- drivers/gpu/drm/nouveau/nouveau_dmem.c | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-)