RE: [PATCH 3/3] drm/amdgpu/mes11: make fence waits synchronous

2024-04-18 Thread Liu, Shaoyun
ng) Subject: Re: [PATCH 3/3] drm/amdgpu/mes11: make fence waits synchronous Am 17.04.24 um 21:21 schrieb Alex Deucher: > On Wed, Apr 17, 2024 at 3:17 PM Liu, Shaoyun wrote: >> [AMD Official Use Only - General] >> >> I have a discussion with Christian about this before . The &

Re: [PATCH 3/3] drm/amdgpu/mes11: make fence waits synchronous

2024-04-17 Thread Christian König
; Xiao, Jack ; Zhang, Hawking ; Liu, Monk ; Xu, Feifei ; Chang, HaiJun ; Leo Liu ; Liu, Jenny (Jing) Subject: Re: [PATCH 3/3] drm/amdgpu/mes11: make fence waits synchronous Am 17.04.24 um 13:30 schrieb Horace Chen: The MES firmware expects synchronous operation with the driver. For this to work

Re: [PATCH 3/3] drm/amdgpu/mes11: make fence waits synchronous

2024-04-17 Thread Alex Deucher
amd-gfx On Behalf Of Christian > König > Sent: Wednesday, April 17, 2024 8:49 AM > To: Chen, Horace ; amd-gfx@lists.freedesktop.org > Cc: Andrey Grodzovsky ; Kuehling, Felix > ; Deucher, Alexander ; > Xiao, Jack ; Zhang, Hawking ; Liu, > Monk ; Xu, Feifei ; Chang, HaiJun

RE: [PATCH 3/3] drm/amdgpu/mes11: make fence waits synchronous

2024-04-17 Thread Liu, Shaoyun
; Leo Liu ; Liu, Jenny (Jing) Subject: Re: [PATCH 3/3] drm/amdgpu/mes11: make fence waits synchronous Am 17.04.24 um 13:30 schrieb Horace Chen: > The MES firmware expects synchronous operation with the driver. For > this to work asynchronously, each caller would need to provide its own >

Re: [PATCH 3/3] drm/amdgpu/mes11: make fence waits synchronous

2024-04-17 Thread Christian König
Am 17.04.24 um 13:30 schrieb Horace Chen: The MES firmware expects synchronous operation with the driver. For this to work asynchronously, each caller would need to provide its own fence location and sequence number. Well that's certainly not correct. The seqno takes care that we can wait asy