Re: [Freedreno] [PATCH igt v3 0/4] msm: Add tests for gpu fault handling

2021-11-19 Thread Rob Clark
On Fri, Nov 19, 2021 at 3:56 AM Petri Latvala wrote: > > On Mon, Nov 15, 2021 at 04:30:38PM -0800, Rob Clark wrote: > > From: Rob Clark > > > > The first patch adds a easy way to write debugfs files (needed to > > disable hw fault detection, so we can test the sw timeout fallback). > > The second

Re: [Freedreno] [PATCH igt v3 0/4] msm: Add tests for gpu fault handling

2021-11-19 Thread Petri Latvala
On Mon, Nov 15, 2021 at 04:30:38PM -0800, Rob Clark wrote: > From: Rob Clark > > The first patch adds a easy way to write debugfs files (needed to > disable hw fault detection, so we can test the sw timeout fallback). > The second adds some helpers for cmdstream building. And the third > adds th

[Freedreno] [PATCH igt v3 0/4] msm: Add tests for gpu fault handling

2021-11-15 Thread Rob Clark
From: Rob Clark The first patch adds a easy way to write debugfs files (needed to disable hw fault detection, so we can test the sw timeout fallback). The second adds some helpers for cmdstream building. And the third adds the new tests. v2: Fix headerdoc comments in first patch v3: Add helper