Re: [PATCH v3 08/14] drm/panthor: Add the FW logical block

2024-01-22 Thread Chris Diamand
On 22/01/2024 16:34, Boris Brezillon wrote: > On Mon, 18 Dec 2023 21:25:16 + > Chris Diamand wrote: > >>> +void panthor_fw_unplug(struct panthor_device *ptdev) >>> +{ >>> + struct panthor_fw_section *section; >>> + >>> + cancel_delayed_work_sync(>fw->watchdog.ping_work); >>> + >>> + /*

Re: [PATCH v3 08/14] drm/panthor: Add the FW logical block

2024-01-22 Thread Boris Brezillon
On Mon, 18 Dec 2023 21:25:16 + Chris Diamand wrote: > > +void panthor_fw_unplug(struct panthor_device *ptdev) > > +{ > > + struct panthor_fw_section *section; > > + > > + cancel_delayed_work_sync(>fw->watchdog.ping_work); > > + > > + /* Make sure the IRQ handler can be called after

Re: [PATCH v3 08/14] drm/panthor: Add the FW logical block

2024-01-15 Thread Boris Brezillon
On Wed, 20 Dec 2023 15:12:15 + Liviu Dudau wrote: > > +static int panthor_fw_load_section_entry(struct panthor_device *ptdev, > > +const struct firmware *fw, > > +struct panthor_fw_binary_iter *iter, > > +

Re: [PATCH v3 08/14] drm/panthor: Add the FW logical block

2024-01-15 Thread Boris Brezillon
On Mon, 18 Dec 2023 21:25:16 + Chris Diamand wrote: > On 04/12/2023 17:33, Boris Brezillon wrote: > > Contains everything that's FW related, that includes the code dealing > > with the microcontroller unit (MCU) that's running the FW, and anything > > related to allocating memory shared

Re: [PATCH v3 08/14] drm/panthor: Add the FW logical block

2023-12-20 Thread Liviu Dudau
On Mon, Dec 04, 2023 at 06:33:01PM +0100, Boris Brezillon wrote: > Contains everything that's FW related, that includes the code dealing > with the microcontroller unit (MCU) that's running the FW, and anything > related to allocating memory shared between the FW and the CPU. > > A few global FW

Re: [PATCH v3 08/14] drm/panthor: Add the FW logical block

2023-12-18 Thread Chris Diamand
On 04/12/2023 17:33, Boris Brezillon wrote: > Contains everything that's FW related, that includes the code dealing > with the microcontroller unit (MCU) that's running the FW, and anything > related to allocating memory shared between the FW and the CPU. > > A few global FW events are processed

Re: [PATCH v3 08/14] drm/panthor: Add the FW logical block

2023-12-08 Thread Steven Price
On 04/12/2023 17:33, Boris Brezillon wrote: > Contains everything that's FW related, that includes the code dealing > with the microcontroller unit (MCU) that's running the FW, and anything > related to allocating memory shared between the FW and the CPU. > > A few global FW events are processed

[PATCH v3 08/14] drm/panthor: Add the FW logical block

2023-12-04 Thread Boris Brezillon
Contains everything that's FW related, that includes the code dealing with the microcontroller unit (MCU) that's running the FW, and anything related to allocating memory shared between the FW and the CPU. A few global FW events are processed in the IRQ handler, the rest is forwarded to the