Re: [PATCH] drm: panel-orientation-quirks: Add quirk for Anbernic Win600

2022-09-17 Thread Maya Matuszczyk
Hello, sob., 17 wrz 2022 o 15:04 Hans de Goede napisał(a): > > Hi, > > On 8/3/22 20:24, Maccraft123 wrote: > > From: Maya Matuszczyk > > > > 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

Re: [PATCH] drm: panel-orientation-quirks: Add quirk for Anbernic Win600

2022-09-17 Thread Hans de Goede
Hi, On 8/3/22 20:24, Maccraft123 wrote: > From: Maya Matuszczyk > > 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 Thanks I have added this patch to my local drm-misc-next branch.

Re: [PATCH] drm: panel-orientation-quirks: Add quirk for Anbernic Win600

2022-08-19 Thread Maya Matuszczyk
Hello, czw., 4 sie 2022 o 10:32 Hans de Goede napisał(a): > > Hi, > > On 8/3/22 20:24, Maccraft123 wrote: > > From: Maya Matuszczyk > > > > 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 M

Re: [PATCH] drm: panel-orientation-quirks: Add quirk for Anbernic Win600

2022-08-04 Thread Hans de Goede
Hi, On 8/3/22 20:24, Maccraft123 wrote: > From: Maya Matuszczyk > > 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 Thanks, patch looks good to me: Reviewed-by: Hans de Goede Sin

[PATCH] drm: panel-orientation-quirks: Add quirk for Anbernic Win600

2022-08-03 Thread Maccraft123
From: Maya Matuszczyk 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 --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/g