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 580C4C433EF for ; Fri, 3 Dec 2021 11:48:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0FE5789198; Fri, 3 Dec 2021 11:48:05 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9D0B273E34 for ; Fri, 3 Dec 2021 11:48:03 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10186"; a="323214410" X-IronPort-AV: E=Sophos;i="5.87,284,1631602800"; d="scan'208";a="323214410" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Dec 2021 03:48:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,284,1631602800"; d="scan'208";a="541599985" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.171]) by orsmga001.jf.intel.com with SMTP; 03 Dec 2021 03:48:01 -0800 Received: by stinkbox (sSMTP sendmail emulation); Fri, 03 Dec 2021 13:48:00 +0200 Date: Fri, 3 Dec 2021 13:48:00 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: intel-gfx@lists.freedesktop.org Message-ID: References: <20211124113652.22090-1-ville.syrjala@linux.intel.com> <20211124113652.22090-21-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: <20211124113652.22090-21-ville.syrjala@linux.intel.com> X-Patchwork-Hint: comment Subject: Re: [Intel-gfx] [PATCH 20/20] drm/i915/fbc: Pimp the FBC debugfs output 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 Wed, Nov 24, 2021 at 01:36:52PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Now that each plane tracks its own no_fbc_reason we can print that > out in debugfs, and we can also show which plane is currently > selected for FBC duty. > > Signed-off-by: Ville Syrjälä This one is still missing review. I've pushed everything else, thans for the reviews so far. -- Ville Syrjälä Intel