[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

[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 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 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 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 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 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

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 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

[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 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

Re: [PATCH] Revert "drm/amd/display: limit clear_update_flags to dcn32 and above"

2025-07-17 Thread Matthew Schwartz
On Thu, Jul 17, 2025 at 12:43 PM Melissa Wen wrote: > > > > On 17/07/2025 16:28, Matthew Schwartz wrote: > > On Thu, Jul 17, 2025 at 12:18 PM Melissa Wen wrote: > >> On 17-07-2025 17:57, Matthew Schwartz wrote: > >>>> On Jul 17, 2025, at

Re: [PATCH] Revert "drm/amd/display: limit clear_update_flags to dcn32 and above"

2025-07-17 Thread Matthew Schwartz
On Thu, Jul 17, 2025 at 12:18 PM Melissa Wen wrote: > > On 17-07-2025 17:57, Matthew Schwartz wrote: > >> On Jul 17, 2025, at 9:58 AM, Limonciello, Mario > >> wrote: > >> > >> On 7/17/25 11:55 AM, Melissa Wen wrote: > >>> On 17-07-2025 13:3

Re: [PATCH] Revert "drm/amd/display: limit clear_update_flags to dcn32 and above"

2025-07-17 Thread Matthew Schwartz
> On Jul 17, 2025, at 9:58 AM, Limonciello, Mario > wrote: > > On 7/17/25 11:55 AM, Melissa Wen wrote: >> On 17-07-2025 13:39, Limonciello, Mario wrote: >>> On 7/17/25 9:36 AM, Melissa Wen wrote: This reverts commit e1bd5e0bb4ca0d633ad698abd3658f8265009b81. The commit causes a

Re: [PATCH] Revert "drm/amd/display: limit clear_update_flags to dcn32 and above"

2025-07-17 Thread Matthew Schwartz
On 7/17/25 5:18 PM, Melissa Wen wrote: > On 17-07-2025 19:17, Matthew Schwartz wrote: >> On Thu, Jul 17, 2025 at 12:43 PM Melissa Wen wrote: >>> >>> >>> >>> On 17/07/2025 16:28, Matthew Schwartz wrote: >>>> On Thu, Jul 17, 2025 at 12:18