mbox series

[v3,0/5] Handheld gaming PC panel orientation quirks

Message ID 20250213222455.93533-1-uejji@uejji.net (mailing list archive)
Headers show
Series Handheld gaming PC panel orientation quirks | expand

Message

John Edwards Feb. 13, 2025, 10:24 p.m. UTC
Hello.

I am submitting a small number of patches to add panel rotation quirks for
a few handheld gaming PCs.  These patches were created by the SteamFork
team and are in daily use by us and/or members of our community.

The following devices are covered by these patches:
1: AYANEO 2S
2: AYANEO Flip DS, AYANEO Flip KB
3: AYANEO Slide, Antec Core HS
4: GPD Win 2 (with correct DMI strings)
5: OneXPlayer Mini (Intel)

Thank you for your consideration and for taking the time to review these
patches.

John Edwards

v3:
- Correct indentation errors in Flip DS/KB and Slide patches
- Include Reviewed-by tags for Thomas Zimmermann and Hans de Goede

v2:
- Minor rewording of commit messages
- Include Tested-by tag for Paco Avelar in AYANEO Flip DS/KB patch
- Add OneXPlayer Mini (Intel) patch
https://lore.kernel.org/dri-devel/20250124204648.56989-2-uejji@uejji.net/

v1:
https://lore.kernel.org/dri-devel/20250116155049.39647-2-uejji@uejji.net/

Andrew Wyatt (5):
  drm: panel-orientation-quirks: Add support for AYANEO 2S
  drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS and KB
  drm: panel-orientation-quirks: Add quirk for AYA NEO Slide
  drm: panel-orientation-quirks: Add new quirk for GPD Win 2
  drm: panel-orientation-quirks: Add quirk for OneXPlayer Mini (Intel)

 .../gpu/drm/drm_panel_orientation_quirks.c    | 40 ++++++++++++++++++-
 1 file changed, 38 insertions(+), 2 deletions(-)

Comments

Thomas Zimmermann Feb. 14, 2025, 7:55 a.m. UTC | #1
Hi

Am 13.02.25 um 23:24 schrieb John Edwards:
> Hello.
>
> I am submitting a small number of patches to add panel rotation quirks for
> a few handheld gaming PCs.  These patches were created by the SteamFork
> team and are in daily use by us and/or members of our community.
>
> The following devices are covered by these patches:
> 1: AYANEO 2S
> 2: AYANEO Flip DS, AYANEO Flip KB
> 3: AYANEO Slide, Antec Core HS
> 4: GPD Win 2 (with correct DMI strings)
> 5: OneXPlayer Mini (Intel)
>
> Thank you for your consideration and for taking the time to review these
> patches.
>
> John Edwards
>
> v3:
> - Correct indentation errors in Flip DS/KB and Slide patches
> - Include Reviewed-by tags for Thomas Zimmermann and Hans de Goede

Thanks a lot for the patches. If no further comments come in, I'll merge 
the series next week.

Best regards
Thomas

>
> v2:
> - Minor rewording of commit messages
> - Include Tested-by tag for Paco Avelar in AYANEO Flip DS/KB patch
> - Add OneXPlayer Mini (Intel) patch
> https://lore.kernel.org/dri-devel/20250124204648.56989-2-uejji@uejji.net/
>
> v1:
> https://lore.kernel.org/dri-devel/20250116155049.39647-2-uejji@uejji.net/
>
> Andrew Wyatt (5):
>    drm: panel-orientation-quirks: Add support for AYANEO 2S
>    drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS and KB
>    drm: panel-orientation-quirks: Add quirk for AYA NEO Slide
>    drm: panel-orientation-quirks: Add new quirk for GPD Win 2
>    drm: panel-orientation-quirks: Add quirk for OneXPlayer Mini (Intel)
>
>   .../gpu/drm/drm_panel_orientation_quirks.c    | 40 ++++++++++++++++++-
>   1 file changed, 38 insertions(+), 2 deletions(-)
>
Thomas Zimmermann Feb. 17, 2025, 8:43 a.m. UTC | #2
Hi

Am 14.02.25 um 08:55 schrieb Thomas Zimmermann:
> Hi
>
> Am 13.02.25 um 23:24 schrieb John Edwards:
>> Hello.
>>
>> I am submitting a small number of patches to add panel rotation 
>> quirks for
>> a few handheld gaming PCs.  These patches were created by the SteamFork
>> team and are in daily use by us and/or members of our community.
>>
>> The following devices are covered by these patches:
>> 1: AYANEO 2S
>> 2: AYANEO Flip DS, AYANEO Flip KB
>> 3: AYANEO Slide, Antec Core HS
>> 4: GPD Win 2 (with correct DMI strings)
>> 5: OneXPlayer Mini (Intel)
>>
>> Thank you for your consideration and for taking the time to review these
>> patches.
>>
>> John Edwards
>>
>> v3:
>> - Correct indentation errors in Flip DS/KB and Slide patches
>> - Include Reviewed-by tags for Thomas Zimmermann and Hans de Goede
>
> Thanks a lot for the patches. If no further comments come in, I'll 
> merge the series next week.

I've merged the series into drm-misc-next. It should be available in v6.15

Best regards
Thomas

>
> Best regards
> Thomas
>
>>
>> v2:
>> - Minor rewording of commit messages
>> - Include Tested-by tag for Paco Avelar in AYANEO Flip DS/KB patch
>> - Add OneXPlayer Mini (Intel) patch
>> https://lore.kernel.org/dri-devel/20250124204648.56989-2-uejji@uejji.net/ 
>>
>>
>> v1:
>> https://lore.kernel.org/dri-devel/20250116155049.39647-2-uejji@uejji.net/ 
>>
>>
>> Andrew Wyatt (5):
>>    drm: panel-orientation-quirks: Add support for AYANEO 2S
>>    drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS and KB
>>    drm: panel-orientation-quirks: Add quirk for AYA NEO Slide
>>    drm: panel-orientation-quirks: Add new quirk for GPD Win 2
>>    drm: panel-orientation-quirks: Add quirk for OneXPlayer Mini (Intel)
>>
>>   .../gpu/drm/drm_panel_orientation_quirks.c    | 40 ++++++++++++++++++-
>>   1 file changed, 38 insertions(+), 2 deletions(-)
>>
>