[PATCH 04/26] sandbox: video: Allow selection of rotated console

2020-05-19 Thread Simon Glass
Add a devicetree property to select a rotated console. This uses the same encoding as vidconsole itself: 0=normal; 1=90 degrees clockwise, 2=upside down, 3=90 degrees anticlockwise. Signed-off-by: Simon Glass --- drivers/video/sandbox_sdl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dr

Re: [PATCH 04/26] sandbox: video: Allow selection of rotated console

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:36 -0600 Simon Glass s...@chromium.org wrote: > Add a devicetree property to select a rotated console. This uses the same > encoding as vidconsole itself: 0=normal; 1=90 degrees clockwise, 2=upside > down, 3=90 degrees anticlockwise. > > Signed-off-by: Simon Glass Revi