Re: [PATCH v2] linux-user: syscall: ioctls: support DRM_IOCTL_I915_GETPARAM

2020-08-24 Thread Laurent Vivier
Le 02/08/2020 à 15:39, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > Another DRM_IOCTL_I915 patches will be sent next. > > Signed-off-by: Chen Gang > --- > linux-user/ioctls.h| 3 +++ > linux-user/syscall.c | 35 +++ >

Re: [PATCH v2] linux-user: syscall: ioctls: support DRM_IOCTL_I915_GETPARAM

2020-08-03 Thread Laurent Vivier
Le 02/08/2020 à 15:39, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > Another DRM_IOCTL_I915 patches will be sent next. > > Signed-off-by: Chen Gang > --- > linux-user/ioctls.h| 3 +++ > linux-user/syscall.c | 35 +++ >

[PATCH v2] linux-user: syscall: ioctls: support DRM_IOCTL_I915_GETPARAM

2020-08-02 Thread chengang
From: Chen Gang Another DRM_IOCTL_I915 patches will be sent next. Signed-off-by: Chen Gang --- linux-user/ioctls.h| 3 +++ linux-user/syscall.c | 35 +++ linux-user/syscall_defs.h | 8 linux-user/syscall_types.h | 4 4 files