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 23129C5475B for ; Fri, 8 Mar 2024 06:58:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8D27810E957; Fri, 8 Mar 2024 06:58:58 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="lmcWK1KC"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id CC9B010E6C6 for ; Fri, 8 Mar 2024 06:58:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709881138; x=1741417138; h=date:from:to:subject:message-id:references:mime-version: content-transfer-encoding:in-reply-to; bh=d+dGIj8AIakwyFugANCOkfam4sBQh9gb6wihYgBv614=; b=lmcWK1KCyJdhKrPlQEvy1FX/WxNCkDZOhXQMq/hsl6ESm9dm6g7ICv2y E6/GazsBipVEgjYNoKGtWl7b6RBlNY8JHyYvn2FGRvBr1AtQ8YPdnKvF6 gP8PoPHPKVKzTgNwwarSc4FPRNZii9SozQkGWnw9TVNARnbjQppYpnJws MjjkKFThzpdQKh6tSeZZoguCZA0cSUxXCFJMLQOgrUHfZAQbzG0SiTy/s XY8DJQ49gzQaLzXAWfv2F8w6dn//otVPxgxDoVjed7sf7JOMiQY589Nyz 0Rg67a36d/QexQOJHbkebCrO5WPU/gaRtSsYG944buZwFwi4/L5HWpiX4 A==; X-IronPort-AV: E=McAfee;i="6600,9927,11006"; a="22042264" X-IronPort-AV: E=Sophos;i="6.07,108,1708416000"; d="scan'208";a="22042264" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2024 22:58:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,11006"; a="827775066" X-IronPort-AV: E=Sophos;i="6.07,108,1708416000"; d="scan'208";a="827775066" Received: from stinkpipe.fi.intel.com (HELO stinkbox) ([10.237.72.74]) by orsmga001.jf.intel.com with SMTP; 07 Mar 2024 22:58:55 -0800 Received: by stinkbox (sSMTP sendmail emulation); Fri, 08 Mar 2024 08:58:54 +0200 Date: Fri, 8 Mar 2024 08:58:54 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: intel-gfx@lists.freedesktop.org Subject: Re: [PATCH 0/3] drm/i915: Make crtc disable more atomic Message-ID: References: <20240305084730.19182-1-ville.syrjala@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240305084730.19182-1-ville.syrjala@linux.intel.com> 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 Tue, Mar 05, 2024 at 10:47:27AM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Make the crtc disable more atomic (in terms of plane disable). > > And also also track which pipes need disabling in the same way > as skl_commit_modeset_enables(), which should make the whole > thing bit less messy as we don't have to keep on checking the > same conditions multiple times. > > Ville Syrjälä (3): > drm/i915: Precompute disable_pipes bitmask in > intel_commit_modeset_disables() > drm/i915: Disable planes more atomically during modesets > drm/i915: Simplify intel_old_crtc_state_disables() calling convention Pushed to drm-intel-next, with Stan's r-b's hoovered in from the earlier posting: https://patchwork.freedesktop.org/series/130619/ > > drivers/gpu/drm/i915/display/intel_display.c | 48 +++++++++++--------- > 1 file changed, 27 insertions(+), 21 deletions(-) > > -- > 2.43.0 -- Ville Syrjälä Intel