mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
modesetting: don't probe size_hints if the cursor is already probed
Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
ed49ae8fe7
commit
bd540a8f46
@@ -2512,6 +2512,9 @@ drmmode_populate_cursor_size_hints(drmmode_ptr drmmode, drmmode_crtc_private_ptr
|
||||
if (!drmmode_crtc)
|
||||
return;
|
||||
|
||||
if (drmmode_crtc->cursor_probed)
|
||||
return;
|
||||
|
||||
if (!size_hints_blob)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user