Re: [Intel-gfx] [PATCH libdrm] intel: silence valgrind warnings for unsynchronized maps

2013-07-16 Thread Daniel Vetter
On Wed, Jul 10, 2013 at 10:49:59AM +0800, Chia-I Wu wrote: > Mark the address ranges as accessible with VALGRIND_MAKE_MEM_DEFINED. > > Signed-off-by: Chia-I Wu lgtm. Applied to mater, thanks for the patch. -Daniel > --- > intel/intel_bufmgr_gem.c | 7 +++ > 1 file changed, 7 insertions(+)

[Intel-gfx] [PATCH libdrm] intel: silence valgrind warnings for unsynchronized maps

2013-07-09 Thread Chia-I Wu
Mark the address ranges as accessible with VALGRIND_MAKE_MEM_DEFINED. Signed-off-by: Chia-I Wu --- intel/intel_bufmgr_gem.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index a51e3f3..f98f7a7 100644 --- a/intel/intel_bufmgr_gem.c