Re: [PATCH] drm/amdkfd: only flush mes process context if mes support is there

2023-12-14 Thread Eric Huang
On 2023-12-13 22:19, Jonathan Kim wrote: Fix up on mes process context flush to prevent non-mes devices from spamming error messages or running into undefined behaviour during process termination. Fixes: 73204d028eb5 ("drm/amdkfd: fix mes set shader debugger process management") Signed-off-by

[PATCH] drm/amdkfd: only flush mes process context if mes support is there

2023-12-13 Thread Jonathan Kim
Fix up on mes process context flush to prevent non-mes devices from spamming error messages or running into undefined behaviour during process termination. Fixes: 73204d028eb5 ("drm/amdkfd: fix mes set shader debugger process management") Signed-off-by: Jonathan Kim --- drivers/gpu/drm/amd/amdk