From: Mario Limonciello <mario.limonciello@amd.com>
To: Matthew Schwartz <mattschwartz@gwmail.gwu.edu>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>
Cc: John Schoenick <johns@valvesoftware.com>,
Kyle Gospodnetich <me@kylegospodneti.ch>,
Hans de Goede <hdegoede@redhat.com>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
Matthew Schwartz <mattschwartz@gwu.edu>
Subject: Re: [PATCH 2/2] drm: panel-orientation-quirks: Add labels for both Valve Steam Deck revisions
Date: Thu, 27 Jun 2024 13:12:04 -0500 [thread overview]
Message-ID: <6d8209e3-eb68-474f-bb98-ef321acf97e5@amd.com> (raw)
In-Reply-To: <20240627175947.65513-3-mattschwartz@gwu.edu>
On 6/27/2024 12:59, Matthew Schwartz wrote:
> This accounts for the existence of two Steam Deck revisions
> instead of a single revision
>
> Signed-off-by: Matthew Schwartz <mattschwartz@gwu.edu>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
> ---
> drivers/gpu/drm/drm_panel_orientation_quirks.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> index ac8319d38e37..3f84d7527793 100644
> --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
> +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> @@ -420,14 +420,14 @@ static const struct dmi_system_id orientation_data[] = {
> DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),
> },
> .driver_data = (void *)&lcd1280x1920_rightside_up,
> - }, { /* Valve Steam Deck */
> + }, { /* Valve Steam Deck (Jupiter) */
> .matches = {
> DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
> DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Jupiter"),
> DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
> },
> .driver_data = (void *)&lcd800x1280_rightside_up,
> - }, { /* Valve Steam Deck */
> + }, { /* Valve Steam Deck (Galileo) */
> .matches = {
> DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
> DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galileo"),
prev parent reply other threads:[~2024-06-27 18:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-27 17:59 [PATCH 0/2] drm: panel-orientation-quirks: Add quirk for Steam Deck Galileo revision and re-label the Deck panel quirks to specify hardware revision Matthew Schwartz
2024-06-27 17:59 ` [PATCH 1/2] drm: panel-orientation-quirks: Add quirk for Valve Galileo Matthew Schwartz
2024-06-27 18:11 ` Mario Limonciello
2024-06-27 18:27 ` [PATCH V2 " Matthew Schwartz
2024-06-27 17:59 ` [PATCH 2/2] drm: panel-orientation-quirks: Add labels for both Valve Steam Deck revisions Matthew Schwartz
2024-06-27 18:12 ` Mario Limonciello [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6d8209e3-eb68-474f-bb98-ef321acf97e5@amd.com \
--to=mario.limonciello@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=hdegoede@redhat.com \
--cc=johns@valvesoftware.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mattschwartz@gwmail.gwu.edu \
--cc=mattschwartz@gwu.edu \
--cc=me@kylegospodneti.ch \
--cc=mripard@kernel.org \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®