Re: [PATCH v2 3/5] drm/mipi_dbi: Add support for display offsets

2020-01-19 Thread Noralf Trønnes
Den 15.01.2020 13.45, skrev Geert Uytterhoeven: > If the resolution of the TFT display is smaller than the maximum > resolution supported by the display controller, the display may be > connected to the driver output arrays with a horizontal and/or vertical > offset, leading to a shifted image. >

Re: [PATCH v2 3/5] drm/mipi_dbi: Add support for display offsets

2020-01-17 Thread Sam Ravnborg
Hi Noralf. If you could find time to review this patch it would be great. I am reluctant to apply it until you have acked/reviewed it. Thanks in advance, Sam On Wed, Jan 15, 2020 at 01:45:46PM +0100, Geert Uytterhoeven wrote: > If the resolution of the TFT display is smaller than the ma

[PATCH v2 3/5] drm/mipi_dbi: Add support for display offsets

2020-01-15 Thread Geert Uytterhoeven
If the resolution of the TFT display is smaller than the maximum resolution supported by the display controller, the display may be connected to the driver output arrays with a horizontal and/or vertical offset, leading to a shifted image. Add support for specifying these offsets. Signed-off-by: