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 46D30C25B07 for ; Wed, 10 Aug 2022 21:24:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9CCFC90A3A; Wed, 10 Aug 2022 21:24:39 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id ABA329098E for ; Wed, 10 Aug 2022 21:24:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1660166664; 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=CH+bsRVfRKAzxfRz0Y6zPUvP9PuA2dTgow9CTkbokJU=; b=LXnPzsEMNUryZzZKDVSqkGxbmBiML93oeN5j2D/QcoT0fRgyTpcb9HFRbYtNKWM9ZgAaCc 3izQj05PBWNfCGKP+AFsf1iWDYzQIxoq1T+KuCYmMqHbylB9VptDe3SwlGchCrVqKOtcBJ F8etzIe6nJjuWC48sQ8xZsCOKFl3DPo= Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-630-Bh20pnuiOhWMGRUJqAL9Cg-1; Wed, 10 Aug 2022 17:24:21 -0400 X-MC-Unique: Bh20pnuiOhWMGRUJqAL9Cg-1 Received: by mail-qk1-f197.google.com with SMTP id j19-20020a05620a289300b006b949aff6ddso8283437qkp.0 for ; Wed, 10 Aug 2022 14:24:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:organization :references:in-reply-to:date:cc:to:from:subject:message-id :x-gm-message-state:from:to:cc; bh=CH+bsRVfRKAzxfRz0Y6zPUvP9PuA2dTgow9CTkbokJU=; b=jwiiB3tb8AV+zKtoCIPD4mlMBHeZdddezhqIDIhQ4rpQFrioH35S0COi6XqNiPjiBq HBvnyZw4VcG2EvaBUc9qSGtyZyzAbmu3m1252gttVWTaE7dr6p23z9s1WQy90pjZ1hku YzqVsA3gNZyE4op56hoDJ53TBMSCswzRWaV6T/B64ft6AkZtnm7EejNPWlaaCk/dd2Xo WRAiArcEd9f7m3AoqXhY2bJNX4uGdvHEwGVjHQG1hhj/sEqszUpdy6IfwyVaDbC8vkzV SKV/Vcwv76gQxzh4yXsKCuRi55g1xPbr+bMflMDm1h0BK4GEpoCv68Z5b1WAhIIbjshc Zt9g== X-Gm-Message-State: ACgBeo0MIa8i9KluLkBseOpebHCCcvZXlmg0tISZPNYCIFtQjZBZBy/K YZnVC56SlV8VGLBkrOtFrdWFg5Iymdo9yvFI+pjGNGEObNHTl4Jmis++2tHzwuqNGa9aBUq3+r1 IyHgPBhkBFdQlC1N2vRoFShBvRA== X-Received: by 2002:ad4:5c8c:0:b0:477:d19:1a44 with SMTP id o12-20020ad45c8c000000b004770d191a44mr25810445qvh.15.1660166661016; Wed, 10 Aug 2022 14:24:21 -0700 (PDT) X-Google-Smtp-Source: AA6agR7XpKjHRWLRkaNX1FxNV371wKY9RaiC7cNv4LC+I+YThDc2iSlxEACY5NpVokJ14lxVzaofjw== X-Received: by 2002:ad4:5c8c:0:b0:477:d19:1a44 with SMTP id o12-20020ad45c8c000000b004770d191a44mr25810417qvh.15.1660166660820; Wed, 10 Aug 2022 14:24:20 -0700 (PDT) Received: from [192.168.8.138] (pool-100-0-245-4.bstnma.fios.verizon.net. [100.0.245.4]) by smtp.gmail.com with ESMTPSA id bq19-20020a05620a469300b006b59ddb4bc5sm708593qkb.84.2022.08.10.14.24.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Aug 2022 14:24:20 -0700 (PDT) Message-ID: Subject: Re: [PATCH v2 1/3] drm/dp_mst: add passthrough_aux to struct drm_dp_mst_port From: Lyude Paul To: Hamza Mahfooz , linux-kernel@vger.kernel.org Date: Wed, 10 Aug 2022 17:24:18 -0400 In-Reply-To: References: <20220805211317.176672-1-hamza.mahfooz@amd.com> <8db8a726d1aac25b3590497db9cbdcc3fe161227.camel@redhat.com> <3690a632acc9d5d83ae8a33dfc8b88db7fe8aebf.camel@redhat.com> Organization: Red Hat Inc. User-Agent: Evolution 3.42.4 (3.42.4-2.fc35) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ian Chen , David Airlie , Imre Deak , dri-devel@lists.freedesktop.org, Imran Khan , Ville =?ISO-8859-1?Q?Syrj=E4l=E4?= , Kees Cook , Rodrigo Siqueira , Javier Martinez Canillas , amd-gfx@lists.freedesktop.org, Leo Li , Fangzhi Zuo , Aurabindo Pillai , Harry Wentland , Daniel Vetter , Jani Nikula , hersenxs.wu@amd.com, Mikita Lipski , Bhawanpreet Lakha , David Zhang , "Pan, Xinhui" , Roman Li , Christian =?ISO-8859-1?Q?K=F6nig?= , Claudio Suarez , Thomas Zimmermann , Wayne Lin , Alex Deucher , Colin Ian King , Nicholas Kazlauskas Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Wed, 2022-08-10 at 09:23 -0400, Hamza Mahfooz wrote: > On 2022-08-09 18:01, Lyude Paul wrote: > > Ah yes of course! Probably should have asked when I gave the r-b :). Also, > > just so patchwork actually catches it I will say the magic incantation: > > > > Reviewed-by: Lyude Paul > > > > Do we want to merge just this patch to drm-misc-next, or do you want to merge > > the whole series through there? If you'd rather just merge this through amd's > > branch I'm fine with that as well > > In that case, it is preferable to have all of the patches in this series > to get merged through amd's branch.\ Sounds totally fine to me! Just make sure to run it by Harry or another amdgpu maintainer first, and then you should be good to go. > > > > > On Tue, 2022-08-09 at 11:15 -0400, Hamza Mahfooz wrote: > > > Hey Lyude, > > > > > > On 2022-08-05 17:17, Lyude Paul wrote: > > > > lgtm! > > > > > > > > > > Any chance you can apply this to drm-misc-next? > > > > > > > Reviewed-by: Lyude Paul > > > > > > > > On Fri, 2022-08-05 at 17:13 -0400, Hamza Mahfooz wrote: > > > > > Currently, there is no way to identify if DSC pass-through can be > > > > > enabled and what aux DSC pass-through requests ought to be sent to. So, > > > > > add a variable to struct drm_dp_mst_port that keeps track of the > > > > > aforementioned information. > > > > > > > > > > Signed-off-by: Hamza Mahfooz > > > > > --- > > > > > v2: define DP_DSC_PASSTHROUGH_IS_SUPPORTED > > > > > --- > > > > > drivers/gpu/drm/display/drm_dp_mst_topology.c | 4 +++- > > > > > include/drm/display/drm_dp.h | 1 + > > > > > include/drm/display/drm_dp_mst_helper.h | 3 +++ > > > > > 3 files changed, 7 insertions(+), 1 deletion(-) > > > > > > > > > > diff --git a/drivers/gpu/drm/display/drm_dp_mst_topology.c b/drivers/gpu/drm/display/drm_dp_mst_topology.c > > > > > index 67b3b9697da7..71915afd9892 100644 > > > > > --- a/drivers/gpu/drm/display/drm_dp_mst_topology.c > > > > > +++ b/drivers/gpu/drm/display/drm_dp_mst_topology.c > > > > > @@ -5921,8 +5921,10 @@ struct drm_dp_aux *drm_dp_mst_dsc_aux_for_port(struct drm_dp_mst_port *port) > > > > > /* Enpoint decompression with DP-to-DP peer device */ > > > > > if ((endpoint_dsc & DP_DSC_DECOMPRESSION_IS_SUPPORTED) && > > > > > (endpoint_fec & DP_FEC_CAPABLE) && > > > > > - (upstream_dsc & 0x2) /* DSC passthrough */) > > > > > + (upstream_dsc & DP_DSC_PASSTHROUGH_IS_SUPPORTED)) { > > > > > + port->passthrough_aux = &immediate_upstream_port->aux; > > > > > return &port->aux; > > > > > + } > > > > > > > > > > /* Virtual DPCD decompression with DP-to-DP peer device */ > > > > > return &immediate_upstream_port->aux; > > > > > diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h > > > > > index 9e3aff7e68bb..4d0abe4c7ea9 100644 > > > > > --- a/include/drm/display/drm_dp.h > > > > > +++ b/include/drm/display/drm_dp.h > > > > > @@ -239,6 +239,7 @@ > > > > > > > > > > #define DP_DSC_SUPPORT 0x060 /* DP 1.4 */ > > > > > # define DP_DSC_DECOMPRESSION_IS_SUPPORTED (1 << 0) > > > > > +# define DP_DSC_PASSTHROUGH_IS_SUPPORTED (1 << 1) > > > > > > > > > > #define DP_DSC_REV 0x061 > > > > > # define DP_DSC_MAJOR_MASK (0xf << 0) > > > > > diff --git a/include/drm/display/drm_dp_mst_helper.h b/include/drm/display/drm_dp_mst_helper.h > > > > > index 10adec068b7f..4a39c95f8afd 100644 > > > > > --- a/include/drm/display/drm_dp_mst_helper.h > > > > > +++ b/include/drm/display/drm_dp_mst_helper.h > > > > > @@ -86,6 +86,8 @@ struct drm_dp_vcpi { > > > > > * @next: link to next port on this branch device > > > > > * @aux: i2c aux transport to talk to device connected to this port, protected > > > > > * by &drm_dp_mst_topology_mgr.base.lock. > > > > > + * @passthrough_aux: parent aux to which DSC pass-through requests should be > > > > > + * sent, only set if DSC pass-through is possible. > > > > > * @parent: branch device parent of this port > > > > > * @vcpi: Virtual Channel Payload info for this port. > > > > > * @connector: DRM connector this port is connected to. Protected by > > > > > @@ -140,6 +142,7 @@ struct drm_dp_mst_port { > > > > > */ > > > > > struct drm_dp_mst_branch *mstb; > > > > > struct drm_dp_aux aux; /* i2c bus for this port? */ > > > > > + struct drm_dp_aux *passthrough_aux; > > > > > struct drm_dp_mst_branch *parent; > > > > > > > > > > struct drm_dp_vcpi vcpi; > > > > > > > > > > -- Cheers, Lyude Paul (she/her) Software Engineer at Red Hat