Re: [PATCH] mediatek: Set default value for Panel Orientation connector prop.

2021-12-16 Thread Mark Yacoub
This makes sense. Thanks for pointing that out I wasn't aware of it. I'll take a closer look and try to come up with something better. Thanks Chun-Kuang! On Thu, Dec 16, 2021 at 11:53 AM Chun-Kuang Hu wrote: > > Hi, Mark: > > Mark Yacoub 於 2021年12月16日 週四 上午1:25寫道: > > > > On Wed, Dec 15, 2021 a

Re: [PATCH] mediatek: Set default value for Panel Orientation connector prop.

2021-12-16 Thread Chun-Kuang Hu
Hi, Mark: Mark Yacoub 於 2021年12月16日 週四 上午1:25寫道: > > On Wed, Dec 15, 2021 at 11:14 AM Chun-Kuang Hu > wrote: > > > > Hi, Mark: > > > > Mark Yacoub 於 2021年12月14日 週二 下午11:13寫道: > > > > > > Hey CK, can we have this merged? > > > Thank you! > > > > > > On Mon, Oct 25, 2021 at 9:13 PM Sean Paul wr

Re: [PATCH] mediatek: Set default value for Panel Orientation connector prop.

2021-12-15 Thread Mark Yacoub
On Wed, Dec 15, 2021 at 11:14 AM Chun-Kuang Hu wrote: > > Hi, Mark: > > Mark Yacoub 於 2021年12月14日 週二 下午11:13寫道: > > > > Hey CK, can we have this merged? > > Thank you! > > > > On Mon, Oct 25, 2021 at 9:13 PM Sean Paul wrote: > > > > > > On Fri, Oct 22, 2021 at 01:24:03PM -0400, Mark Yacoub wrote

Re: [PATCH] mediatek: Set default value for Panel Orientation connector prop.

2021-12-15 Thread Chun-Kuang Hu
Hi, Mark: Mark Yacoub 於 2021年12月14日 週二 下午11:13寫道: > > Hey CK, can we have this merged? > Thank you! > > On Mon, Oct 25, 2021 at 9:13 PM Sean Paul wrote: > > > > On Fri, Oct 22, 2021 at 01:24:03PM -0400, Mark Yacoub wrote: > > > From: Mark Yacoub > > > > > > [Why] > > > Creating the prop uses UN

Re: [PATCH] mediatek: Set default value for Panel Orientation connector prop.

2021-12-14 Thread Mark Yacoub
Hey CK, can we have this merged? Thank you! On Mon, Oct 25, 2021 at 9:13 PM Sean Paul wrote: > > On Fri, Oct 22, 2021 at 01:24:03PM -0400, Mark Yacoub wrote: > > From: Mark Yacoub > > > > [Why] > > Creating the prop uses UNKNOWN as the initial value, which is not a > > supported value if the pro

Re: [PATCH] mediatek: Set default value for Panel Orientation connector prop.

2021-10-25 Thread Sean Paul
On Fri, Oct 22, 2021 at 01:24:03PM -0400, Mark Yacoub wrote: > From: Mark Yacoub > > [Why] > Creating the prop uses UNKNOWN as the initial value, which is not a > supported value if the props is to be supported. > > [How] > Set the panel orientation default value to NORMAL right after creating >

[PATCH] mediatek: Set default value for Panel Orientation connector prop.

2021-10-22 Thread Mark Yacoub
From: Mark Yacoub [Why] Creating the prop uses UNKNOWN as the initial value, which is not a supported value if the props is to be supported. [How] Set the panel orientation default value to NORMAL right after creating the prop. Tested on Jacuzzi(MTK) Fixes IGT@kms_properties@get_properties-sani