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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B3E8EB64DD for ; Wed, 9 Aug 2023 09:05:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230018AbjHIJFM (ORCPT ); Wed, 9 Aug 2023 05:05:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230288AbjHIJFL (ORCPT ); Wed, 9 Aug 2023 05:05:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0022F1BD9 for ; Wed, 9 Aug 2023 02:05:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8BCBE6307D for ; Wed, 9 Aug 2023 09:05:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95B62C433C7; Wed, 9 Aug 2023 09:05:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691571910; bh=XculevqQ+XjpCCjVURcHhqp8lBJLEpZlKQIELYKfs1I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eAGDp6k3jBzLs662EYduAB30GqJCqmE6N+eBkVcLyrbh7o5yr56p8Tb/8Ut9nyD21 d+S4k1HA6X035L9RVpKYGa+MtlntwGK9yskuvFj1nINBLQsfY7TqnTwjHuHamtZzCG h/HRSq4Gb12PMWbVEXtZJniUP97phBuCCTkYGaJc= Date: Wed, 9 Aug 2023 11:05:07 +0200 From: Greg KH To: Mario Limonciello Cc: stable@vger.kernel.org, Peichen Huang Subject: Re: [PATCH 6.1.y] drm/amd/display: skip CLEAR_PAYLOAD_ID_TABLE if device mst_en is 0 Message-ID: <2023080959-unfair-reusable-2c4c@gregkh> References: <20230807151656.27881-1-mario.limonciello@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230807151656.27881-1-mario.limonciello@amd.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 07, 2023 at 10:16:56AM -0500, Mario Limonciello wrote: > From: Peichen Huang > > [Why] > Some dock and mst monitor don't like to receive CLEAR_PAYLOAD_ID_TABLE > when mst_en is set to 0. It doesn't make sense to do so in source > side, either. > > [How] > Don't send CLEAR_PAYLOAD_ID_TABLE if mst_en is 0 > > Reviewed-by: George Shen > Acked-by: Qingqing Zhuo > Signed-off-by: Peichen Huang > Tested-by: Daniel Wheeler > Signed-off-by: Alex Deucher > (cherry picked from commit a1c9a1e27022d13c70a14c4faeab6ce293ad043b) > 6.1.y doesn't have the file rename from > 54618888d1ea7 ("drm/amd/display: break down dc_link.c") > Signed-off-by: Mario Limonciello > --- > drivers/gpu/drm/amd/display/dc/core/dc_link.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) Now queued up, thanks. greg k-h