Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756516AbdGKSyK (ORCPT ); Tue, 11 Jul 2017 14:54:10 -0400 Received: from mout.gmx.net ([212.227.15.19]:56028 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756440AbdGKSyG (ORCPT ); Tue, 11 Jul 2017 14:54:06 -0400 Message-ID: <1499799228.5315.39.camel@gmx.de> Subject: Re: [regression drm/noveau] suspend to ram -> BOOM: exception RIP: drm_calc_vbltimestamp_from_scanoutpos+335 From: Mike Galbraith To: Ilia Mirkin Cc: LKML , "dri-devel@lists.freedesktop.org" , "nouveau@lists.freedesktop.org" , David Airlie , Ben Skeggs Date: Tue, 11 Jul 2017 20:53:48 +0200 In-Reply-To: References: <1499794333.5315.8.camel@gmx.de> <1499796510.5315.27.camel@gmx.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:5aTaXexOEIL+0zQwbwfsOwF96m5o/YU4kU8/5+2gUulRRumS4Cd fRJiTQotYGapzKLDHigTsuVZ2w71Cy63u/MjOmCI2U3Ps2MLZX9uu2CSq8dH2KC8oUizMSa iJGbLuAwaAo5mqE/O32f2M1zNTD2mOtBKIFLU5iQhbfNlxrfAeMUhF1xbynpovxwm0YH99V wq+8NZig6ERCZdnE6+4OA== X-UI-Out-Filterresults: notjunk:1;V01:K0:QFnwepdGUls=:Ev/6nMvEmH/RtUlttPcaMZ EswUu94lZ3HeVCoRQhk8qa6VP1yGeiIzRFtTAmx1S1a0aDTCf2/T3NXRdw1SuLgSy2z6aDK+1 n9LgRhUK7PyFKvbcMWYqT3JSKILbvpmXSs2qeEhJBVwVxbvFdk3hoYdlvyI4PB8r9DBNFZ7wj yhEWA2ZafcMFuIQxhvZ22XSmkql6V+5z+AsC2YNapDjjYY3FMkOQZLI10V7vBoAUr8cCrF61n fN503gh6hoLz9klKnJ9ObL9nGNQnP+r4KsanBRNgYO2a5ELUBlMhxFv36IMbAp445h7Zuu2hf a1vzg/Lg9mOBMWpZvb2qOGtzKp0w174L2jp6V8hHgIWeb1F9I7dyciBc+UTGdl1NR4qJH1Cm0 WBmfLfMifWvinZYzR/OYHM3zW3dRfzzl+bLvQf8WUL5N4Ogu9J/9yjC0mF6nD1MgCSbGJpEQn 1SA6iz1ylsl98njyUv7aPOjsOv+6FeCcj+bBjav4TdWbSZcJLh76LnitdIZ7z1wckSj4T/z4V DbIK89zaGLUb01PLOXYaJU2ixLuSokdT1vfeyG/EJhakA0ZiZ75YVDp4Qog+uDpHdei/3AZa1 muofoam0ygFiLFJDRXaQiRlbVV4z3xaVpJz47/NVwpe+N+6261v+ruuGHi6USSGyCacD9v3S+ OLzSgvFgjQoAAdgHKpPC7fhoUY8AckbyTTxMGnkNEaigPt/3N5/qL9PDi0YeZfDuiNICcBbkI DOnoMp4pewTCPn+VIosHKP6ZFhpmegfZ0ZSzriQUNFh0XJdGwHpQ4hQpv7a7p3JEqZBCU6GO5 XPO0OWa Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 851 Lines: 22 On Tue, 2017-07-11 at 14:22 -0400, Ilia Mirkin wrote: > > OK, thanks. So in other words, a fairly standard desktop with a PCIe > board plugged in. No funny business. (Laptops can create a ton of > additional weirdness, which I assumed you had since you were talking > about STR.) Yup, garden variety deskside box. > My best guess is that gf119_head_vblank_put either has a bogus head id > (should be in the 0..3 range) which causes it to do an out-of-bounds > read on MMIO space, or that the MMIO mapping has already been removed > by the time nouveau_display_suspend runs. Adding Ben Skeggs for > additional insight. > > Some display stuff did change for 4.13 for GM20x+ boards. If it's not > too much trouble, a bisect would be pretty useful. Vacation -> back to work happens in the very early AM, so bisection will have to wait a bit. -Mike