From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout1.hostsharing.net ([83.223.95.204]:55605 "EHLO mailout1.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750847AbdFDI5I (ORCPT ); Sun, 4 Jun 2017 04:57:08 -0400 Date: Sun, 4 Jun 2017 10:57:44 +0200 From: Lukas Wunner To: "Levin, Alexander (Sasha Levin)" Cc: "stable@vger.kernel.org" , Lyude Paul , Hans de Goede , Kilian Singer , David Airlie , Peter Ujfalusi Subject: Re: [PATCH for v4.9 LTS 069/111] drm/nouveau: Don't enabling polling twice on runtime resume Message-ID: <20170604085744.GA6936@wunner.de> References: <20170604081123.19462-1-alexander.levin@verizon.com> <20170604081123.19462-69-alexander.levin@verizon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170604081123.19462-69-alexander.levin@verizon.com> Sender: stable-owner@vger.kernel.org List-ID: [cc += Peter Ujfalusi] On Sun, Jun 04, 2017 at 08:12:31AM +0000, Levin, Alexander (Sasha Levin) wrote: > From: Lyude Paul > > [ Upstream commit cae9ff036eea577856d5b12860b4c79c5e71db4a ] There's a fix for the above-quoted commit which landed in v4.12-rc2 and may be worth applying on top: commit 9a2eba337cacefc95b97c2726e3efdd435b3460e Author: Peter Ujfalusi Date: Mon May 15 12:04:31 2017 +0300 drm/nouveau: Fix drm poll_helper handling Thanks, Lukas