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 99BC1EB64DD for ; Wed, 9 Aug 2023 09:05:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230288AbjHIJFo (ORCPT ); Wed, 9 Aug 2023 05:05:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230020AbjHIJFn (ORCPT ); Wed, 9 Aug 2023 05:05:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 136301BD9 for ; Wed, 9 Aug 2023 02:05:43 -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 A158E63074 for ; Wed, 9 Aug 2023 09:05:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B45F3C433C9; Wed, 9 Aug 2023 09:05:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691571942; bh=8REuvf4+XU0ba6t20CCdHVX1yv1PmVIAsl1XnXSE0Ys=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wk/sRVXmrQpl4T7IDw70uUCCWeNXHlFIczNGCNxcJ9hxIii+3MsaZ2Sr8cuFFvSkI O0Rp/qE6aef0e0N6dYsy+OuvmysY/2pwtOn860vokb/zdcsj5KAsQNzpx+4ztRMrK5 ok+yRaXdl2Nsac+a26tPiktkfcLojr4kxUX7BejI= Date: Wed, 9 Aug 2023 11:05:39 +0200 From: Greg KH To: Mario Limonciello Cc: stable@vger.kernel.org, Peichen Huang Subject: Re: [PATCH 6.1.y] drm/amd/display: limit DPIA link rate to HBR3 Message-ID: <2023080911-shortage-slicing-6ef8@gregkh> References: <20230807140047.9410-1-mario.limonciello@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230807140047.9410-1-mario.limonciello@amd.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 07, 2023 at 09:00:47AM -0500, Mario Limonciello wrote: > From: Peichen Huang > > [Why] > DPIA doesn't support UHBR, driver should not enable UHBR > for dp tunneling > > [How] > limit DPIA link rate to HBR3 > > Cc: Mario Limonciello > Cc: Alex Deucher > Cc: stable@vger.kernel.org > Acked-by: Stylon Wang > Signed-off-by: Peichen Huang > Reviewed-by: Mustapha Ghaddar > Tested-by: Daniel Wheeler > Signed-off-by: Alex Deucher > (cherry picked from commit 0e69ef6ea82e8eece7d2b2b45a0da9670eaaefff) > This was CC to stable, but failed to apply because the file was > renamed in 6.3-rc1 as part of > 54618888d1ea ("drm/amd/display: break down dc_link.c") It also is not in 6.4.y, why not? I can't take it for 6.1.y only, otherwise people will have a regression when they move to a new kernel. thanks, greg k-h