From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E41A12AF0E; Thu, 12 Dec 2024 15:19:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734016762; cv=none; b=FXo5VdbRtceAZf2VXn760Y3F++pCWOMsKeYFtZRiLOKSxRkxuJ691wNaBHuZi7vRo32ID3DLAwsF7RvJaLPcUZa6U+0cTZmx5Gh8effSsawEw1Jad1tqnCSCUINIEGtypjasnLcVpOFtiLU3noP7LPlwKDnDW/24q7n+gXu1seU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734016762; c=relaxed/simple; bh=TaB2OKCUkIuEF4BYmWUfBLO9P2RsIcPKXkG5OazcHn4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=J7RoF6i8ZU9ETJezjUgcjx6SvGK1syA1pDU4dlTx4Vox4JA1Ca27nVmdZ1ErIvDmPC7FtPTjZ5X9uutTV/V+s2l0HQptd53AIWIfdNIU57UbcYlxYdLDFenZlSElob2DcU4Be5DHx4RhAxiW928I6agNnoCc2BWk1j23ZsJkK6o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=YZ82t4tm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="YZ82t4tm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51E54C4CECE; Thu, 12 Dec 2024 15:19:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1734016761; bh=TaB2OKCUkIuEF4BYmWUfBLO9P2RsIcPKXkG5OazcHn4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YZ82t4tmEsLY3H4DZVUUL27OLaBGFsCUZQubqEAgU2XrfxpwCPBD6zJ3iqpJ/vUlC mOUcrVK3Jzqyusl7/7ld17YOIPnOYzhUjQOUrToKYLbSDdbzt+8glTY1/73+XlOBR3 8p98xaLEe22XPNKYBZEk/xPiCvmuqMZrtkRZwfMw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, =?UTF-8?q?Joaqu=C3=ADn=20Ignacio=20Aramend=C3=ADa?= , Tobias Jakobi , Dmitry Baryshkov , Hans de Goede , Sasha Levin Subject: [PATCH 6.12 260/466] drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model Date: Thu, 12 Dec 2024 15:57:09 +0100 Message-ID: <20241212144317.071447840@linuxfoundation.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20241212144306.641051666@linuxfoundation.org> References: <20241212144306.641051666@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Joaquín Ignacio Aramendía [ Upstream commit 361ebf5ef843b0aa1704c72eb26b91cf76c3c5b7 ] Add quirk orientation for AYA NEO 2. The name appears without spaces in DMI strings. That made it difficult to reuse the 2021 match. Also the display is larger in resolution. Tested by the JELOS team that has been patching their own kernel for a while now and confirmed by users in the AYA NEO and ChimeraOS discord servers. Signed-off-by: Joaquín Ignacio Aramendía Signed-off-by: Tobias Jakobi Reviewed-by: Dmitry Baryshkov Reviewed-by: Hans de Goede Link: https://patchwork.freedesktop.org/patch/msgid/2b35545b77a9fd8c9699b751ca282226dcecb1dd.1726492131.git.tjakobi@math.uni-bielefeld.de Signed-off-by: Dmitry Baryshkov Signed-off-by: Sasha Levin --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 2d84d7ea1ab7a..4864d8406db41 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -184,6 +184,12 @@ static const struct dmi_system_id orientation_data[] = { DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T103HAF"), }, .driver_data = (void *)&lcd800x1280_rightside_up, + }, { /* AYA NEO AYANEO 2 */ + .matches = { + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYANEO"), + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "AYANEO 2"), + }, + .driver_data = (void *)&lcd1200x1920_rightside_up, }, { /* AYA NEO 2021 */ .matches = { DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYADEVICE"), -- 2.43.0