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

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

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

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

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

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