Re: [PATCH] drm/panthor: always set fence errors on CS_FAULT

2025-07-08 Thread Chia-I Wu
On Sun, Jun 22, 2025 at 11:32 PM Boris Brezillon wrote: > > On Wed, 18 Jun 2025 07:55:49 -0700 > Chia-I Wu wrote: > > > It is unclear why fence errors were set only for CS_INHERIT_FAULT. > > Downstream driver also does not treat CS_INHERIT_FAULT specially. > > Remove the check. > > > > Signed-off

Re: [PATCH] drm/panthor: always set fence errors on CS_FAULT

2025-06-22 Thread Boris Brezillon
On Wed, 18 Jun 2025 07:55:49 -0700 Chia-I Wu wrote: > It is unclear why fence errors were set only for CS_INHERIT_FAULT. > Downstream driver also does not treat CS_INHERIT_FAULT specially. > Remove the check. > > Signed-off-by: Chia-I Wu > --- > drivers/gpu/drm/panthor/panthor_sched.c | 2 +- >