Re: [PATCH 2/2] drm/sched: Rework HW fence processing.

2018-12-07 Thread Koenig, Christian
>>> Sent: Friday, December 07, 2018 1:41 AM >>>> To: dri-de...@lists.freedesktop.org; amd-gfx@lists.freedesktop.org; >>>> ckoenig.leichtzumer...@gmail.com; e...@anholt.net; >>>> etna...@lists.freedesktop.org >>>> Cc: Liu, Monk >>>&

Re: [PATCH 2/2] drm/sched: Rework HW fence processing.

2018-12-07 Thread Grodzovsky, Andrey
;>> To: dri-de...@lists.freedesktop.org; amd-gfx@lists.freedesktop.org; >>> ckoenig.leichtzumer...@gmail.com; e...@anholt.net; >>> etna...@lists.freedesktop.org >>> Cc: Liu, Monk >>> Subject: [PATCH 2/2] drm/sched: Rework HW fence processing. >>> >>> E

Re: [PATCH 2/2] drm/sched: Rework HW fence processing.

2018-12-07 Thread Christian König
...@lists.freedesktop.org Cc: Liu, Monk Subject: [PATCH 2/2] drm/sched: Rework HW fence processing. Expedite job deletion from ring mirror list to the HW fence signal callback instead from finish_work, together with waiting for all such fences to signal in drm_sched_stop we garantee that already

RE: [PATCH 2/2] drm/sched: Rework HW fence processing.

2018-12-06 Thread Zhou, David(ChunMing)
p.org > Cc: Liu, Monk > Subject: [PATCH 2/2] drm/sched: Rework HW fence processing. > > Expedite job deletion from ring mirror list to the HW fence signal callback > instead from finish_work, together with waiting for all such fences to signal > in > drm_sched_stop we gara

Re: [PATCH 2/2] drm/sched: Rework HW fence processing.

2018-12-06 Thread Grodzovsky, Andrey
On 12/06/2018 12:41 PM, Andrey Grodzovsky wrote: > Expedite job deletion from ring mirror list to the HW fence signal > callback instead from finish_work, together with waiting for all > such fences to signal in drm_sched_stop we garantee that > already signaled job will not be processed twice. >

[PATCH 2/2] drm/sched: Rework HW fence processing.

2018-12-06 Thread Andrey Grodzovsky
Expedite job deletion from ring mirror list to the HW fence signal callback instead from finish_work, together with waiting for all such fences to signal in drm_sched_stop we garantee that already signaled job will not be processed twice. Remove the sched finish fence callback and just submit finis