[PATCH v3] video: simplefb: add rotation support

2022-09-13 Thread Takumi Sueda
It introduces the way to rotate the screen for boards with rotated screen. Signed-off-by: Takumi Sueda --- drivers/video/simplefb.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c index 2b0d8835e3..235ec761f7 100644

Re: [PATCH v2 1/1] video: simplefb: Add rotation support

2022-09-13 Thread Takumi Sueda
On Tue, Sep 13, 2022 at 06:21:10PM +0900, Takumi Sueda wrote: > Signed-off-by: Takumi Sueda > --- > drivers/video/simplefb.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c > index 2b0d8835

[PATCH v2 1/1] video: simplefb: Add rotation support

2022-09-13 Thread Takumi Sueda
Signed-off-by: Takumi Sueda --- drivers/video/simplefb.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c index 2b0d8835e3..235ec761f7 100644 --- a/drivers/video/simplefb.c +++ b/drivers/video/simplefb.c @@ -43,7 +43,11

Re: [PATCH] video: simplefb: Add rotation support

2022-09-13 Thread Takumi Sueda
On Mon, Sep 12, 2022 at 07:34:38AM -0600, Simon Glass wrote: > On Mon, 12 Sept 2022 at 06:15, Takumi Sueda wrote: > > > > It introduces the way to rotate the screen for boards with rotated screen. > > > > Signed-off-by: Takumi Sueda > > --- > > drivers/

[PATCH] video: simplefb: Add rotation support

2022-09-12 Thread Takumi Sueda
It introduces the way to rotate the screen for boards with rotated screen. Signed-off-by: Takumi Sueda --- drivers/video/simplefb.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/video/simplefb.c b/drivers/video/simplefb.c index 2b0d8835e3..dbf55ba64d 100644