From patchwork Mon Aug 27 07:58:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10576585 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E4CE9139B for ; Mon, 27 Aug 2018 07:58:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D027F297D9 for ; Mon, 27 Aug 2018 07:58:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C37222982D; Mon, 27 Aug 2018 07:58:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E89A5297D9 for ; Mon, 27 Aug 2018 07:58:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BE4BF6E1B5; Mon, 27 Aug 2018 07:58:25 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb3-smtp-cloud8.xs4all.net (lb3-smtp-cloud8.xs4all.net [194.109.24.29]) by gabe.freedesktop.org (Postfix) with ESMTPS id 67B816E1B9; Mon, 27 Aug 2018 07:58:24 +0000 (UTC) Received: from marune.fritz.box ([IPv6:2001:983:e9a7:1:8960:b49d:3b62:6d25]) by smtp-cloud8.xs4all.net with ESMTPA id uCPkfxuCooj71uCPmfrQ2D; Mon, 27 Aug 2018 09:58:22 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv2 2/5] drm_dp_cec: add note about good MegaChips 2900 CEC support Date: Mon, 27 Aug 2018 09:58:17 +0200 Message-Id: <20180827075820.41109-3-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180827075820.41109-1-hverkuil@xs4all.nl> References: <20180827075820.41109-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfMH0NueUAPs/O2+m9fxxnj5O4PXDjtsPPxn+u+jlDFI0H9raQtNBckqZtLKT2Vvnli7R05QdbcBaTGYO9j4cig9NekQLDB/9VrCQw3EWZsLUIoAs0Voc eH1XTqX3eeb5SLentCMs3coElUc6NcLg8gpqWS8KHJ4y9wb5BABLUwdjV8RJN/z0ZGZrJXGICfeoBfhq8NBgmX5HKnU1ZWqT7OyC3mWnM5uWOiSyAmHiGBjj MXJSuJ0dXvyqqGQ+DH5jSAvsq41RFEXbS+AJA/DAvWpliDKECxUHglQATjhKmrgUb/BI8WlULg/3C4Z9o5ECRKRR9DRq5yLLA4yaQdlF2fnO+YqV169hv6dK MJYcNro5RfdeGqfFeCPkcJRrzysW4w== X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: nouveau@lists.freedesktop.org, Hans Verkuil , Maling list - DRI developers , amd-gfx@lists.freedesktop.org MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Hans Verkuil A big problem with DP CEC-Tunneling-over-AUX is that it is tricky to find adapters with a chipset that supports this AND where the manufacturer actually connected the HDMI CEC line to the chipset. Add a mention of the MegaChips 2900 chipset which seems to support this feature well. Signed-off-by: Hans Verkuil Reviewed-by: Lyude Paul Acked-by: Alex Deucher --- drivers/gpu/drm/drm_dp_cec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_dp_cec.c b/drivers/gpu/drm/drm_dp_cec.c index 1407b13a8d5d..8a718f85079a 100644 --- a/drivers/gpu/drm/drm_dp_cec.c +++ b/drivers/gpu/drm/drm_dp_cec.c @@ -16,7 +16,9 @@ * here. Quite a few active (mini-)DP-to-HDMI or USB-C-to-HDMI adapters * have a converter chip that supports CEC-Tunneling-over-AUX (usually the * Parade PS176), but they do not wire up the CEC pin, thus making CEC - * useless. + * useless. Note that MegaChips 2900-based adapters appear to have good + * support for CEC tunneling. Those adapters that I have tested using + * this chipset all have the CEC line connected. * * Sadly there is no way for this driver to know this. What happens is * that a /dev/cecX device is created that is isolated and unable to see