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 10F14C4167B for ; Tue, 7 Nov 2023 20:58:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343924AbjKGU6I (ORCPT ); Tue, 7 Nov 2023 15:58:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343966AbjKGU6G (ORCPT ); Tue, 7 Nov 2023 15:58:06 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF32310E2; Tue, 7 Nov 2023 12:58:04 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7644C433C8; Tue, 7 Nov 2023 20:58:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1699390684; bh=8u0CM6DQrm/RJCJYhlnWwzxxQYxKYlXuemtFHtmgDeg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RinK3GWmrfFPQBxCbpaLUSsCybrsf8g3LEdk0/JfclWv4h0DJ4AHXnFOwKZVE9QF3 94l+9UILCVPUDHDYp+mCogQFLc5WhEugoxln22nRr6wqrwxYQaaoyubmT/X9xOZjFn cZtC5vPNPR310shjmgWHpKj+u0ebBWWJx9FypCGw= Date: Tue, 7 Nov 2023 21:58:01 +0100 From: Greg KH To: Hsin-Yi Wang Cc: Douglas Anderson , Neil Armstrong , Jessica Zhang , Sam Ravnborg , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v6 4/5] drm/panel-edp: Add override_edid_mode quirk for generic edp Message-ID: <2023110755-anaconda-schnapps-ab76@gregkh> References: <20231107204611.3082200-1-hsinyi@chromium.org> <20231107204611.3082200-5-hsinyi@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231107204611.3082200-5-hsinyi@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 07, 2023 at 12:41:54PM -0800, Hsin-Yi Wang wrote: > Generic edp gets mode from edid. However, some panels report incorrect > mode in this way, resulting in glitches on panel. Introduce a new quirk > additional_mode to the generic edid to pick a correct hardcoded mode. > > Signed-off-by: Hsin-Yi Wang > Reviewed-by: Douglas Anderson > --- > no change. > --- > drivers/gpu/drm/panel/panel-edp.c | 67 ++++++++++++++++++++++++++++--- > 1 file changed, 62 insertions(+), 5 deletions(-) > This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.