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

2022-06-08 Thread Stephen Boyd
Quoting Hsin-Yi Wang (2022-06-08 02:48:12) > To return the orientation property to drm/kms driver. > > Signed-off-by: Hsin-Yi Wang > Reviewed-by: Hans de Goede > Reviewed-by: Douglas Anderson > --- Reviewed-by: Stephen Boyd

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

2022-06-08 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-lvds.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu