From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 263C2C54E58 for ; Mon, 25 Mar 2024 16:55:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 620C110E9C9; Mon, 25 Mar 2024 16:55:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="Y99h71vE"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id EAE6610E9C9 for ; Mon, 25 Mar 2024 16:55:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1711385715; x=1742921715; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Yx67Ga5sL8d9XRVjjkCBVm7AaweJymA+Yhv8VHylsEw=; b=Y99h71vEvaURs20s0BhaEQOeFFf+YOXHkIh4cAodPSOigh7LNgxbAG3h gJ5LtvQ5DKjhseakkJ7xiHiTKFWPxb89NOaQKEyFk1wxjGhcLd1RNtw/U odVB0/2idZvEhuMRaV6DbGtvIb3HkJZeAd7Ju7KZjHGYwZXPXZou3ZbI9 ts7hta/oLUAeRCeRXh8u+SiSZhEOSGhlJuYHkYnGXag7A3tMP0Df5y0Pp 7Umtv/9qLGjBPxYfX25r1Qc1JdWffxnfxpQmMEVfeRlORdg9gwl33vUtN JeAaZFuA+KvUYkMrxEwfYj4X4+VQws+yIhIFPaiKMHmWSF4MeqAWwEMhz A==; X-IronPort-AV: E=McAfee;i="6600,9927,11024"; a="6611892" X-IronPort-AV: E=Sophos;i="6.07,153,1708416000"; d="scan'208";a="6611892" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmvoesa108.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2024 09:54:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,11024"; a="827784760" X-IronPort-AV: E=Sophos;i="6.07,153,1708416000"; d="scan'208";a="827784760" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.74]) by orsmga001.jf.intel.com with SMTP; 25 Mar 2024 09:54:45 -0700 Received: by stinkbox (sSMTP sendmail emulation); Mon, 25 Mar 2024 18:54:44 +0200 Date: Mon, 25 Mar 2024 18:54:44 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Borislav Petkov Cc: Jani Nikula , intel-gfx@lists.freedesktop.org, Joonas Lahtinen , Rodrigo Vivi , Tvrtko Ursulin , David Airlie , Daniel Vetter , lkml Subject: Re: BUG: sleeping function called from invalid context at drivers/gpu/drm/i915/gem/i915_gem_pages.c:526 Message-ID: References: <20240227100342.GAZd2zfmYcPS_SndtO@fat_crate.local> <87jzmqjir5.fsf@intel.com> <20240227105356.GBZd2_RL9hjC_LupZB@fat_crate.local> <87h6hujhrz.fsf@intel.com> <20240325163342.GEZgGnZpROSN4euuLb@fat_crate.local> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240325163342.GEZgGnZpROSN4euuLb@fat_crate.local> X-Patchwork-Hint: comment X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Mar 25, 2024 at 05:33:42PM +0100, Borislav Petkov wrote: > On Tue, Feb 27, 2024 at 12:58:08PM +0200, Jani Nikula wrote: > > Let's see what Ville says, but in the end bisection might be the > > quickest way to find the regression. Though I understand it can be > > tedious for you personally. > > That still fires with 6.-9-rc1. Does Ville have any suggestions or > should I bisect? Sorry, completely missed this. The culprit is going to be commit 1de63528e728 ("drm/i915: Perform vblank evasion around legacy cursor updates") I'll cook up a fix. -- Ville Syrjälä Intel