From patchwork Sat Apr 2 09:30:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 12799044 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A0772C433F5 for ; Sat, 2 Apr 2022 09:30:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0186910EC2F; Sat, 2 Apr 2022 09:30:38 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5143510EC2F for ; Sat, 2 Apr 2022 09:30:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648891835; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HGzlFg5+VxJDfdKA7pBklnbv9/mJ/ipyxQ5DChKwQfg=; b=SaR1Wz2fL1vEVD6nPdNRPDthZpDngmAsvs2JcscpAEQrLEg2pV2JLBBSXvXkAn9YEhyZzN iU3Wc0beAnHQjsl6hyo4fQHgrfTmdKyHUXVCec++HNv8ZF5OUwWWKSgKLHwh8DPCqpPpnV LCDexqmU+njtjwxY8g/vZloZPfTabhY= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-187-3J_BXvHeNdKGnEcNfYzkug-1; Sat, 02 Apr 2022 05:30:31 -0400 X-MC-Unique: 3J_BXvHeNdKGnEcNfYzkug-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5D8191C05AB1; Sat, 2 Apr 2022 09:30:31 +0000 (UTC) Received: from shalem.redhat.com (unknown [10.39.192.74]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9E27610EB0; Sat, 2 Apr 2022 09:30:30 +0000 (UTC) From: Hans de Goede To: Greg Kroah-Hartman Subject: [PATCH 0/1] drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD panels Date: Sat, 2 Apr 2022 11:30:28 +0200 Message-Id: <20220402093029.5334-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 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: , Cc: Hans de Goede , stable@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Greg, Fedora 36 has switched from efifb to simpledrm as the pre-native-GPU driver fb provider and the lack of this patch is causing issues for devices with non up-right mounted LCD panels (1), can you please add this to the 5.17 stable series? Regards, Hans 1) https://bugzilla.redhat.com/show_bug.cgi?id=2071134 Hans de Goede (1): drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD panels drivers/gpu/drm/tiny/simpledrm.c | 3 +++ 1 file changed, 3 insertions(+)