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

2022-06-08 Thread Stephen Boyd
Quoting Hsin-Yi Wang (2022-06-08 02:48:11) > 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 3/8] drm/panel: panel-edp: 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-edp.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-edp.c