Re: [Freedreno] [PATCH 1/3] drm/msm/gpu: add per-process pagetables param

2019-04-19 Thread Jordan Crouse
On Tue, Apr 16, 2019 at 06:30:24PM -0700, Rob Clark wrote: > From: Rob Clark > > For now it always returns '0' (false), but once the iommu work is in > place to enable per-process pagetables we can update the value returned. > > Userspace needs to know this to make an informed decision about

[PATCH 1/3] drm/msm/gpu: add per-process pagetables param

2019-04-16 Thread Rob Clark
From: Rob Clark For now it always returns '0' (false), but once the iommu work is in place to enable per-process pagetables we can update the value returned. Userspace needs to know this to make an informed decision about exposing KHR_robustness. Signed-off-by: Rob Clark ---