Re: [Freedreno] [PATCH] drm/msm: Fix range size vs end confusion

2022-04-08 Thread Dmitry Baryshkov
On Thu, 7 Apr 2022 at 23:27, Rob Clark wrote: > > From: Rob Clark > > The fourth param is size, rather than range_end. > > Note that we could increase the address space size if we had a way to > prevent buffers from spanning a 4G split, mostly just to avoid fw bugs > with 64b math. > > Fixes: 84c

[Freedreno] [PATCH] drm/msm: Fix range size vs end confusion

2022-04-07 Thread Rob Clark
From: Rob Clark The fourth param is size, rather than range_end. Note that we could increase the address space size if we had a way to prevent buffers from spanning a 4G split, mostly just to avoid fw bugs with 64b math. Fixes: 84c31ee16f90 ("drm/msm/a6xx: Add support for per-instance pagetable