Re: [PATCH 1/2] drm/panel: sitronix-st7789v: add panel orientation support

2023-08-02 Thread neil . armstrong
On 02/08/2023 15:19, Michael Riesch wrote: Hi Neil, On 8/2/23 14:39, Neil Armstrong wrote: On 18/07/2023 17:12, Michael Riesch wrote: Determine the orientation of the display based on the device tree and propagate it. While at it, fix the indentation in the struct drm_panel_funcs. Signed-off

Re: [PATCH 1/2] drm/panel: sitronix-st7789v: add panel orientation support

2023-08-02 Thread Michael Riesch
Hi Neil, On 8/2/23 14:39, Neil Armstrong wrote: > On 18/07/2023 17:12, Michael Riesch wrote: >> Determine the orientation of the display based on the device tree and >> propagate it. >> >> While at it, fix the indentation in the struct drm_panel_funcs. >> >> Signed-off-by: Michael Riesch >> --- >

Re: [PATCH 1/2] drm/panel: sitronix-st7789v: add panel orientation support

2023-08-02 Thread Neil Armstrong
On 18/07/2023 17:12, Michael Riesch wrote: Determine the orientation of the display based on the device tree and propagate it. While at it, fix the indentation in the struct drm_panel_funcs. Signed-off-by: Michael Riesch --- drivers/gpu/drm/panel/panel-sitronix-st7789v.c | 28 +++

[PATCH 1/2] drm/panel: sitronix-st7789v: add panel orientation support

2023-07-18 Thread Michael Riesch
Determine the orientation of the display based on the device tree and propagate it. While at it, fix the indentation in the struct drm_panel_funcs. Signed-off-by: Michael Riesch --- drivers/gpu/drm/panel/panel-sitronix-st7789v.c | 28 +- 1 file changed, 23 insertions(+),