Re: [Freedreno] [PATCH 2/3] drm/msm: add param to retrieve # of GPU faults (global)

2019-04-19 Thread Jordan Crouse
On Tue, Apr 16, 2019 at 06:30:25PM -0700, Rob Clark wrote: > From: Rob Clark > > For KHR_robustness, userspace wants to know two things, the count of GPU > faults globally, and the count of faults attributed to a given context. > This patch providees the former, and the next patch provides the la

[PATCH 2/3] drm/msm: add param to retrieve # of GPU faults (global)

2019-04-16 Thread Rob Clark
From: Rob Clark For KHR_robustness, userspace wants to know two things, the count of GPU faults globally, and the count of faults attributed to a given context. This patch providees the former, and the next patch provides the latter. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/adreno/adre