Skip to content
Commit 09be74a3 authored by Michel Dänzer's avatar Michel Dänzer Committed by Michel Dänzer
Browse files

dri2: Call drm_queue_handle_deferred in dri2_deferred_event



drm_queue_handler just puts the event on the signalled list; without
calling drm_queue_handle_deferred, actual processing of the event may be
delayed indefinitely, e.g. until another event arrives from the kernel.

This could result in DRI2 clients hanging during DPMS off.

Fixes: 739181c8 "Add amdgpu_drm_handle_event wrapper for
                      drmHandleEvent"
Reviewed-by: default avatarAaron Liu <aaron.liu@amd.com>
Tested-by: default avatarAaron Liu <aaron.liu@amd.com>
parent a636f42b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment