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 25A8A31A061 for ; Wed, 25 Mar 2026 12:54:22 +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=YsdpHBl5XvNKJ7m2lFeDZUTdx6e0J69TXxPd5U76tCwvxRmV8xkYGeC9DOvvWienGGTxHSignQQlFA6SQgFP/7/1ZWi0j1rJVbrMiS0VRTaygt+gnDmv3XylsgOE1MCQXEh34N/yYAoyRkrxeHWAMPq/KPzYaJjwWDRz4nmi44M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774443263; c=relaxed/simple; bh=1MQMKKuc6xZNYi8Uo9EHxd2QXLot9Kz0JdFiF9OwEwg=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=kZmBeRWRCHfMMxCmmVOVVlOmiBbmuVn9kJRAMAZq7vxRHLbpLkI9O3+5LFZUPpgHQDI2C/bqObsWNBi++ymyr/GcV0v86viCqwT4LQAcSUbH6MavrKZC29fQRBl0xAJNNgyAlf+YX8IuZ66KM8AAs631w3Ljy1jB9yfweCeLZ/Q= 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=H8V9Vt4w; 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="H8V9Vt4w" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id CAEC54E42739; 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 9F7B2601E2; Wed, 25 Mar 2026 12:54:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id E679C104510D9; Wed, 25 Mar 2026 13:54:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1774443259; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=1MQMKKuc6xZNYi8Uo9EHxd2QXLot9Kz0JdFiF9OwEwg=; b=H8V9Vt4wbPYGO+eKPTrp3OzHcNb8Eexv8NNjpQpREBBsp9sD3/HOvFPFQTCw5ISTCMZFVl 0DM8Q82OAO79XMEstz2N56zhxKERSZE0ozH6wGp33kdOudgvowO+4zH7zogfPp4niu7e6r +NauV125Gb6xqKi6DUG3ue0D1lRHh5HsAr9fnoysnOqb6XKNiIg9A4jVJw1XD/3ERcRyaF WM9EPS0g3VO6Js3Nb/5yAy8nE10F7qGJ4D2OaMD5iin9rqjapf2VTP/iWnLPs1u3kNlCmC 987sBo1AZeOP3+uVil1Hv+YOLOvFIfYnl9vDfCKSXQO+0p/YXVeD5v70FBXWTA== 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:15 +0100 Message-Id: Subject: Re: [PATCH v3 4/4] drm/bridge: analogix_dp: Apply DP helper APIs to get adjusted voltages and pre-emphasises Cc: , , , , , , , , , , , , , To: "Damon Ding" , , , From: "Luca Ceresoli" X-Mailer: aerc 0.20.1 References: <20251110085823.1197472-1-damon.ding@rock-chips.com> <20251110085823.1197472-5-damon.ding@rock-chips.com> In-Reply-To: <20251110085823.1197472-5-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: > Replace analogix_dp_get_adjust_request_voltage() and > analogix_dp_get_adjust_request_pre_emphasis() with existing DP helper > APIs with the same function. > > 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