Re: [PATCH] drm/amdgpu: Fix Illegal opcode in command stream Error

2024-12-19 Thread Christian König
Am 19.12.24 um 15:56 schrieb Arvind Yadav: When applications closes, it triggers the drm_file_free function which subsequently releases all allocated buffer objects. Concurrently, the resume_worker thread will attempt to map the usermode queue. However, since the wptr buffer object has already be

[PATCH] drm/amdgpu: Fix Illegal opcode in command stream Error

2024-12-19 Thread Arvind Yadav
When applications closes, it triggers the drm_file_free function which subsequently releases all allocated buffer objects. Concurrently, the resume_worker thread will attempt to map the usermode queue. However, since the wptr buffer object has already been deallocated, this will result in an Illega