[PATCH] drm:panel-orientation-quirks Added DeckHD support

2024-12-06 Thread Guy Chronister
This commit introduces a new quirk to handle specific orientation issues for DeckHD panels on the Steam Deck. The quirk ensures the correct display orientation for these panels, enhancing the user experience on Steam Deck devices. Tested on my Steam Deck to ensure reliability. Feedback and furth

Re: [PATCH] drm:panel-orientation-quirks Added DeckHD support to panel orientation quirks for Steam Deck This commit introduces a new quirk to handle specific orientation issues for DeckHD panels on t

2024-12-06 Thread Guy Chronister
Disregard this one, I resubmitted after running "git format-patch -1 HEAD" after breaking the subject/commit message amendment. On Fri, Dec 6, 2024 at 9:45 AM Guy Chronister wrote: > Signed-off-by: Guy Chronister > --- > drivers/gpu/drm/drm_panel_orientation_quirks.c | 7 +++ > 1 file cha

[PATCH] drm:panel-orientation-quirks Added DeckHD support to panel orientation quirks for Steam Deck This commit introduces a new quirk to handle specific orientation issues for DeckHD panels on the S

2024-12-06 Thread Guy Chronister
Signed-off-by: Guy Chronister --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 3f2e2b851cbc..c412273799cb 100644 --- a/drivers/gpu/dr

Re: [PATCH] drm:panel-orientation-quirks Added DeckHD support to panel orientation quirks for Steam Deck This commit introduces a new quirk to handle specific orientation issues for DeckHD panels on t

2024-11-30 Thread Dmitry Baryshkov
On Wed, Nov 27, 2024 at 02:35:45PM -0600, Guy Chronister wrote: > Signed-off-by: Guy Chronister > --- > drivers/gpu/drm/drm_panel_orientation_quirks.c | 7 +++ > 1 file changed, 7 insertions(+) It seems that you didn't break the subject / commit message properly. Please add an empty line aft

[PATCH] drm:panel-orientation-quirks Added DeckHD support to panel orientation quirks for Steam Deck This commit introduces a new quirk to handle specific orientation issues for DeckHD panels on the S

2024-11-27 Thread Guy Chronister
Signed-off-by: Guy Chronister --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 3f2e2b851cbc..c412273799cb 100644 --- a/drivers/gpu/dr