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 E5D48CA0FED for ; Fri, 5 Sep 2025 09:20:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4D75310E2CD; Fri, 5 Sep 2025 09:20:11 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="fq2415oh"; dkim-atps=neutral Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by gabe.freedesktop.org (Postfix) with ESMTPS id E0C9610E2CD for ; Fri, 5 Sep 2025 09:20:09 +0000 (UTC) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 8315D4E40C32; Fri, 5 Sep 2025 09:20:08 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 5C0696060B; Fri, 5 Sep 2025 09:20:08 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 327B4102F23C3; Fri, 5 Sep 2025 11:20:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1757064007; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=RjMAw3Y/qoBsdSuH2cgyL249u4w8kgs28kvIhsljAMo=; b=fq2415ohcn+dwNx0iBMqtqC3QMk/F+TjnKuFciS/b/p4PN0OEA/1TFptrBGpIfEGjgY3LU fmExwSPwOnPiM/AlzBeRCLGNZKsFqPRGHccreubqTIwlNceYzBEOzjru92xu71PIbTsu2G E75beVe/Gv7EEIekOXYaglj6XELy3TA+MdngiyPFFZcR5fqsLjxOx9XWv20nFADXZ21fDe 9rbeglvm8qUTZYJ2Lz3C7pUGWAu/9uMNdOZC2OMbW80NID4fczUyC/GvKWshnM9G+TUSp0 wA70EDgpOTRKNlBrtW7noHzh6tFtHj4XUQz421RzV1gPj4FCMjDxcEQIiq+V4Q== Date: Fri, 5 Sep 2025 11:20:00 +0200 From: Luca Ceresoli To: Maxime Ripard Cc: Maarten Lankhorst , Thomas Zimmermann , David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org, Dmitry Baryshkov Subject: Re: [PATCH v2 02/37] drm/atomic: Remove unused drm_atomic_get_existing_connector_state() Message-ID: <20250905112000.340a044c@booty> In-Reply-To: <20250902-drm-no-more-existing-state-v2-2-de98fc5f6d66@kernel.org> References: <20250902-drm-no-more-existing-state-v2-0-de98fc5f6d66@kernel.org> <20250902-drm-no-more-existing-state-v2-2-de98fc5f6d66@kernel.org> Organization: Bootlin X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 02 Sep 2025 11:35:01 +0200 Maxime Ripard wrote: > The drm_atomic_get_existing_connector_state() function is deprecated and > isn't used anymore, so let's remove it. > > Reviewed-by: Dmitry Baryshkov > Signed-off-by: Maxime Ripard Reviewed-by: Luca Ceresoli Tested-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com