modesetting: don't probe size_hints if the cursor is already probed

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2025-11-06 23:19:31 +02:00
committed by Enrico Weigelt
parent ed49ae8fe7
commit bd540a8f46

View File

@@ -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;