Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-14 Thread Christian König
; Daniel Vetter Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 Am 14.09.2018 um 05:59 schrieb zhoucm1: On 2018年09月14日 11:14, zhoucm1 wrote: On 2018年09月13日 18:22, Christian König wrote: Am 13.09.2018 um 11:35 schrieb Zhou, David(ChunMing): -Original Message- From

RE: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-14 Thread Zhou, David(ChunMing)
t; >>>>> Am 13.09.2018 um 11:11 schrieb Zhou, David(ChunMing): > >>>>>>> -Original Message----- > >>>>>>> From: Christian König > >>>>>>> Sent: Thursday, September 13, 2018 4:50 PM > >>>>>>

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-14 Thread Christian König
(ChunMing) ; dri- de...@lists.freedesktop.org Cc: Dave Airlie ; Rakos, Daniel ; amd-...@lists.freedesktop.org Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 Am 13.09.2018 um 11:11 schrieb Zhou, David(ChunMing): -Original Message- From: Christian König Sent: Thursday

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-14 Thread zhoucm1
-...@lists.freedesktop.org Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 Am 13.09.2018 um 11:11 schrieb Zhou, David(ChunMing): -Original Message- From: Christian König Sent: Thursday, September 13, 2018 4:50 PM To: Zhou, David(ChunMing) ; Koenig, Christian ; dri-devel

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-14 Thread zhoucm1
...@lists.freedesktop.org Cc: Dave Airlie ; Rakos, Daniel ; amd-...@lists.freedesktop.org Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 Am 13.09.2018 um 11:11 schrieb Zhou, David(ChunMing): -Original Message- From: Christian König Sent: Thursday, September 13, 2018 4:50 PM To: Zhou, David

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-13 Thread Christian König
, Daniel ; amd-...@lists.freedesktop.org Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 Am 13.09.2018 um 09:43 schrieb Zhou, David(ChunMing): -Original Message- From: Koenig, Christian Sent: Thursday, September 13, 2018 2:56 PM To: Zhou, David(ChunMing) ; Zhou, David

RE: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-13 Thread Zhou, David(ChunMing)
tian > >> ; dri-devel@lists.freedesktop.org > >> Cc: Dave Airlie ; Rakos, Daniel > >> ; amd-...@lists.freedesktop.org > >> Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 > >> > >> Am 13.09.2018 um 09:43 schrieb Zhou, David

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-13 Thread Christian König
Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 Am 13.09.2018 um 09:43 schrieb Zhou, David(ChunMing): -Original Message- From: Koenig, Christian Sent: Thursday, September 13, 2018 2:56 PM To: Zhou, David(ChunMing) ; Zhou, David(ChunMing) ; dri- de...@lists.freedesktop.org

RE: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-13 Thread Zhou, David(ChunMing)
ng) ; Zhou, > >> David(ChunMing) ; dri- > >> de...@lists.freedesktop.org > >> Cc: Dave Airlie ; Rakos, Daniel > >> ; amd-...@lists.freedesktop.org > >> Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 > >> > >&g

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-13 Thread Christian König
-...@lists.freedesktop.org Subject: Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4 Am 13.09.2018 um 04:15 schrieb zhoucm1: On 2018年09月12日 19:05, Christian König wrote: [SNIP] +static void drm_syncobj_find_signal_pt_for_wait_pt(struct drm_syncobj *syncobj, +   struct drm_syncobj_wait_pt

RE: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-13 Thread Zhou, David(ChunMing)
> -Original Message- > From: Koenig, Christian > Sent: Thursday, September 13, 2018 2:56 PM > To: Zhou, David(ChunMing) ; Zhou, > David(ChunMing) ; dri- > de...@lists.freedesktop.org > Cc: Dave Airlie ; Rakos, Daniel > ; amd-...@lists.freedesktop.org > Subjec

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-13 Thread Christian König
Am 13.09.2018 um 04:15 schrieb zhoucm1: On 2018年09月12日 19:05, Christian König wrote: [SNIP] +static void drm_syncobj_find_signal_pt_for_wait_pt(struct drm_syncobj *syncobj, +   struct drm_syncobj_wait_pt *wait_pt) +{ That whole approach still looks horrible

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-12 Thread zhoucm1
On 2018年09月12日 19:05, Christian König wrote: Am 12.09.2018 um 12:20 schrieb zhoucm1: [SNIP] Drop the term semaphore here, better use syncobj. This is from VK_KHR_timeline_semaphore extension describe, not my invention, I just quote it. In kernel side, we call syncobj, in UMD, they still

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-12 Thread Christian König
Am 12.09.2018 um 12:20 schrieb zhoucm1: [SNIP] Drop the term semaphore here, better use syncobj. This is from VK_KHR_timeline_semaphore extension describe, not my invention, I just quote it. In kernel side, we call syncobj, in UMD, they still call semaphore. Yeah, but we don't care about

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-12 Thread zhoucm1
On 2018年09月12日 15:22, Christian König wrote: Ping? Have you seen my comments here? Sorry, I didn't see this reply.  inline... Looks like you haven't addressed any of them in your last mail. Christian. Am 06.09.2018 um 09:25 schrieb Christian König: Am 06.09.2018 um 08:25 schrieb

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-12 Thread Christian König
Ping? Have you seen my comments here? Looks like you haven't addressed any of them in your last mail. Christian. Am 06.09.2018 um 09:25 schrieb Christian König: Am 06.09.2018 um 08:25 schrieb Chunming Zhou: VK_KHR_timeline_semaphore: This extension introduces a new type of semaphore that has

[PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-06 Thread Chunming Zhou
VK_KHR_timeline_semaphore: This extension introduces a new type of semaphore that has an integer payload identifying a point in a timeline. Such timeline semaphores support the following operations: * CPU query - A host operation that allows querying the payload of the timeline semaphore.

Re: [PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-06 Thread Christian König
Am 06.09.2018 um 08:25 schrieb Chunming Zhou: VK_KHR_timeline_semaphore: This extension introduces a new type of semaphore that has an integer payload identifying a point in a timeline. Such timeline semaphores support the Drop the term semaphore here, better use syncobj. following

[PATCH 1/3] [RFC]drm: add syncobj timeline support v4

2018-09-06 Thread Chunming Zhou
VK_KHR_timeline_semaphore: This extension introduces a new type of semaphore that has an integer payload identifying a point in a timeline. Such timeline semaphores support the following operations: * CPU query - A host operation that allows querying the payload of the timeline semaphore.