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 7D524C7618E for ; Fri, 21 Apr 2023 13:44:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232383AbjDUNnr (ORCPT ); Fri, 21 Apr 2023 09:43:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232284AbjDUNnO (ORCPT ); Fri, 21 Apr 2023 09:43:14 -0400 Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C33461387E for ; Fri, 21 Apr 2023 06:42:46 -0700 (PDT) Received: from mail.panix.com (localhost [127.0.0.1]) by mailbackend.panix.com (Postfix) with ESMTPA id 4Q2wgj4dRTz48Zd; Fri, 21 Apr 2023 09:42:25 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1682084546; bh=ilKSAXYbb2I3tPDKY5tTE2ROdSFgRHhDclUFKT6+ApU=; h=In-Reply-To:References:Date:Subject:From:To:Cc; b=W0XJKCS1EOMytKJyx//xVUT6RCVCk8urGcWwzNCNZo6FHURPscK52TThLWj4C36S4 ActEb0SHiKjBRi1sqqNHfZAvFTMxV1355G792EvHdEd3+PRHipOcJpWBF+d1u4JVW8 IZBMD1YO0W+VtLPEQeD3LXULPCuSGFHiuUixjI5g= X-Panix-Received: from 166.84.1.2 (SquirrelMail authenticated user pa@panix.com) by mail.panix.com with HTTP; Fri, 21 Apr 2023 09:42:25 -0400 Message-ID: <40075ac685423d46663dd6a4038add90.squirrel@mail.panix.com> In-Reply-To: References: <20230420155705.21463-1-pa@panix.com> Date: Fri, 21 Apr 2023 09:42:25 -0400 Subject: Re: [PATCH v3] firmware/sysfb: Fix VESA format selection From: "Pierre Asselin" To: "Thomas Zimmermann" Cc: "Linux regressions mailing list" , "Pierre Asselin" , dri-devel@lists.freedesktop.org, "Daniel Vetter" , "Javier Martinez Canillas" , linux-kernel@vger.kernel.org, "Hans de Goede" , "Ard Biesheuvel" User-Agent: SquirrelMail/1.4.23-p1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thomas Zimmerman writes: > > Am 21.04.23 um 13:32 schrieb Linux regression tracking (Thorsten > Leemhuis): >> >> Pierre, Tomas, Javier, et. al: how many "legacy BIOSes" do we suspect >> are affected by this? So far, two: 1) my Gateway laptop (Intel(R) Core(TM) Duo CPU, Phoenix BIOS 83.08 Revision: 131.8 Release Date: 03/06/07) 2) my Dell Precision T3610 (Intel(R) Xeon(R) CPU E5-1650, Dell BIOS A19 Revision: 65.19 Release Date: 09/11/2019) I don't know how to give a more precise description. >> might it be worth asking Linus to merge this patch directly[1]? > > IMHO it's a fairly obscure bug and certainly not a release blocker. I'll > send it through the regular channels of the DRM subsystem. I agree. Even when the regression bites, it's not a blocker. The screen is strange but readable. --PA