Re: [Intel-gfx] [PATCH v2 7/7] drm/i915: Remove truncation warning for large objects

2022-07-05 Thread Mauro Carvalho Chehab
On Tue, 5 Jul 2022 15:24:55 +0300 Gwan-gyeong Mun wrote: > From: Chris Wilson > > Having addressed the issues surrounding incorrect types for local > variables and potential integer truncation in using the scatterlist API, > we have closed all the loop holes we had previously identified with >

[Intel-gfx] [PATCH v2 7/7] drm/i915: Remove truncation warning for large objects

2022-07-05 Thread Gwan-gyeong Mun
From: Chris Wilson Having addressed the issues surrounding incorrect types for local variables and potential integer truncation in using the scatterlist API, we have closed all the loop holes we had previously identified with dangerously large object creation. As such, we can eliminate the warnin