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 4CBD4CCD193 for ; Mon, 20 Oct 2025 07:29:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 882DF10E267; Mon, 20 Oct 2025 07:29:48 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="vAeyrdcO"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0228A10E117; Mon, 20 Oct 2025 07:29:46 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id A5D3345A20; Mon, 20 Oct 2025 07:29:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C3CAC4CEF9; Mon, 20 Oct 2025 07:29:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1760945386; bh=RjFIO1r+q3N4OyF3t30qtbjkFjY6rLYauIxFwgJyc/c=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=vAeyrdcOI9qcmWbUpZE9/z+Sl2jCVjp8VSJg2+jTF9+jFlbtbrDl+p45ManKysmLP TvvPVNsAFnAHX6nHQ2oDoa/VXuUHMbHvkNQF6fhJqiV7yBrgVq0u2kWYnmcnSXg0Nn Kecr2BCFSw+0euZ+q9PfTNq5xAzS42H+gYXKSBaWFVtQVvRPLJcSgP0OjZUxSHTFvW rbrnlVs2S0U8uU7LOxEoP3x7I9o6nRz8tEEuIAEzlCh6dzOMbz6mhxe7fH9DRCgSpm 2pCCXmB460gJrnuVj1pke8LKKbEBHFcKVqyQnLKJjSOa3gJNRDwxqsBdWgJaGCgmyV KjO3o6mxbPACw== Message-ID: <66c4428b2129ee017133e9e2d6693295@kernel.org> Date: Mon, 20 Oct 2025 07:29:43 +0000 From: "Maxime Ripard" To: "Ville Syrjala" Subject: Re: [PATCH 1/2] drm/atomic: WARN about missing acquire_ctx in drm_atomic_get_private_obj_state() In-Reply-To: <20251017163327.9074-1-ville.syrjala@linux.intel.com> References: <20251017163327.9074-1-ville.syrjala@linux.intel.com> Cc: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, "Dan Carpenter" , "Maxime Ripard" Content-Transfer-Encoding: quoted-printable 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 Fri, 17 Oct 2025 19:33:26 +0300, Ville Syrjala wrote: > From: Ville Syrj=C3=A4l=C3=A4 >=20 > The crtc/plane/connector counterparts of > drm_atomic_get_private_obj_state() all WARN about a missing > acquire_ctx. Do the same in drm_atomic_get_private_obj_state() >=20 > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime