Re: [PATCH 4/9] drm/panfrost: Handle HW_ISSUE_TTRX_3076

2022-02-16 Thread Steven Price
On 14/02/2022 17:06, Alyssa Rosenzweig wrote: > On Mon, Feb 14, 2022 at 04:23:18PM +, Steven Price wrote: >> On 11/02/2022 20:27, alyssa.rosenzw...@collabora.com wrote: >>> From: Alyssa Rosenzweig >>> >>> Some Valhall GPUs require resets when encountering bus faults due to >>> occlusion query

Re: [PATCH 4/9] drm/panfrost: Handle HW_ISSUE_TTRX_3076

2022-02-14 Thread Alyssa Rosenzweig
On Mon, Feb 14, 2022 at 04:23:18PM +, Steven Price wrote: > On 11/02/2022 20:27, alyssa.rosenzw...@collabora.com wrote: > > From: Alyssa Rosenzweig > > > > Some Valhall GPUs require resets when encountering bus faults due to > > occlusion query writes. Add the issue bit for this and handle it

Re: [PATCH 4/9] drm/panfrost: Handle HW_ISSUE_TTRX_3076

2022-02-14 Thread Steven Price
On 11/02/2022 20:27, alyssa.rosenzw...@collabora.com wrote: > From: Alyssa Rosenzweig > > Some Valhall GPUs require resets when encountering bus faults due to > occlusion query writes. Add the issue bit for this and handle it. > > Signed-off-by: Alyssa Rosenzweig Reviewed-by: Steven Price (al

[PATCH 4/9] drm/panfrost: Handle HW_ISSUE_TTRX_3076

2022-02-11 Thread alyssa . rosenzweig
From: Alyssa Rosenzweig Some Valhall GPUs require resets when encountering bus faults due to occlusion query writes. Add the issue bit for this and handle it. Signed-off-by: Alyssa Rosenzweig --- drivers/gpu/drm/panfrost/panfrost_device.c | 9 +++-- drivers/gpu/drm/panfrost/panfrost_issues