[Suggestion] drivers/gpu/drm/ttm: let constant string match the output format in ttm_dma_page_alloc_debugfs

2012-11-06 Thread Chen Gang
pool-nfrees, pool-npages_in_use, 1125 pool-npages_free, 1126 pool-dev_name); 1127 } 1128 mutex_unlock(_manager-lock); 1129 return 0; 1130 } 1131 EXPORT_SYMBOL_GPL(ttm_dma_page_alloc_debugfs); -- Chen Gang

[PATCH] drivers/gpu/drm/omapdrm: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-11 Thread Chen Gang
When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang gang.c...@asianux.com Signed-off-by: Vladimir Kondratiev qca_vkond...@qca.qualcomm.com --- drivers/gpu/drm/omapdrm/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions

[Suggestion] drivers/gpu/drm/tilcdc: link failed

2013-03-11 Thread Chen Gang
Hello David Airlie: link fail: drivers/gpu/drm/tilcdc/tilcdc_slave.o:(.data+0x54): multiple definition of `__mod_of_device_table' drivers/gpu/drm/tilcdc/tilcdc_tfp410.o:(.data+0x54):first defined here drivers/gpu/drm/tilcdc/tilcdc_panel.o:(.data+0x54): multiple definition of

[PATCH] drivers/gpu/drm/tilcdc: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-11 Thread Chen Gang
When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang gang.c...@asianux.com Signed-off-by: Vladimir Kondratiev qca_vkond...@qca.qualcomm.com --- drivers/gpu/drm/tilcdc/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions

Re: [Suggestion] drivers/gpu/drm/tilcdc: link failed

2013-03-11 Thread Chen Gang
oh, it has been mentioned by Russell King. please reference: https://lkml.org/lkml/2013/3/4/114 this mail can be obsoleted. gchen. 于 2013年03月10日 12:56, Chen Gang 写道: Hello David Airlie: link fail: drivers/gpu/drm/tilcdc/tilcdc_slave.o:(.data+0x54): multiple definition

Re: [PATCH] drivers/gpu/drm/tilcdc: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-12 Thread Chen Gang
于 2013年03月11日 22:02, Rob Clark 写道: On Sun, Mar 10, 2013 at 12:04 AM, Chen Gang gang.c...@asianux.com wrote: When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang gang.c...@asianux.com Signed-off-by: Vladimir Kondratiev

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-03-27 Thread Chen Gang
need remove semicolon, or always return true. Signed-off-by: Chen Gang gang.c...@asianux.com --- drivers/gpu/drm/nouveau/nv50_display.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c

Re: [PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-04 Thread Chen Gang
Hello maintainers: when you have time, please help to check this patch whether is OK. thanks. gchen. On 2013年03月27日 15:23, Chen Gang wrote: need remove semicolon, or always return true. Signed-off-by: Chen Gang gang.c...@asianux.com --- drivers/gpu/drm/nouveau/nv50_display.c

Re: [PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Chen Gang
Hello Greg KH: when you have time, can you help to check this patch whether OK ? thanks. gchen. On 2013年04月03日 16:01, Chen Gang wrote: Hello maintainers: when you have time, please help to check this patch whether is OK. thanks. gchen. On 2013年03月27日 15:23, Chen Gang

Re: [PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Chen Gang
On 2013年04月07日 11:49, Greg KH wrote: On Sun, Apr 07, 2013 at 09:03:55AM +0800, Chen Gang wrote: Hello Greg KH: when you have time, can you help to check this patch whether OK ? No. Why ? does it also need a test ?? -- Chen Gang Asianux Corporation

Re: [PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Chen Gang
thank you very much for your reply, firstly. On 2013年04月07日 12:09, Joe Perches wrote: On Sun, 2013-04-07 at 11:57 +0800, Chen Gang wrote: On 2013年04月07日 11:49, Greg KH wrote: On Sun, Apr 07, 2013 at 09:03:55AM +0800, Chen Gang wrote: Hello Greg KH: when you have time, can you

Re: [PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Chen Gang
with EXTRA_CFLAGS=-W thanks. :-) -- Chen Gang Asianux Corporation ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Suggestion] drivers/gpu/drm/ttm: let constant string match the output format in ttm_dma_page_alloc_debugfs

2012-11-06 Thread Chen Gang
pool->dev_name); 1127 } 1128 mutex_unlock(&_manager->lock); 1129 return 0; 1130 } 1131 EXPORT_SYMBOL_GPL(ttm_dma_page_alloc_debugfs); -- Chen Gang Asianux Corporation

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-03-27 Thread Chen Gang
need remove semicolon, or always return true. Signed-off-by: Chen Gang --- drivers/gpu/drm/nouveau/nv50_display.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index 7f0e6c3..1ddc03e

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-03 Thread Chen Gang
Hello maintainers: when you have time, please help to check this patch whether is OK. thanks. gchen. On 2013?03?27? 15:23, Chen Gang wrote: > > need remove semicolon, or always return true. > > Signed-off-by: Chen Gang > --- > drivers/gpu/drm/nouveau/nv50_displa

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Chen Gang
Hello Greg KH: when you have time, can you help to check this patch whether OK ? thanks. gchen. On 2013?04?03? 16:01, Chen Gang wrote: > Hello maintainers: > > when you have time, please help to check this patch whether is OK. > > thanks. > > gchen. > &

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Chen Gang
On 2013?04?07? 11:49, Greg KH wrote: > On Sun, Apr 07, 2013 at 09:03:55AM +0800, Chen Gang wrote: >> Hello Greg KH: >> >> when you have time, can you help to check this patch whether OK ? > > No. > > Why ? does it also need a test ?? -- Chen Gang Asianux Corporation

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Chen Gang
thank you very much for your reply, firstly. On 2013?04?07? 12:09, Joe Perches wrote: > On Sun, 2013-04-07 at 11:57 +0800, Chen Gang wrote: >> > On 2013?04?07? 11:49, Greg KH wrote: >>> > > On Sun, Apr 07, 2013 at 09:03:55AM +0800, Chen Gang wrote: >>>&g

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Chen Gang
rnings with EXTRA_CFLAGS=-W thanks. :-) -- Chen Gang Asianux Corporation

[PATCH] drivers/gpu/drm/omapdrm: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-10 Thread Chen Gang
When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang Signed-off-by: Vladimir Kondratiev --- drivers/gpu/drm/omapdrm/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/Makefile

[Suggestion] drivers/gpu/drm/tilcdc: link failed

2013-03-10 Thread Chen Gang
Hello David Airlie: link fail: drivers/gpu/drm/tilcdc/tilcdc_slave.o:(.data+0x54): multiple definition of `__mod_of_device_table' drivers/gpu/drm/tilcdc/tilcdc_tfp410.o:(.data+0x54)?first defined here drivers/gpu/drm/tilcdc/tilcdc_panel.o:(.data+0x54): multiple definition of

[PATCH] drivers/gpu/drm/tilcdc: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-10 Thread Chen Gang
When make with EXTRA_CFLAGS=-W, it will report error. so give a check in Makefile. Signed-off-by: Chen Gang Signed-off-by: Vladimir Kondratiev --- drivers/gpu/drm/tilcdc/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/Makefile b

[Suggestion] drivers/gpu/drm/tilcdc: link failed

2013-03-10 Thread Chen Gang
oh, it has been mentioned by Russell King. please reference: https://lkml.org/lkml/2013/3/4/114 this mail can be obsoleted. gchen. ? 2013?03?10? 12:56, Chen Gang ??: > Hello David Airlie: > > link fail: > drivers/gpu/drm/tilcdc/tilcdc_slave.o:(.data+0x54): multipl

[PATCH] drivers/gpu/drm/tilcdc: Makefile, only -Werror when no -W* in EXTRA_CFLAGS

2013-03-12 Thread Chen Gang
? 2013?03?11? 22:02, Rob Clark ??: > On Sun, Mar 10, 2013 at 12:04 AM, Chen Gang wrote: >> > >> > When make with EXTRA_CFLAGS=-W, it will report error. >> > so give a check in Makefile. >> > >> > Signed-off-by: Chen Gang >> > Signe

[PATCH] include/linux/amd-iommu.h: Move to arch/x86/include/asm

2015-12-29 Thread Chen Gang
uot;arch/*/include/asm/". So for me, at present, it is only used by x86, so is move to "arch/x86/ include/asm/"; if another archs want it, they can copy one. If quite a few archs (e.g. > 3 archs) need it, move it to "include/asm-generic". Thanks. -- Chen Gang (陈刚) Open, share, and attitude like air, water, and life which God blessed

[PATCH] drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS

2015-02-03 Thread Chen Gang S
). I guess, in fact, it is only 1 real issue (which can cause all breaks), and I shall try to fix it within this month. Welcome any ideas, suggestions, or completions. Thanks. On 2/1/15 22:08, Chen Gang S wrote: > DRM_GEM_CMA_HELPER is depend on HAVE_DMA_ATTRS, or it will break the > bu

[PATCH] drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS

2015-02-03 Thread Chen Gang S
On 02/03/2015 06:45 PM, Laurent Pinchart wrote: > Hi Chen, > > Thank you for the patch. > > On Sunday 01 February 2015 22:08:33 Chen Gang S wrote: >> DRM_GEM_CMA_HELPER is depend on HAVE_DMA_ATTRS, or it will break the >> building. The related error (with allmodconfig

[PATCH] drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS

2015-02-22 Thread Chen Gang S
On 2/3/15 05:26, Chen Gang S wrote: [...] > > - Xtensa gcc5 cross compiler has issues: > >it causes more than 10 broken areas with allmodconfig (but no issues >with defconfig). I guess, in fact, it is only 1 real issue (which can >cause all breaks), and

[PATCH] drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRS

2015-02-25 Thread Chen Gang S
> On 2/3/15 05:26, Chen Gang S wrote: > > [...] > >> >> - Xtensa gcc5 cross compiler has issues: >> >>it causes more than 10 broken areas with allmodconfig (but no issues >>with defconfig). I guess, in fact, it is only 1 real issue (which ca