Re: [PATCH v8 3/5] drm/panthor: add DRM fdinfo support

2024-10-02 Thread Boris Brezillon
On Tue, 24 Sep 2024 00:06:23 +0100 Adrián Larumbe wrote: > +static void update_fdinfo_stats(struct panthor_job *job) > +{ > + struct panthor_group *group = job->group; > + struct panthor_queue *queue = group->queues[job->queue_idx]; > + struct panthor_gpu_usage *fdinfo = &group->fdinf

Re: [PATCH v8 3/5] drm/panthor: add DRM fdinfo support

2024-10-02 Thread Boris Brezillon
On Sun, 29 Sep 2024 08:25:38 +0800 kernel test robot wrote: > Hi Adrián, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on linus/master] > [also build test ERROR on v6.11 next-20240927] > [cannot apply to drm-misc/drm-misc-next] > [If your patch is applied

Re: [PATCH v8 3/5] drm/panthor: add DRM fdinfo support

2024-09-28 Thread kernel test robot
Hi Adrián, kernel test robot noticed the following build errors: [auto build test ERROR on linus/master] [also build test ERROR on v6.11 next-20240927] [cannot apply to drm-misc/drm-misc-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we su