Re: [Intel-gfx] [PATCH] intel-gpu-tools: Change type of variable from unsigned to uint64_t in gem_stress

2014-08-05 Thread Popov, Pavel E
] On Behalf Of Daniel Vetter Sent: Monday, August 04, 2014 4:10 PM To: Popov, Pavel E Cc: intel-gfx@lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH] intel-gpu-tools: Change type of variable from unsigned to uint64_t in gem_stress On Fri, Aug 01, 2014 at 12:10:44PM +0700, Pavel Popov wrote

Re: [Intel-gfx] [PATCH] intel-gpu-tools: Change type of variable from unsigned to uint64_t in gem_stress

2014-08-05 Thread Daniel Vetter
On Tue, Aug 5, 2014 at 1:38 PM, Popov, Pavel E pavel.e.po...@intel.com wrote: We have tons of places which use gem_aperture_size. Have you reviewed them all? I've already looked at these places in latest trunk. I observed that type overflow also can happen in tests gem_evict_alignment and

Re: [Intel-gfx] [PATCH] intel-gpu-tools: Change type of variable from unsigned to uint64_t in gem_stress

2014-08-04 Thread Daniel Vetter
On Fri, Aug 01, 2014 at 12:10:44PM +0700, Pavel Popov wrote: To run gem_stress with the correct number of buffers even if aperture size = 4GB. Signed-off-by: Pavel Popov pavel.e.po...@intel.com --- tests/gem_stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Intel-gfx] [PATCH] intel-gpu-tools: Change type of variable from unsigned to uint64_t in gem_stress

2014-07-31 Thread Pavel Popov
To run gem_stress with the correct number of buffers even if aperture size = 4GB. Signed-off-by: Pavel Popov pavel.e.po...@intel.com --- tests/gem_stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem_stress.c b/tests/gem_stress.c index 3bbe487..313a82a 100644