Re: [PATCH] drm/amdgpu: Fix display freezing issue when resizing apps

2025-03-19 Thread Christian König
Am 18.03.25 um 15:54 schrieb Arvind Yadav: > The display is freezing because the amdgpu_userq_wait_ioctl() > is waiting for a non-user queue fence(specifically, the PT update fence). > > RootCause: > The resume_work is initiated by both amdgpu_userq_suspend and > amdgpu_userqueue_ensure_ev_fence at

Re: [PATCH] drm/amdgpu: Fix display freezing issue when resizing apps

2025-03-19 Thread Sharma, Shashank
@lists.freedesktop.org; Yadav, Arvind; Koenig, Christian; Yadav, Arvind Subject: [PATCH] drm/amdgpu: Fix display freezing issue when resizing apps The display is freezing because the amdgpu_userq_wait_ioctl() is waiting for a non-user queue fence(specifically, the PT update fence). RootCause: The resume_work is

[PATCH] drm/amdgpu: Fix display freezing issue when resizing apps

2025-03-18 Thread Arvind Yadav
The display is freezing because the amdgpu_userq_wait_ioctl() is waiting for a non-user queue fence(specifically, the PT update fence). RootCause: The resume_work is initiated by both amdgpu_userq_suspend and amdgpu_userqueue_ensure_ev_fence at same time. The amdgpu_userq_suspend signals a dma-fen