Re: [PATCH v4 5/8] drm/panel: panel-simple: Implement .get_orientation callback

2022-06-06 Thread Hsin-Yi Wang
On Tue, Jun 7, 2022 at 3:25 AM Sam Ravnborg wrote: > > Hi Hsin-Yi, > > On Mon, Jun 06, 2022 at 11:24:28PM +0800, Hsin-Yi Wang wrote: > > To return the orientation property to drm/kms driver. > > > > Signed-off-by: Hsin-Yi Wang > > Reviewed-by: Hans de Goede > > Reviewed-by: Douglas Anderson >

Re: [PATCH v4 5/8] drm/panel: panel-simple: Implement .get_orientation callback

2022-06-06 Thread Sam Ravnborg
Hi Hsin-Yi, On Mon, Jun 06, 2022 at 11:24:28PM +0800, Hsin-Yi Wang wrote: > To return the orientation property to drm/kms driver. > > Signed-off-by: Hsin-Yi Wang > Reviewed-by: Hans de Goede > Reviewed-by: Douglas Anderson > --- > drivers/gpu/drm/panel/panel-simple.c | 16 +++- >

[PATCH v4 5/8] drm/panel: panel-simple: Implement .get_orientation callback

2022-06-06 Thread Hsin-Yi Wang
To return the orientation property to drm/kms driver. Signed-off-by: Hsin-Yi Wang Reviewed-by: Hans de Goede Reviewed-by: Douglas Anderson --- drivers/gpu/drm/panel/panel-simple.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git