[PATCH v4 2/2] drm: panel-orientation-quirks: Add labels for both Valve Steam Deck revisions

2024-06-28 Thread Matthew Schwartz
This accounts for the existence of two Steam Deck revisions instead of a single revision Signed-off-by: Matthew Schwartz Reviewed-by: Mario Limonciello --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm

[PATCH v4 1/2] drm: panel-orientation-quirks: Add quirk for Valve Galileo

2024-06-28 Thread Matthew Schwartz
From: John Schoenick Valve's Steam Deck Galileo revision has a 800x1280 OLED panel Signed-off-by: John Schoenick Signed-off-by: Matthew Schwartz --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gp

[PATCH v4 0/2] drm: panel-orientation-quirks: Add quirk for Steam Deck Galileo revision and re-label the Deck panel quirks to specify hardware revision

2024-06-28 Thread Matthew Schwartz
hn Schoenick (1): drm: panel-orientation-quirks: Add quirk for Valve Galileo Matthew Schwartz (1): drm: panel-orientation-quirks: Add labels for both Valve Steam Deck revisions drivers/gpu/drm/drm_panel_orientation_quirks.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) -- 2.45.2

Re: [PATCH v3 1/2] drm: panel-orientation-quirks: Add quirk for Valve Galileo

2024-06-27 Thread Matthew Schwartz
On Thu, Jun 27, 2024 at 2:28 PM Hamza Mahfooz wrote: > > On 6/27/24 16:30, Matthew Schwartz wrote: > > From: John Schoenick > > Since this patch is from John, you would need his S-o-b in here as well > (assuming you have his permission to add it). This patch will be pendi

[PATCH v3 2/2] drm: panel-orientation-quirks: Add labels for both Valve Steam Deck revisions

2024-06-27 Thread Matthew Schwartz
This accounts for the existence of two Steam Deck revisions instead of a single revision Signed-off-by: Matthew Schwartz Reviewed-by: Mario Limonciello --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm

[PATCH v3 1/2] drm: panel-orientation-quirks: Add quirk for Valve Galileo

2024-06-27 Thread Matthew Schwartz
From: John Schoenick Valve's Steam Deck Galileo revision has a 800x1280 OLED panel Suggested-by: John Schoenick Link: https://gitlab.com/evlaV/linux-integration/-/commit/d2522d8bf88b35a8cf6978afbbd55c80d2d53f4f Signed-off-by: Matthew Schwartz --- drivers/gp

[PATCH V2 1/2] drm: panel-orientation-quirks: Add quirk for Valve Galileo

2024-06-27 Thread Matthew Schwartz
From: John Schoenick Valve's Steam Deck Galileo revision has a 800x1280 OLED panel Suggested-by: John Schoenick Link: https://gitlab.com/evlaV/linux-integration/-/commit/d2522d8bf88b35a8cf6978afbbd55c80d2d53f4f Signed-off-by: Matthew Schwartz --- drivers/gp

[PATCH v3 0/2] drm: panel-orientation-quirks: Add quirk for Steam Deck Galileo revision and re-label the Deck panel quirks to specify hardware revision

2024-06-27 Thread Matthew Schwartz
multiple Steam Deck revisions. --- v3: fixup inconsistent patch versioning across patches in v2 v2: fixup patch 1/2 commit message Link to v1: https://lore.kernel.org/all/20240627175947.65513-1-mattschwa...@gwu.edu/ --- John Schoenick (1): drm: panel-orientation-quirks: Add quirk for Valve Galil

[PATCH 2/2] drm: panel-orientation-quirks: Add labels for both Valve Steam Deck revisions

2024-06-27 Thread Matthew Schwartz
This accounts for the existence of two Steam Deck revisions instead of a single revision Signed-off-by: Matthew Schwartz --- 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

[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

2024-06-27 Thread Matthew Schwartz
multiple Steam Deck revisions. John Schoenick (1): drm: panel-orientation-quirks: Add quirk for Valve Galileo Matthew Schwartz (1): drm: panel-orientation-quirks: Add labels for both Valve Steam Deck revisions drivers/gpu/drm/drm_panel_orientation_quirks.c | 9 - 1 file changed

[PATCH 1/2] drm: panel-orientation-quirks: Add quirk for Valve Galileo

2024-06-27 Thread Matthew Schwartz
From: John Schoenick Valve's Steam Deck Galileo revision has a 800x1280 OLED panel Signed-off-by: Matthew Schwartz Suggested-by: Matthew Schwartz Link: https://gitlab.com/evlaV/linux-integration/-/commit/d2522d8bf88b35a8cf6978afbbd55c80d2d53f4f --- drivers/gp