From patchwork Fri Oct 5 06:45:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Skeggs X-Patchwork-Id: 10627411 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 30E66112B for ; Fri, 5 Oct 2018 06:46:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 18737291F1 for ; Fri, 5 Oct 2018 06:46:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0CC302921C; Fri, 5 Oct 2018 06:46:10 +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 BB588291F1 for ; Fri, 5 Oct 2018 06:46:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 08B396E6E7; Fri, 5 Oct 2018 06:46:08 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ot1-f46.google.com (mail-ot1-f46.google.com [209.85.210.46]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8B9FF6E6E7 for ; Fri, 5 Oct 2018 06:46:06 +0000 (UTC) Received: by mail-ot1-f46.google.com with SMTP id h15-v6so11697159otj.5 for ; Thu, 04 Oct 2018 23:46:06 -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:cc; bh=/QkpljEpgHySSe0tJ3vKlLeldzh9YxK14W0mv0nT9iw=; b=ZyRWdHkk9t+JNhaT/1DB4S5uRaeBRAklDO/XPNPEfmLo9xFuHt4h/KwDOlbvEp3OAW z4D9LC3w/MO0FfHQ9wI8LSrmdUQs07NjHfjkZGelbI1dtWJTlTXJpe4enp/zACmLhMTy McjbquSwk9gDH7c+gsLkxNdoY0Afw+Oi6og7BQ4LFuJVd7btP3UHfK9aMErwQ92vhivi CEKwZuggjdagcYqqBNwhzl0v5wgaXyLfaAOLNORsiEZZbtl3AHWVVYm3ne9C/ilFn27b 9l9jjnCffxXat7k4EJCk5Dpvh1nxHrc4C2M2zgDd1fyUYp7NMugF7QYCdhBzYHLjxLis fhZA== X-Gm-Message-State: ABuFfojBMoUP3C0934dRfTell1pHIMaq3CR0LzMojxpdRgwoJfPOZEM+ 4kjt30bkWxxLqXBkNQtk51/I2m4H9SVeR/mjzL8xkdE7Q/s= X-Google-Smtp-Source: ACcGV62GlaSg4YF7u7ufgZUlu9/4ijumjBA5Ym9W1EFBnSWmyk//231uNcfRdoD/xH1QvDuP5SddZIs8QBDxoeC52nE= X-Received: by 2002:a9d:634d:: with SMTP id y13-v6mr5417687otk.86.1538721965647; Thu, 04 Oct 2018 23:46:05 -0700 (PDT) MIME-Version: 1.0 From: Ben Skeggs Date: Fri, 5 Oct 2018 16:45:54 +1000 Message-ID: Subject: nouveau-fixes 4.19 To: 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: , Cc: David Airlie Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 3483f08106fcd0e8edad2b9f2fc4726d25177799: drm/nouveau/devinit: fix warning when PMU/PRE_OS is missing (2018-09-13 10:56:58 +1000) are available in the Git repository at: git://github.com/skeggsb/linux linux-4.19 for you to fetch changes up to e46368cf77f2cb6304c51d9ff5f147cfb7dc0074: drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect() (2018-10-05 16:43:15 +1000) ---------------------------------------------------------------- Lyude Paul (1): drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect() drivers/gpu/drm/nouveau/dispnv50/disp.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)