Re: [PATCH v2] drm/panfrost: Don't try to map on error faults

2020-02-24 Thread Alyssa Rosenzweig
Acked-by: Alyssa Rosenzweig On Wed, Feb 12, 2020 at 02:22:36PM -0600, Rob Herring wrote: > From: Tomeu Vizoso > > If the exception type isn't a translation fault, don't try to map and > instead go straight to a terminal fault. > > Otherwise, we can get flooded by kernel warnings and further

Re: [PATCH v2] drm/panfrost: Don't try to map on error faults

2020-02-23 Thread Tomeu Vizoso
On Wed, 12 Feb 2020 at 21:22, Rob Herring wrote: > > From: Tomeu Vizoso > > If the exception type isn't a translation fault, don't try to map and > instead go straight to a terminal fault. > > Otherwise, we can get flooded by kernel warnings and further faults. > > Signed-off-by: Tomeu Vizoso >

Re: [PATCH v2] drm/panfrost: Don't try to map on error faults

2020-02-13 Thread Steven Price
On 12/02/2020 20:22, Rob Herring wrote: > From: Tomeu Vizoso > > If the exception type isn't a translation fault, don't try to map and > instead go straight to a terminal fault. > > Otherwise, we can get flooded by kernel warnings and further faults. > > Signed-off-by: Tomeu Vizoso >

[PATCH v2] drm/panfrost: Don't try to map on error faults

2020-02-12 Thread Rob Herring
From: Tomeu Vizoso If the exception type isn't a translation fault, don't try to map and instead go straight to a terminal fault. Otherwise, we can get flooded by kernel warnings and further faults. Signed-off-by: Tomeu Vizoso Signed-off-by: Rob Herring --- I rewrote this some simplifying