Re: [PATCH v3 4/8] drm/panel: lvds: Implement .get_orientation callback

2022-06-06 Thread Hsin-Yi Wang
On Mon, Jun 6, 2022 at 10:27 PM Doug Anderson wrote: > > Hi, > > On Sun, Jun 5, 2022 at 9:47 PM Hsin-Yi Wang wrote: > > > > To return the orientation property to drm/kms driver. > > > > Signed-off-by: Hsin-Yi Wang > > Reviewed-by: Hans de Goede > > --- > > v2->v3: add comments for notice. > >

Re: [PATCH v3 4/8] drm/panel: lvds: Implement .get_orientation callback

2022-06-06 Thread Doug Anderson
Hi, On Sun, Jun 5, 2022 at 9:47 PM Hsin-Yi Wang wrote: > > To return the orientation property to drm/kms driver. > > Signed-off-by: Hsin-Yi Wang > Reviewed-by: Hans de Goede > --- > v2->v3: add comments for notice. > --- > drivers/gpu/drm/panel/panel-lvds.c | 14 ++ > 1 file

[PATCH v3 4/8] drm/panel: lvds: Implement .get_orientation callback

2022-06-05 Thread Hsin-Yi Wang
To return the orientation property to drm/kms driver. Signed-off-by: Hsin-Yi Wang Reviewed-by: Hans de Goede --- v2->v3: add comments for notice. --- drivers/gpu/drm/panel/panel-lvds.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-lvds.c