Re: [PATCH v2 3/8] drm/panel: panel-edp: Implement .get_orientation callback

2022-06-02 Thread Hsin-Yi Wang
On Fri, Jun 3, 2022 at 5:51 AM Doug Anderson wrote: > > Hi, > > On Wed, Jun 1, 2022 at 2:46 AM Hsin-Yi Wang wrote: > > > > To return the orientation property to drm/kms driver. > > > > Signed-off-by: Hsin-Yi Wang > > Reviewed-by: Hans de Goede > > --- > > drivers/gpu/drm/panel/panel-edp.c | 8

Re: [PATCH v2 3/8] drm/panel: panel-edp: Implement .get_orientation callback

2022-06-02 Thread Doug Anderson
Hi, On Wed, Jun 1, 2022 at 2:46 AM Hsin-Yi Wang wrote: > > To return the orientation property to drm/kms driver. > > Signed-off-by: Hsin-Yi Wang > Reviewed-by: Hans de Goede > --- > drivers/gpu/drm/panel/panel-edp.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/drivers/gpu/d

[PATCH v2 3/8] drm/panel: panel-edp: Implement .get_orientation callback

2022-06-01 Thread Hsin-Yi Wang
To return the orientation property to drm/kms driver. Signed-off-by: Hsin-Yi Wang Reviewed-by: Hans de Goede --- drivers/gpu/drm/panel/panel-edp.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c index 1732b4f56e3