From patchwork Mon Sep 16 13:18:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Jakobi X-Patchwork-Id: 13805421 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 899F4C3ABA2 for ; Mon, 16 Sep 2024 13:19:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F3EDD10E364; Mon, 16 Sep 2024 13:19:13 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=math.uni-bielefeld.de header.i=@math.uni-bielefeld.de header.b="fGnrhHKO"; dkim-atps=neutral Received: from smtp1.math.uni-bielefeld.de (smtp1.math.uni-bielefeld.de [129.70.45.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 55BCA10E364 for ; Mon, 16 Sep 2024 13:19:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.uni-bielefeld.de; s=default; t=1726492751; bh=gwrpMCyhWMl92SWwm7Q0cD5PVk+J9gcPPoBFtVSNkmo=; h=From:To:Cc:Subject:Date:From; b=fGnrhHKOZMRhOtoy28FyzwZuny/XDeksH0ITtZIgnZHKY2ZPPxKQh9gVAKxeyEOd1 fRpcUmCQqXVhre8P6cOZiqmgKwQeG83qZZaPRGIj6ecl62Of0XF4pn/neFizu1FrEa 2h97pj5jVT7+2w649rgxUiEXREPYhIuvmJ7O68Iu1JJRegBrBEzsrHFTTLlwcV3SDS sGguQye6wiMhE/rjmGOehEy4+NjAehkINqb5FDB+tSUytTkvQEQlNiK7dQ3C9mVvfI /Sdvz+gzQoOfcyyd3S13c7rirA8d/pyEQYTlCFTaKHOAr7/vnKHUzalaFqZwtdhSgB rH5WstPjDwqng== Received: from localhost (dslb-088-074-203-146.088.074.pools.vodafone-ip.de [88.74.203.146]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by smtp1.math.uni-bielefeld.de (Postfix) with ESMTPSA id 089C12066F; Mon, 16 Sep 2024 15:19:11 +0200 (CEST) From: tjakobi@math.uni-bielefeld.de To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Cc: Tobias Jakobi Subject: [PATCH 0/3] Panel orientation quirks for AYA NEO handhelds Date: Mon, 16 Sep 2024 15:18:49 +0200 Message-ID: X-Mailer: git-send-email 2.44.2 MIME-Version: 1.0 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Tobias Jakobi Hello, this is a re-submit of panel orientation quirks for some of the handheld devices by vendor AYA NEO. The quirks were posted to dri-devel some time ago, but got lost: https://lore.kernel.org/lkml/20230621220615.1253571-2-samsagax@gmail.com/T/#u With best wishes, Tobias Joaquín Ignacio Aramendía (3): drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model drm: panel-orientation-quirks: Add quirk for AYA NEO Founder edition drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK drivers/gpu/drm/drm_panel_orientation_quirks.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)