Re:[PATCH v3] drm/panfrost: fix -Wmissing-prototypes warnings

2019-10-30 Thread wang.yi59
> On Mon, Oct 28, 2019 at 09:27:33AM +, wang.y...@zte.com.cn wrote: > > Hi Steve, > > > > Thanks a lot for your time and patience :) > > > > > On 25/10/2019 02:30, Yi Wang wrote: > > > > We get these warnings when build kernel W=1: > > > > drivers/gpu/drm/panfrost/panfrost_perfcnt.c:35:6:

Re:[PATCH v3] drm/panfrost: fix -Wmissing-prototypes warnings

2019-10-28 Thread wang.yi59
Hi Steve, Thanks a lot for your time and patience :) > On 25/10/2019 02:30, Yi Wang wrote: > > We get these warnings when build kernel W=1: > > drivers/gpu/drm/panfrost/panfrost_perfcnt.c:35:6: warning: no previous > > prototype for ‘panfrost_perfcnt_clean_cache_done’ [-Wmissing-prototypes] > >

Re:[PATCH v2] drm/panfrost: fix -Wmissing-prototypes warnings

2019-10-25 Thread wang.yi59
Hi Steve, How do you find the format problem? I have set noexpandtab in vim ;-) I will send a v3 patch with tabstop=8, please review later :) Thanks a lot. > On 22/10/2019 04:02, Yi Wang wrote: > > We get these warnings when build kernel W=1: > > drivers/gpu/drm/panfrost/panfrost_perfcnt.c:35:6:

Re:[PATCH] drm/panfrost: fix -Wmissing-prototypes warnings

2019-10-22 Thread wang.yi59
Hi Steve, Thanks a lot for your review, and I will send a v2 patch ASAP. > On 19/10/2019 08:28, Yi Wang wrote: > > We get these warnings when build kernel W=1: > > drivers/gpu/drm/panfrost/panfrost_perfcnt.c:35:6: warning: no previous > > prototype for ‘panfrost_perfcnt_clean_cache_done’

Re: [PATCH] drm/i915/gvt: fix memory leak in intel_vgpu_ioctl()

2018-08-11 Thread wang.yi59
> On 2018.08.03 08:41:19 +0800, Yi Wang wrote: > > The 'sparse' variable may leak when return in function > > intel_vgpu_ioctl(), and this patch fixes this. > > > > Signed-off-by: Yi Wang > > Reviewed-by: Jiang Biao > > --- > > drivers/gpu/drm/i915/gvt/kvmgt.c | 3 +++ > > 1 file changed, 3