lkml.org 
[lkml]   [2022]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] drm: panel-orientation-quirks: Add quirk for Anbernic Win600
Hello,

czw., 4 sie 2022 o 10:32 Hans de Goede <hdegoede@redhat.com> napisał(a):
>
> Hi,
>
> On 8/3/22 20:24, Maccraft123 wrote:
> > From: Maya Matuszczyk <maccraft123mc@gmail.com>
> >
> > This device is another x86 gaming handheld, and as (hopefully) there is
> > only one set of DMI IDs it's using DMI_EXACT_MATCH
> >
> > Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
>
> Thanks, patch looks good to me:
>
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
>
> Since we are currently in the middle of the merge window
> and this patch needs to go to a -fixes branch I'm not quite
> sure how to handle this.
>
> Hopefully one of the drm-misc maintainers can pick this
> up (once rc1 is out?) .

We're at -rc1 now, and -rc2 will likely release within couple
of days, can anyone take a look at this patch now?

Best Regards,
Maya Matuszczyk

>
> Regards,
>
> Hans
>
>
>
> > ---
> > 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 d4e0f2e85548..a8681610ede7 100644
> > --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c
> > +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c
> > @@ -128,6 +128,12 @@ static const struct dmi_system_id orientation_data[] = {
> > DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "One S1003"),
> > },
> > .driver_data = (void *)&lcd800x1280_rightside_up,
> > + }, { /* Anbernic Win600 */
> > + .matches = {
> > + DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Anbernic"),
> > + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Win600"),
> > + },
> > + .driver_data = (void *)&lcd720x1280_rightside_up,
> > }, { /* Asus T100HA */
> > .matches = {
> > DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
>

\
 
 \ /
  Last update: 2022-08-19 19:24    [W:0.044 / U:0.944 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site