Re: [PATCH 2/2] drm/vc4: Stop the active perfmon before being destroyed

2024-10-04 Thread Juan A.
Worth to mention we got this issue happened also for v3d (a fix was already submitted). Reviewed-by: Juan A. Suarez On Fri, 2024-10-04 at 09:36 -0300, Maíra Canal wrote: > Upon closing the file descriptor, the active performance monitor is > not > stopped. Although all perfmons are

Re: [PATCH 1/2] drm/vc4: Use `vc4_perfmon_find()`

2024-10-04 Thread Juan A.
Reviewed-by: Juan A. Suarez On Fri, 2024-10-04 at 09:35 -0300, Maíra Canal wrote: > Similar to commit f2a4bcb25328 ("drm/v3d: Use v3d_perfmon_find()"), > replace the open-coded `vc4_perfmon_find()` with the real thing. > > Cc: Christian Gmeiner > Signed-off-by: Maír

Re: [PATCH] drm/v3d: Stop the active perfmon before being destroyed

2024-10-04 Thread Juan A.
Good catch! Reviewed-by: Juan A. Suarez

Re: [PATCH v10] drm: Add initial ci/ subdirectory

2023-07-31 Thread Juan A.
On Sat, 2023-07-29 at 12:08 +0300, David Heidelberg wrote: > Hello Maira, > > Regarding the second question about V3D and V3DV: in the Mesa3D CI, > we > currently use downstream kernels, so we don't build the kernel for > Raspberry Pi. > > > BM_BOOTFS option can point to a link tarball conta

Re: [PATCH] MAINTAINERS: add Melissa to V3D maintainers

2022-05-02 Thread Juan A.
On Fri, 2022-04-29 at 18:33 -0100, Melissa Wen wrote: > I've been contributing to v3d through improvements, reviews, testing, > debugging, etc. So, I'm adding myself as a co-maintainer of the V3D > driver. > Acked-by: Juan A. Suarez

Re: [PATCH] drm/v3d: Fix null pointer dereference of pointer perfmon

2022-04-25 Thread Juan A.
atch! Reviewed-by: Juan A. Suarez J.A.

Re: [PATCH] drm/v3d: Expose performance counters to userspace

2021-06-14 Thread Juan A.
On Tue, 2021-06-08 at 13:15 +0200, Juan A. Suarez Romero wrote: > The V3D engine has several hardware performance counters that can of > interest for userspace performance analysis tools. > > This exposes new ioctls to create and destroy performance monitor > objects, as well

[PATCH] drm/v3d: Expose performance counters to userspace

2021-06-08 Thread Juan A. Suarez Romero
the user to properly synchronize BCL jobs when submitting jobs with different performance monitors attached. Cc: Daniel Vetter Cc: David Airlie Cc: Emma Anholt To: dri-devel@lists.freedesktop.org Signed-off-by: Juan A. Suarez Romero --- drivers/gpu/drm/v3d/Makefile | 1 + drivers/gpu/drm