Re: [PATCH 1/2] accel/ivpu: Update debugfs to latest changes in DRM

2023-09-27 Thread Stanislaw Gruszka
On Thu, Sep 07, 2023 at 09:26:09AM +0200, Stanislaw Gruszka wrote: > Use new drm debugfs helpers. This is needed after changes from > commit 78346ebf9f94 ("drm/debugfs: drop debugfs_init() for the render > and accel node v2"). Applied to drm-misc-next Thanks Stanislaw

Re: [PATCH 1/2] accel/ivpu: Update debugfs to latest changes in DRM

2023-09-11 Thread Jeffrey Hugo
On 9/7/2023 1:26 AM, Stanislaw Gruszka wrote: Use new drm debugfs helpers. This is needed after changes from commit 78346ebf9f94 ("drm/debugfs: drop debugfs_init() for the render and accel node v2"). Signed-off-by: Stanislaw Gruszka Reviewed-by: Jeffrey Hugo

[PATCH 1/2] accel/ivpu: Update debugfs to latest changes in DRM

2023-09-07 Thread Stanislaw Gruszka
Use new drm debugfs helpers. This is needed after changes from commit 78346ebf9f94 ("drm/debugfs: drop debugfs_init() for the render and accel node v2"). Signed-off-by: Stanislaw Gruszka --- drivers/accel/ivpu/ivpu_debugfs.c | 50 +++ drivers/accel/ivpu/ivpu_debugfs.h