From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C26D018D636 for ; Wed, 25 Mar 2026 12:54:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774443263; cv=none; b=EExnmYXqMTBbHnmJaUR/a2TbQZ5/skuM/eSdDfdbkCo8U87eVfXl4hWAykGnxLYo5s5x3JSKRDeRT/6ee65inOQYP41zyDCZxwAvtzkeWomXY0p/i81qrBmoP7a48bSSQsPYvR7502mdstfhLTri/0DtUw68oQmMKDcc3/Jo4gY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774443263; c=relaxed/simple; bh=l+eM+d/DLHNNcKAK6EYaxLQcXa8BHmHMsx/e0may25c=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=RnvJ9UoUbIs/WLDGzc2oV7T3QLdGh2Sh8Oggsq1vavBzPmDt4yW60zZrXbrYE5/sfmTikJrzCnJynGbVA9iR+x9WQNxwni+NlASHQDwIpPM6kfJOzTaUhJM3OEw14kRXFVeoz2U7sog9+21JYolW34C1xzisNpi9NNMxavQ+JDE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=CAwh0RzS; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="CAwh0RzS" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 3329F4E4270B; Wed, 25 Mar 2026 12:54:20 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id E9066601E2; Wed, 25 Mar 2026 12:54:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id E513A1045106E; Wed, 25 Mar 2026 13:54:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1774443258; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=l+eM+d/DLHNNcKAK6EYaxLQcXa8BHmHMsx/e0may25c=; b=CAwh0RzSnwvcWYzlYQQCOBZi8Qr4g98uK7iTfxJZVDdj3hnat5Rpks/VwQsUyW8ztw2Dqw XXT/PQLPa0pCjIouKEdlY/uJV4YiA7LESPCgnKOOCB9iNy4IkUvXDizBaNzBbcQEqShBF/ ilIA/M0nB3NH0x79KDx7hoMNXjgeBgXlGWK/DjqAxocAtQ3/D6ycWodJqUWWwUuajQSe1x Ix8PtmoEwVz6lwOh6vyF1H4ljTN9S1ExTMng/Gkfav5sqAlIwUhNCo6BqSpmN9bSJ9y0QC mK4ESFVLT9HEU/hKIxpjf/h590z+IWhjqApk8hVkLMFGSDWnRjoMuUYPimcD3Q== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 25 Mar 2026 13:54:08 +0100 Message-Id: Subject: Re: [PATCH v3 3/4] drm/bridge: analogix_dp: Apply DP helper API drm_dp_channel_eq_ok() Cc: , , , , , , , , , , , , , To: "Damon Ding" , , , From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20251110085823.1197472-1-damon.ding@rock-chips.com> <20251110085823.1197472-4-damon.ding@rock-chips.com> In-Reply-To: <20251110085823.1197472-4-damon.ding@rock-chips.com> X-Last-TLS-Session-Version: TLSv1.3 On Mon Nov 10, 2025 at 9:58 AM CET, Damon Ding wrote: > Use existing DP helper API instead of analogix_dp_channel_eq_ok() > with the same function. > > In addtion, remove unused function analogix_dp_get_lane_status() > > Signed-off-by: Damon Ding > Tested-by: Marek Szyprowski > Reviewed-by: Dmitry Baryshkov Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com