Re: [PATCH v4 3/5] drm/amdkfd: set activated flag true when event age unmatchs

2023-06-09 Thread James Zhu
On 2023-06-09 16:22, Felix Kuehling wrote: On 2023-06-09 16:13, James Zhu wrote: Set waiter's activated flag true when event age unmatchs with last_event_age. -v4: add event type check Signed-off-by: James Zhu ---   drivers/gpu/drm/amd/amdkfd/kfd_events.c | 15 +++   1 file

Re: [PATCH v4 3/5] drm/amdkfd: set activated flag true when event age unmatchs

2023-06-09 Thread Felix Kuehling
On 2023-06-09 16:13, James Zhu wrote: Set waiter's activated flag true when event age unmatchs with last_event_age. -v4: add event type check Signed-off-by: James Zhu --- drivers/gpu/drm/amd/amdkfd/kfd_events.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff

[PATCH v4 3/5] drm/amdkfd: set activated flag true when event age unmatchs

2023-06-09 Thread James Zhu
Set waiter's activated flag true when event age unmatchs with last_event_age. -v4: add event type check Signed-off-by: James Zhu --- drivers/gpu/drm/amd/amdkfd/kfd_events.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git