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

2025-01-02 Thread Christian König
Am 23.12.24 um 16:34 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

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

2024-12-26 Thread Sharma, Shashank
-gfx@lists.freedesktop.org ; Yadav, Arvind ; Koenig, Christian ; Yadav, Arvind Subject: [PATCH v2] drm/amdgpu: Fix Illegal opcode in command stream Error When applications closes, it triggers the drm_file_free function which subsequently releases all allocated buffer objects. Concurrently, the

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

2024-12-23 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