stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH AUTOSEL 4.19 01/29] drm: Add orientation quirk for GPD Win Max
@ 2022-04-01 14:45 Sasha Levin
  2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 02/29] ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 Sasha Levin
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: Sasha Levin @ 2022-04-01 14:45 UTC (permalink / raw)
  To: linux-kernel, stable
  Cc: Anisse Astier, Hans de Goede, Jani Nikula, Sasha Levin,
	maarten.lankhorst, mripard, tzimmermann, airlied, daniel,
	dri-devel

From: Anisse Astier <anisse@astier.eu>

[ Upstream commit 0b464ca3e0dd3cec65f28bc6d396d82f19080f69 ]

Panel is 800x1280, but mounted on a laptop form factor, sideways.

Signed-off-by: Anisse Astier <anisse@astier.eu>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211229222200.53128-3-anisse@astier.eu
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 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 3b70a338e5b4..265df1e67eb3 100644
--- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
+++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
@@ -133,6 +133,12 @@ static const struct dmi_system_id orientation_data[] = {
 		  DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "MicroPC"),
 		},
 		.driver_data = (void *)&lcd720x1280_rightside_up,
+	}, {	/* GPD Win Max */
+		.matches = {
+		  DMI_EXACT_MATCH(DMI_SYS_VENDOR, "GPD"),
+		  DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "G1619-01"),
+		},
+		.driver_data = (void *)&lcd800x1280_rightside_up,
 	}, {	/*
 		 * GPD Pocket, note that the the DMI data is less generic then
 		 * it seems, devices with a board-vendor of "AMI Corporation"
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2022-04-01 15:13 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 14:45 [PATCH AUTOSEL 4.19 01/29] drm: Add orientation quirk for GPD Win Max Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 02/29] ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111 Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 03/29] drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 04/29] ptp: replace snprintf with sysfs_emit Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 05/29] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5 Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 06/29] scsi: mvsas: Replace snprintf() with sysfs_emit() Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 07/29] scsi: bfa: " Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 08/29] power: supply: axp20x_battery: properly report current when discharging Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 09/29] powerpc: Set crashkernel offset to mid of RMA region Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 10/29] PCI: aardvark: Fix support for MSI interrupts Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 11/29] iommu/arm-smmu-v3: fix event handling soft lockup Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 12/29] usb: ehci: add pci device support for Aspeed platforms Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 13/29] PCI: pciehp: Add Qualcomm quirk for Command Completed erratum Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 14/29] ipv4: Invalidate neighbour for broadcast address upon address addition Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 15/29] dm ioctl: prevent potential spectre v1 gadget Sasha Levin
2022-04-01 14:45 ` [PATCH AUTOSEL 4.19 16/29] drm/amdkfd: make CRAT table missing message informational only Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 17/29] scsi: pm8001: Fix pm8001_mpi_task_abort_resp() Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 18/29] scsi: aha152x: Fix aha152x_setup() __setup handler return value Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 19/29] net/smc: correct settings of RMB window update limit Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 20/29] macvtap: advertise link netns via netlink Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 21/29] bnxt_en: Eliminate unintended link toggle during FW reset Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 22/29] MIPS: fix fortify panic when copying asm exception handlers Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 23/29] powerpc/code-patching: Pre-map patch area Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 24/29] scsi: libfc: Fix use after free in fc_exch_abts_resp() Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 25/29] usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 26/29] xtensa: fix DTC warning unit_address_format Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 27/29] Bluetooth: Fix use after free in hci_send_acl Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 28/29] init/main.c: return 1 from handled __setup() functions Sasha Levin
2022-04-01 14:46 ` [PATCH AUTOSEL 4.19 29/29] minix: fix bug when opening a file with O_DIRECT Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).