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 1C4201C462C; Sun, 24 Nov 2024 13:41:25 +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=1732455686; cv=none; b=sogJI5W4/I8fJH3UxuR5tUuzI/iCjR6BakPt3SboUSYtMn4kQJep2CTemGtto5urUhYnquGP2PoewTWQOMmWj9FzQaRYQGhgiGZwCtjDy1ZS1GltR/10900El1GdkwCEkMtniLbZ3NswXz67Pf2DD21uH3szu+YdkkgBQwB6xV4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732455686; c=relaxed/simple; bh=CpSd6fzQh5M4bkKwaNGqov9IX/4H6qusipxuJ4XbmdQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ohaEQa15oKMZgYrLpDtYwWakWtEOJU8IdLpcJxk4qsOX9AE7Wkf3AtJcGcxmP/QIp2Z3VXL/1YvDeP63Xqsi7iiCxeT36i1ZHPw6MEdkVsomp7JEEOXHPGNulpt5ZpiOmGdY1aqR+b8ABL+VeDFWr6HQzH9asYKBfCLsXGtKtZo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dAX4J+JN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dAX4J+JN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42297C4CECC; Sun, 24 Nov 2024 13:41:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1732455685; bh=CpSd6fzQh5M4bkKwaNGqov9IX/4H6qusipxuJ4XbmdQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dAX4J+JNKjpq9OiMcAzpUmKkdcz3Ayf5uK6ROLn0y2fhkLEWkaprf4CSbYK0ufvgm 92iHCPWfwmjUfIN9dTSwRoTL/+tUr+jCk99fPAO4QrwOLxajRy8cibXKdq5GBXAzCd dw3/MG0/0sEVOwBQc3Iy1UeIxbnz9SYyiYlMQqsEpFB60lICtvEZoq17+DFA+/c6OW aqW9ooCzsuIw3pX5ja9NhjyRq0v9x3zN5BXIqjcchFnI0oX0oQopJdeF1iDuOYgSBE q/FJ2vYBoB//1pqo2gKmh5f7sir8j2zTemsX9itkH6044yLAYfQ3NvcFMkNesv3wcO catowT7GeTEkg== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: =?UTF-8?q?Joaqu=C3=ADn=20Ignacio=20Aramend=C3=ADa?= , Tobias Jakobi , Dmitry Baryshkov , Hans de Goede , Sasha Levin , maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, simona@ffwll.ch, dri-devel@lists.freedesktop.org Subject: [PATCH AUTOSEL 6.11 11/87] drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK Date: Sun, 24 Nov 2024 08:37:49 -0500 Message-ID: <20241124134102.3344326-11-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241124134102.3344326-1-sashal@kernel.org> References: <20241124134102.3344326-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.11.10 Content-Transfer-Encoding: 8bit From: Joaquín Ignacio Aramendía [ Upstream commit 428656feb972ca99200fc127b5aecb574efd9d3d ] Add quirk orientation for AYA NEO GEEK. The name appears without spaces in DMI strings. The board name is completely different to the previous models making it difficult to reuse their quirks despite being the same resolution and using the same orientation. 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/40350b0d63fe2b54e7cba1e14be50917203f0079.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 4dd9ecfa5f957..3f2e2b851cbc5 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -208,6 +208,12 @@ static const struct dmi_system_id orientation_data[] = { DMI_MATCH(DMI_PRODUCT_NAME, "AYA NEO Founder"), }, .driver_data = (void *)&lcd800x1280_rightside_up, + }, { /* AYA NEO GEEK */ + .matches = { + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYANEO"), + DMI_MATCH(DMI_PRODUCT_NAME, "GEEK"), + }, + .driver_data = (void *)&lcd800x1280_rightside_up, }, { /* AYA NEO NEXT */ .matches = { DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "AYANEO"), -- 2.43.0