Re: [PATCH] drm/amdkfd: start_cpsch don't map queues

2023-07-27 Thread Michel Dänzer
On 7/25/23 19:06, Michel Dänzer wrote: > On 7/24/23 19:52, Philip Yang wrote: >> start_cpsch map queues when kfd_init_node have race condition with >> IOMMUv2 init, and cause the gfx ring test failed later. Remove it >> from start_cpsch because map queues will be done when creating queues >> and

Re: [PATCH] drm/amdkfd: start_cpsch don't map queues

2023-07-25 Thread Michel Dänzer
On 7/24/23 19:52, Philip Yang wrote: > start_cpsch map queues when kfd_init_node have race condition with > IOMMUv2 init, and cause the gfx ring test failed later. Remove it > from start_cpsch because map queues will be done when creating queues > and resume queues. > > Reported-by: Michel Dänzer

Re: [PATCH] drm/amdkfd: start_cpsch don't map queues

2023-07-24 Thread Felix Kuehling
On 2023-07-24 13:52, Philip Yang wrote: start_cpsch map queues when kfd_init_node have race condition with IOMMUv2 init, and cause the gfx ring test failed later. Remove it from start_cpsch because map queues will be done when creating queues and resume queues. Reported-by: Michel Dänzer

[PATCH] drm/amdkfd: start_cpsch don't map queues

2023-07-24 Thread Philip Yang
start_cpsch map queues when kfd_init_node have race condition with IOMMUv2 init, and cause the gfx ring test failed later. Remove it from start_cpsch because map queues will be done when creating queues and resume queues. Reported-by: Michel Dänzer Signed-off-by: Philip Yang ---