Re: [PATCH v7] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION

2020-07-08 Thread Chen Gang
I shall try to send another DRM_IOCTL_* patches within this weekend. Thanks. On 2020/6/29 下午7:05, Laurent Vivier wrote: > Le 05/06/2020 à 03:32, cheng...@emindsoft.com.cn a écrit : >> From: Chen Gang >> >> Another DRM_IOCTL_* commands will be done later. >> >> Signed-off-by: Chen Gang >> ... >

Re: [PATCH v7] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION

2020-06-29 Thread Laurent Vivier
Le 05/06/2020 à 03:32, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > Another DRM_IOCTL_* commands will be done later. > > Signed-off-by: Chen Gang > --- > configure | 10 > linux-user/ioctls.h| 5 ++ > linux-user/syscall.c | 98 +

Re: [PATCH v7] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION

2020-06-05 Thread Laurent Vivier
Le 05/06/2020 à 03:32, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > Another DRM_IOCTL_* commands will be done later. > > Signed-off-by: Chen Gang > --- > configure | 10 > linux-user/ioctls.h| 5 ++ > linux-user/syscall.c | 98 +

[PATCH v7] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION

2020-06-04 Thread chengang
From: Chen Gang Another DRM_IOCTL_* commands will be done later. Signed-off-by: Chen Gang --- configure | 10 linux-user/ioctls.h| 5 ++ linux-user/syscall.c | 98 ++ linux-user/syscall_defs.h | 15 ++ linux-user/sys