[RESEND PATCH] drm/gma500: remove comment for non-existent parameter

2016-09-07 Thread jiang.bi...@zte.com.cn
Remove comment for non-existent parameter in psbfb_alloc(). Signed-off-by: Jiang Biao --- The previous patch was corrupted by the mail server, have to resend it. --- drivers/gpu/drm/gma500/framebuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/framebuffer.c

[RFC] drm/gma500: add virtual mapping support for fbdev.

2016-09-07 Thread jiang.bi...@zte.com.cn
Alan Cox Wrote 2016/09/07 05:16:49: > Alan Cox > 2016/09/07 05:16 > Re: [RFC] drm/gma500: add virtual mapping support for fbdev. > > On Tue, 2016-09-06 at 19:28 +0800, jiang.biao2 at zte.com.cn wrote: > > Hi, > > > > I found current gma500 fbdev driver does not support the virtual > >

[RFC] drm/gma500: add virtual mapping support for fbdev.

2016-09-06 Thread jiang.bi...@zte.com.cn
Hi, I found current gma500 fbdev driver does not support the virtual mapping for the fb pages, instead it only uses stolen pages and supports high resolution console by reducing the color depth. It works well with fbcon for high resolution envirnment. However, other programs, such as

[PATCH] drm/gma500: remove the process of stolen page in page fault handler.

2016-09-05 Thread jiang.bi...@zte.com.cn
Patrik Jakobsson wrote 2016/09/02 21:54:41: > Patrik Jakobsson > 2016/09/02 21:54 > > Re: [PATCH] drm/gma500: remove the process of stolen page in page > fault handler. > > On Fri, Sep 2, 2016 at 11:31 AM, wrote: > > > > JiangBiao162664/user/zte_ltd Wrote 2016/08/31 10:27:34: > > > >>

[PATCH] drm/gma500: remove the process of stolen page in page fault handler.

2016-09-02 Thread jiang.bi...@zte.com.cn
JiangBiao162664/user/zte_ltd Wrote 2016/08/31 10:27:34: > JiangBiao162664/user/zte_ltd > 2016/08/31 10:27 > > From > Patrik Jakobsson , > Re: [PATCH] drm/gma500: remove the process of stolen page in page > fault handler. > > Patrik Jakobsson wrote on 2016/08/30 18:21:08: > > > Patrik

[PATCH] drm/gma500: remove the process of stolen page in page fault handler.

2016-08-31 Thread jiang.bi...@zte.com.cn
Patrik Jakobsson wrote on 2016/08/30 18:21:08: > Patrik Jakobsson > 2016/08/30 18:21 > > From > jiang.biao2 at zte.com.cn, > cc > dri-devel > Re: [PATCH] drm/gma500: remove the process of stolen page in page fault > handler. > > On Tue, Aug 30, 2016 at 7:10 AM, wrote: > > > > Direct gtt

[PATCH] drm/gma500: remove the process of stolen page in page fault handler.

2016-08-30 Thread jiang.bi...@zte.com.cn
Direct gtt range is used in the page fault scene in current driver, instead of stolen page. So no need to keep relative process. --- drivers/gpu/drm/gma500/gem.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpu/drm/gma500/gem.c b/drivers/gpu/drm/gma500/gem.c

[RESEND PATCH] drm/gma500: remove comment for non-existent parameter

2016-08-15 Thread jiang.bi...@zte.com.cn
Remove comment for non-existent parameter in psbfb_alloc(). Signed-off-by: Jiang Biao --- The previous patch was corrupted by the mail server, have to resend it. --- drivers/gpu/drm/gma500/framebuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/framebuffer.c

答复: Re: [RESEND PATCH] drm/gma500: Fix comments in gtt.c

2016-08-11 Thread jiang.bi...@zte.com.cn
Daniel Vetter wrote on 2016/08/10 17:22:14: > Daniel Vetter > From: Daniel Vetter > 2016/08/10 17:22 > > To: jiang.biao2 at zte.com.cn, > > Re: [RESEND PATCH] drm/gma500: Fix comments in gtt.c > > On Wed, Aug 10, 2016 at 04:52:53PM +0800, jiang.biao2 at zte.com.cn wrote: > > > > > > Daniel

[RESEND PATCH] drm/gma500: Fix comments in gtt.c

2016-08-10 Thread jiang.bi...@zte.com.cn
Daniel Vetter wrote on 2016/08/10 16:35:29: > Daniel Vetter > From: Daniel Vetter > > 2016/08/10 16:35 > > > jiang.biao2 at zte.com.cn, > > > Re: [RESEND PATCH] drm/gma500: Fix comments in gtt.c > > On Wed, Aug 10, 2016 at 11:35:14AM +0800, jiang.biao2 at zte.com.cn wrote: > > > > Fix some

[RESEND PATCH] drm/gma500: Fix comments in gtt.c

2016-08-10 Thread jiang.bi...@zte.com.cn
Fix some comment faults in gtt.c. Signed-off-by: Jiang Biao --- drivers/gpu/drm/gma500/gtt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/gtt.c b/drivers/gpu/drm/gma500/gtt.c index 8f69225..9f9f588 100644 --- a/drivers/gpu/drm/gma500/gtt.c +++

[RESEND PATCH] drm/gma500: Fix comments in gtt.c

2016-08-10 Thread jiang.bi...@zte.com.cn
Fix some comment faults in gtt.c. Signed-off-by: Jiang Biao --- drivers/gpu/drm/gma500/gtt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/gtt.c b/drivers/gpu/drm/gma500/gtt.c index 8f69225..9f9f588 100644 --- a/drivers/gpu/drm/gma500/gtt.c +++

[PATCH] drm/gma500: Fix comments in gtt.c

2016-08-10 Thread jiang.bi...@zte.com.cn
Fix some comment faults in gtt.c. Signed-off-by: Jiang Biao --- drivers/gpu/drm/gma500/gtt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/gtt.c b/drivers/gpu/drm/gma500/gtt.c index 8f69225..9f9f588 100644 --- a/drivers/gpu/drm/gma500/gtt.c +++

[PATCH] drm/gma500: remove comment for non-existent parameter

2016-08-02 Thread jiang.bi...@zte.com.cn
Remove comment for non-existent parameter in psbfb_alloc(). Signed-off-by: Jiang Biao --- drivers/gpu/drm/gma500/framebuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c index 7440bf9..f323989 100644 ---

[PATCH] drm/gma500: remove comment for non-existent parameter

2016-08-01 Thread jiang.bi...@zte.com.cn
Remove comment for non-existent parameter in psbfb_alloc(). Signed-off-by: Jiang Biao --- drivers/gpu/drm/gma500/framebuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c index 7440bf9..f323989 100644 ---