lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 27 Jun 2024 13:12:04 -0500
From: Mario Limonciello <mario.limonciello@....com>
To: Matthew Schwartz <mattschwartz@...ail.gwu.edu>,
 Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
 Maxime Ripard <mripard@...nel.org>, Thomas Zimmermann <tzimmermann@...e.de>
Cc: John Schoenick <johns@...vesoftware.com>,
 Kyle Gospodnetich <me@...egospodneti.ch>, Hans de Goede
 <hdegoede@...hat.com>, dri-devel@...ts.freedesktop.org,
 linux-kernel@...r.kernel.org, Matthew Schwartz <mattschwartz@....edu>
Subject: Re: [PATCH 2/2] drm: panel-orientation-quirks: Add labels for both
 Valve Steam Deck revisions

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@....edu>

Reviewed-by: Mario Limonciello <mario.limonciello@....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"),


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ