Re: [PATCH V1] accel/amdxdna: Support submit commands without arguments

2025-05-08 Thread Lizhi Hou
Merged to drm-misc-next On 5/7/25 10:31, Lizhi Hou wrote: On 5/7/25 09:29, Mario Limonciello wrote: On 5/7/2025 11:15 AM, Lizhi Hou wrote: The latest userspace runtime allows generating commands which do not have any argument. Remove the corresponding check in driver IOCTL to enable this use

Re: [PATCH V1] accel/amdxdna: Support submit commands without arguments

2025-05-07 Thread Lizhi Hou
On 5/7/25 09:29, Mario Limonciello wrote: On 5/7/2025 11:15 AM, Lizhi Hou wrote: The latest userspace runtime allows generating commands which do not have any argument. Remove the corresponding check in driver IOCTL to enable this use case. Signed-off-by: Lizhi Hou Can the userspace handle

Re: [PATCH V1] accel/amdxdna: Support submit commands without arguments

2025-05-07 Thread Mario Limonciello
On 5/7/2025 11:15 AM, Lizhi Hou wrote: The latest userspace runtime allows generating commands which do not have any argument. Remove the corresponding check in driver IOCTL to enable this use case. Signed-off-by: Lizhi Hou Can the userspace handle discovery of the difference? Or does this n

[PATCH V1] accel/amdxdna: Support submit commands without arguments

2025-05-07 Thread Lizhi Hou
The latest userspace runtime allows generating commands which do not have any argument. Remove the corresponding check in driver IOCTL to enable this use case. Signed-off-by: Lizhi Hou --- drivers/accel/amdxdna/amdxdna_ctx.c | 22 -- 1 file changed, 12 insertions(+), 10 delet