Re: [PATCH v2 00/15] drm: Add a driver for FW-based Mali GPUs

2023-09-27 Thread Steven Price
On 09/08/2023 17:53, Boris Brezillon wrote: > Hello, > > This is the second version of the kernel driver meant to support new Mali > GPUs which are delegating the scheduling to a firmware. [...] > I tried to Cc anyone that was involved in any development of the code > I picked from panfrost, so

Re: [PATCH v2 00/15] drm: Add a driver for FW-based Mali GPUs

2023-09-26 Thread Grant Likely
On Wed, Aug 9, 2023 at 10:53 AM Boris Brezillon wrote: > > Hello, > > This is the second version of the kernel driver meant to support new Mali > GPUs which are delegating the scheduling to a firmware. [...] > > I tried to Cc anyone that was involved in any development of the code > I picked from

Re: [PATCH v2 00/15] drm: Add a driver for FW-based Mali GPUs

2023-08-21 Thread Rob Herring
On Thu, Aug 10, 2023 at 10:44 AM Boris Brezillon wrote: > > Hello Rob, > > On Wed, 9 Aug 2023 14:22:59 -0600 > Rob Herring wrote: > > > On Wed, Aug 9, 2023 at 10:53 AM Boris Brezillon > > wrote: > > > > > > I tried to Cc anyone that was involved in any development of the code > > > I picked from

Re: [PATCH v2 00/15] drm: Add a driver for FW-based Mali GPUs

2023-08-10 Thread Boris Brezillon
Hello Rob, On Wed, 9 Aug 2023 14:22:59 -0600 Rob Herring wrote: > On Wed, Aug 9, 2023 at 10:53 AM Boris Brezillon > wrote: > > > > I tried to Cc anyone that was involved in any development of the code > > I picked from panfrost, so they can acknowledge the GPL2 -> MIT+GPL2 > > change. If I miss

Re: [PATCH v2 00/15] drm: Add a driver for FW-based Mali GPUs

2023-08-09 Thread Rob Herring
On Wed, Aug 9, 2023 at 10:53 AM Boris Brezillon wrote: > > Hello, > > This is the second version of the kernel driver meant to support new Mali > GPUs which are delegating the scheduling to a firmware. > > The RFC has been dropped as the major blocking points have been addressed > (request to use

[PATCH v2 00/15] drm: Add a driver for FW-based Mali GPUs

2023-08-09 Thread Boris Brezillon
Hello, This is the second version of the kernel driver meant to support new Mali GPUs which are delegating the scheduling to a firmware. The RFC has been dropped as the major blocking points have been addressed (request to use drm_sched, request to implement a VM_BIND-like ioctl, request to use d