Re: [PATCH] drm/syncobj: extend syncobj query ability v2

2019-07-25 Thread Daniel Vetter
On Thu, Jul 25, 2019 at 5:01 PM Chunming Zhou wrote: > > > 在 2019/7/25 20:21, Daniel Vetter 写道: > > On Wed, Jul 24, 2019 at 07:48:23AM +, Koenig, Christian wrote: > >> Am 24.07.19 um 08:32 schrieb zhoucm1: > >>> > >>> On 2019年07月24日 03:20, Lionel Landwerlin wrote: > On 23/07/2019 17:21,

Re: [PATCH] drm/syncobj: extend syncobj query ability v2

2019-07-25 Thread Chunming Zhou
在 2019/7/25 20:21, Daniel Vetter 写道: > On Wed, Jul 24, 2019 at 07:48:23AM +, Koenig, Christian wrote: >> Am 24.07.19 um 08:32 schrieb zhoucm1: >>> >>> On 2019年07月24日 03:20, Lionel Landwerlin wrote: On 23/07/2019 17:21, Chunming Zhou wrote: > user space needs a flexiable query

Re: [PATCH] drm/syncobj: extend syncobj query ability v2

2019-07-25 Thread Daniel Vetter
On Wed, Jul 24, 2019 at 07:48:23AM +, Koenig, Christian wrote: > Am 24.07.19 um 08:32 schrieb zhoucm1: > > > > > > On 2019年07月24日 03:20, Lionel Landwerlin wrote: > >> On 23/07/2019 17:21, Chunming Zhou wrote: > >>> user space needs a flexiable query ability. > >>> So that umd can get last

Re: [PATCH] drm/syncobj: extend syncobj query ability v2

2019-07-24 Thread Koenig, Christian
Am 24.07.19 um 08:32 schrieb zhoucm1: > > > On 2019年07月24日 03:20, Lionel Landwerlin wrote: >> On 23/07/2019 17:21, Chunming Zhou wrote: >>> user space needs a flexiable query ability. >>> So that umd can get last signaled or submitted point. >>> v2: >>> add sanitizer checking. >>> >>> Change-Id:

Re: [PATCH] drm/syncobj: extend syncobj query ability v2

2019-07-24 Thread zhoucm1
On 2019年07月24日 03:20, Lionel Landwerlin wrote: On 23/07/2019 17:21, Chunming Zhou wrote: user space needs a flexiable query ability. So that umd can get last signaled or submitted point. v2: add sanitizer checking. Change-Id: I6512b430524ebabe715e602a2bf5abb0a7e780ea Signed-off-by: Chunming

Re: [PATCH] drm/syncobj: extend syncobj query ability v2

2019-07-23 Thread Lionel Landwerlin
On 23/07/2019 17:21, Chunming Zhou wrote: user space needs a flexiable query ability. So that umd can get last signaled or submitted point. v2: add sanitizer checking. Change-Id: I6512b430524ebabe715e602a2bf5abb0a7e780ea Signed-off-by: Chunming Zhou Cc: Lionel Landwerlin Cc: Christian König

[PATCH] drm/syncobj: extend syncobj query ability v2

2019-07-23 Thread Chunming Zhou
user space needs a flexiable query ability. So that umd can get last signaled or submitted point. v2: add sanitizer checking. Change-Id: I6512b430524ebabe715e602a2bf5abb0a7e780ea Signed-off-by: Chunming Zhou Cc: Lionel Landwerlin Cc: Christian König --- drivers/gpu/drm/drm_syncobj.c | 34