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 X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3465DC4332F for ; Tue, 7 Sep 2021 20:47:53 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D9AA060F23 for ; Tue, 7 Sep 2021 20:47:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D9AA060F23 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E83D36E0D6; Tue, 7 Sep 2021 20:47:51 +0000 (UTC) Received: from so254-9.mailgun.net (so254-9.mailgun.net [198.61.254.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8FB696E0D5 for ; Tue, 7 Sep 2021 20:47:50 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1631047670; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=84xmrz2XVH3FwGCgz/JKGOKJty2YePbiyLIkDOPrV8U=; b=N4DifhmNzOxLorhAv4afzrlphd3rFZBtoEEJGgqowJqUIrIZ/bOXjzOISj3UKJgwQkXXY6GH 5mbQYVDnAOYF01BbIC7+5kNSK8f8qveftyUkk2P3f4yquCFftfWYQtgrDySIQCSCJIlDTtCA DjMGtlDLsaYCxfeC2WnEklkA9tI= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyJkOTU5ZSIsICJkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n03.prod.us-east-1.postgun.com with SMTP id 6137cff56fc2cf7ad94f8776 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 07 Sep 2021 20:47:49 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 7EF79C43635; Tue, 7 Sep 2021 20:47:48 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: khsieh) by smtp.codeaurora.org (Postfix) with ESMTPSA id 5A64FC43460; Tue, 7 Sep 2021 20:47:47 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 07 Sep 2021 13:47:47 -0700 From: khsieh@codeaurora.org To: Lyude Paul Cc: Jani Nikula , robdclark@gmail.com, sean@poorly.run, swboyd@chromium.org, abhinavk@codeaurora.org, aravindh@codeaurora.org, rsubbia@codeaurora.org, rnayak@codeaurora.org, freedreno@lists.freedesktop.org, airlied@linux.ie, daniel@ffwll.ch, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] drm/dp_mst: Fix return code on sideband message failure In-Reply-To: References: <1625585434-9562-1-git-send-email-khsieh@codeaurora.org> <87zguy7c5a.fsf@intel.com> <2da3949fa3504592da42c9d01dc060691c6a8b8b.camel@redhat.com> <79c5a60fc189261b7a9ef611acd126a41f921593.camel@redhat.com> <696a009e2ab34747abd12bda03c103c7@codeaurora.org> <64049ef6c598910c1025e0e5802bb83e@codeaurora.org> <88b5fbe60c95bcdf42353bec9f8c48aefa864a31.camel@redhat.com> Message-ID: <4937c56eb3efd91a09f8293bcec3221e@codeaurora.org> X-Sender: khsieh@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2021-08-30 09:58, Lyude Paul wrote: > On Mon, 2021-08-30 at 08:56 -0700, khsieh@codeaurora.org wrote: >> On 2021-08-25 09:26, Lyude Paul wrote: >> > The patch was pushed yes (was part of drm-misc-next-2021-07-29), seems >> > like it >> > just hasn't trickled down to linus's branch quite yet. >> >> Hi Stephen B, >> >> Would you mind back porting this patch to V5.10 branch? >> It will have lots of helps for us to support display port MST case. >> Thanks, > > I'm assuming you're talking to someone else? A little confused because > I don't > see a Stephen B in this thread Yes, I am asking Stephen B (swbody@chromium.org) helps to back port this patch to v5.10. > >> >> >> >> > >> > On Wed, 2021-08-25 at 09:06 -0700, khsieh@codeaurora.org wrote: >> > > On 2021-07-27 15:44, Lyude Paul wrote: >> > > > Nice timing, you literally got me as I was 2 minutes away from leaving >> > > > work >> > > > for the day :P. I will go ahead and push it now. >> > > > >> > > Hi Lyude, >> > > >> > > Had you pushed this patch yet? >> > > We still did not see this patch at msm-nex and v5.10 branch. >> > > Thanks, >> > > >> > > >> > > > BTW - in the future I recommend using dim to add Fixes: tags as it'll >> > > > add Cc: >> > > > to stable as appropriate (this patch in particular should be Cc: >> > > > stable@vger.kernel.org # v5.3+). will add these tags when I push it >> > > > >> > > > On Tue, 2021-07-27 at 15:41 -0700, khsieh@codeaurora.org wrote: >> > > > > On 2021-07-27 12:21, Lyude Paul wrote: >> > > > > > On Thu, 2021-07-22 at 15:28 -0700, khsieh@codeaurora.org wrote: >> > > > > > > >> > > > > > > It looks like this patch is good to go (mainlined). >> > > > > > > Anything needed from me to do? >> > > > > > > Thanks, >> > > > > > >> > > > > > Do you have access for pushing this patch? If not let me know and >> > > > > > I >> > > > > > can >> > > > > > go >> > > > > > ahead and push it to drm-misc-next for you. >> > > > > no, I do not have access to drm-misc-next. >> > > > > Please push it for me. >> > > > > Thanks a lots. >> > > > > >> > > >>