[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
From: |
Laurent Vivier |
Subject: |
Re: [PATCH v7] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION |
Date: |
Fri, 5 Jun 2020 14:32:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
Le 05/06/2020 à 03:32, chengang@emindsoft.com.cn a écrit :
> From: Chen Gang <chengang@emindsoft.com.cn>
>
> Another DRM_IOCTL_* commands will be done later.
>
> Signed-off-by: Chen Gang <chengang@emindsoft.com.cn>
> ---
> configure | 10 ++++
> linux-user/ioctls.h | 5 ++
> linux-user/syscall.c | 98 ++++++++++++++++++++++++++++++++++++++
> linux-user/syscall_defs.h | 15 ++++++
> linux-user/syscall_types.h | 11 +++++
> 5 files changed, 139 insertions(+)
>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>