Re: [PATCH v3 5/8] drm/panel: panel-simple: 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-simple.c | 16 +++- > 1 file

[PATCH v3 5/8] drm/panel: panel-simple: 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-simple.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git