Re: [PATCH 4/6] accel/ivpu: Add param ioctl to identify capabilities

2023-08-09 Thread Jeffrey Hugo
On 8/9/2023 5:24 AM, Stanislaw Gruszka wrote: Hi On Tue, Aug 08, 2023 at 06:45:51PM -0600, Jeffrey Hugo wrote: On 8/8/2023 2:52 AM, Stanislaw Gruszka wrote: On Thu, Aug 03, 2023 at 10:37:37AM +0200, Stanislaw Gruszka wrote: Seems like we might want to decide this now, because if we define a

Re: [PATCH 4/6] accel/ivpu: Add param ioctl to identify capabilities

2023-08-09 Thread Stanislaw Gruszka
Hi On Tue, Aug 08, 2023 at 06:45:51PM -0600, Jeffrey Hugo wrote: > On 8/8/2023 2:52 AM, Stanislaw Gruszka wrote: > > On Thu, Aug 03, 2023 at 10:37:37AM +0200, Stanislaw Gruszka wrote: > > > > Seems like we might want to decide this now, because if we define a iVPU > > > > specific ioctl as

Re: [PATCH 4/6] accel/ivpu: Add param ioctl to identify capabilities

2023-08-08 Thread Jeffrey Hugo
On 8/8/2023 2:52 AM, Stanislaw Gruszka wrote: On Thu, Aug 03, 2023 at 10:37:37AM +0200, Stanislaw Gruszka wrote: Seems like we might want to decide this now, because if we define a iVPU specific ioctl as proposed here, but then switch to an Accel-wide mechanism later, iVPU is going to be stuck

Re: [PATCH 4/6] accel/ivpu: Add param ioctl to identify capabilities

2023-08-08 Thread Stanislaw Gruszka
On Thu, Aug 03, 2023 at 10:37:37AM +0200, Stanislaw Gruszka wrote: > > Seems like we might want to decide this now, because if we define a iVPU > > specific ioctl as proposed here, but then switch to an Accel-wide mechanism > > later, iVPU is going to be stuck supporting both. > > For the record,

Re: [PATCH 4/6] accel/ivpu: Add param ioctl to identify capabilities

2023-08-03 Thread Stanislaw Gruszka
Hi On Wed, Aug 02, 2023 at 11:07:09AM -0600, Jeffrey Hugo wrote: > On 7/31/2023 10:12 AM, Stanislaw Gruszka wrote: > > Add DRM_IVPU_PARAM_CAPABILITIES ioctl to query driver capabilities. > > For now use it for identify metric streamer and new dma memory range > > features. Currently upstream

Re: [PATCH 4/6] accel/ivpu: Add param ioctl to identify capabilities

2023-08-02 Thread Jeffrey Hugo
On 7/31/2023 10:12 AM, Stanislaw Gruszka wrote: Add DRM_IVPU_PARAM_CAPABILITIES ioctl to query driver capabilities. For now use it for identify metric streamer and new dma memory range features. Currently upstream version of intel_vpu does not have those, they will be added it the future. Hmm.

[PATCH 4/6] accel/ivpu: Add param ioctl to identify capabilities

2023-07-31 Thread Stanislaw Gruszka
Add DRM_IVPU_PARAM_CAPABILITIES ioctl to query driver capabilities. For now use it for identify metric streamer and new dma memory range features. Currently upstream version of intel_vpu does not have those, they will be added it the future. Reviewed-by: Jacek Lawrynowicz Signed-off-by: