From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-178.mta0.migadu.com (out-178.mta0.migadu.com [91.218.175.178]) (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 3F13C5E088 for ; Wed, 13 Mar 2024 23:54:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.178 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710374077; cv=none; b=o1a+yet4wgni4JoPuEsirfVDpkUTidN8fWAIbLqIR1TjqDjLpcg9E9EOGMv1v14v6zq3ZNSH0Wy66WGC6DNtPzdFDCAxUeXx7ySqjT2CD8NifDxAOFvi5oDL6O6J++Z1p6NDfTelHtvelJZbKcEygzPThYpa1BrIeNN8pDGgcPk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710374077; c=relaxed/simple; bh=agsMjUee/f3mka2P9D+cfgrCYVLTGyQ1fDgitr3d64k=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=rax/LeOBOcmWyFlctcTirnzYyCOq8+YUidGFXiffSJVAjWJMCSO/ODhmZwoTN2mQwSZH+GCk3UNw1+pt0tWuZxFHoweumdLb2HgEC2hnO8Awxjnl+2Xk+LTVBMvmqcHFDqV6YRkrSswrITSRM+/hGdfo8nlInnG4i+AiNVhxcR4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=bvX/By1g; arc=none smtp.client-ip=91.218.175.178 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="bvX/By1g" Message-ID: <22f5c178-5c7b-4971-a93c-020913decfa0@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1710374074; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qKbcUpCMjFnZRisiSg2oV2LxlfIvDrhVcsFE8vaadrE=; b=bvX/By1gaQjqJ3GwgA2ebPhlrc8TYjpI9pXhYZbFTtAg0b5O3cvI0IsH+y+wV50DwNbn9n lZUhWobGPAWNrR/IqL8/tK6QK2S2+Ws/VZRF9C/+9CTHqWftoAMwckKhqpwOnLEhMMBd5Q p+oRXN01WLRuJ8tPvZ5Ukyvuj0oj934= Date: Thu, 14 Mar 2024 07:54:02 +0800 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [v9,23/27] drm/vc4: hdmi: Switch to HDMI connector Content-Language: en-US To: Maxime Ripard , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Daniel Vetter , Jonathan Corbet , Sandy Huang , =?UTF-8?Q?Heiko_St=C3=BCbner?= , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland Cc: Hans Verkuil , Sebastian Wick , =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-sunxi@lists.linux.dev References: <20240311-kms-hdmi-connector-state-v9-23-d45890323344@kernel.org> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sui Jingfeng In-Reply-To: <20240311-kms-hdmi-connector-state-v9-23-d45890323344@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Hi, LGTM, On 2024/3/11 22:49, Maxime Ripard wrote: > The new HDMI connector infrastructure allows us to remove a lot of > boilerplate, so let's switch to it. > > Signed-off-by: Maxime Ripard Acked-by: Sui Jingfeng -- Best regards, Sui