Re: [PATCH v3 11/14] intel_gna: add ioctl handler
From: Maciej Kwapulinski <hidden>
Date: 2021-05-24 10:43:35
Also in:
lkml
From: Maciej Kwapulinski <hidden>
Date: 2021-05-24 10:43:35
Also in:
lkml
Greg Kroah-Hartman [off-list ref] writes:
On Fri, May 14, 2021 at 10:20:42AM +0200, Maciej Kwapulinski wrote:quoted
Greg Kroah-Hartman [off-list ref] writes:quoted
On Thu, May 13, 2021 at 01:00:37PM +0200, Maciej Kwapulinski wrote:quoted
From: Tomasz Jankowski <redacted> Add ioctl handler into GNA driver. The ioctl interface provides the ability to do the following: - Map and unmap memory buffers for GNA computation requests. - Retrieve capabilities of the underlying GNA IP. - Submit GNA computation requests. - Request notification of scoring completion.Do you have a pointer to the userspace code that uses this ioctl? That's kind of required here, otherwise we have no idea how this all works.yes, it's present under following link: https://github.com/intel/gnaThen that needs to go here in this changelog text, right?
link to library is already present in 00/14, I didn't want to have it in two places, that's why not present here.